Skip to content

MlagMsgVO

Properties

Name Type Description Notes
DadLinkPort Pointer to []int32 [optional]
MlagId Pointer to string [optional]
MlagName Pointer to string [optional]
PeerLinkPort Pointer to []int32 [optional]
Priority Pointer to int32 [optional]
Role Pointer to int32 [optional]

Methods

NewMlagMsgVO

func NewMlagMsgVO() *MlagMsgVO

NewMlagMsgVO instantiates a new MlagMsgVO object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewMlagMsgVOWithDefaults

func NewMlagMsgVOWithDefaults() *MlagMsgVO

NewMlagMsgVOWithDefaults instantiates a new MlagMsgVO object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetDadLinkPort

func (o *MlagMsgVO) GetDadLinkPort() []int32

GetDadLinkPort returns the DadLinkPort field if non-nil, zero value otherwise.

GetDadLinkPortOk

func (o *MlagMsgVO) GetDadLinkPortOk() (*[]int32, bool)

GetDadLinkPortOk returns a tuple with the DadLinkPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDadLinkPort

func (o *MlagMsgVO) SetDadLinkPort(v []int32)

SetDadLinkPort sets DadLinkPort field to given value.

HasDadLinkPort

func (o *MlagMsgVO) HasDadLinkPort() bool

HasDadLinkPort returns a boolean if a field has been set.

GetMlagId

func (o *MlagMsgVO) GetMlagId() string

GetMlagId returns the MlagId field if non-nil, zero value otherwise.

GetMlagIdOk

func (o *MlagMsgVO) GetMlagIdOk() (*string, bool)

GetMlagIdOk returns a tuple with the MlagId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMlagId

func (o *MlagMsgVO) SetMlagId(v string)

SetMlagId sets MlagId field to given value.

HasMlagId

func (o *MlagMsgVO) HasMlagId() bool

HasMlagId returns a boolean if a field has been set.

GetMlagName

func (o *MlagMsgVO) GetMlagName() string

GetMlagName returns the MlagName field if non-nil, zero value otherwise.

GetMlagNameOk

func (o *MlagMsgVO) GetMlagNameOk() (*string, bool)

GetMlagNameOk returns a tuple with the MlagName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetMlagName

func (o *MlagMsgVO) SetMlagName(v string)

SetMlagName sets MlagName field to given value.

HasMlagName

func (o *MlagMsgVO) HasMlagName() bool

HasMlagName returns a boolean if a field has been set.

GetPeerLinkPort

func (o *MlagMsgVO) GetPeerLinkPort() []int32

GetPeerLinkPort returns the PeerLinkPort field if non-nil, zero value otherwise.

GetPeerLinkPortOk

func (o *MlagMsgVO) GetPeerLinkPortOk() (*[]int32, bool)

GetPeerLinkPortOk returns a tuple with the PeerLinkPort field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPeerLinkPort

func (o *MlagMsgVO) SetPeerLinkPort(v []int32)

SetPeerLinkPort sets PeerLinkPort field to given value.

HasPeerLinkPort

func (o *MlagMsgVO) HasPeerLinkPort() bool

HasPeerLinkPort returns a boolean if a field has been set.

GetPriority

func (o *MlagMsgVO) GetPriority() int32

GetPriority returns the Priority field if non-nil, zero value otherwise.

GetPriorityOk

func (o *MlagMsgVO) GetPriorityOk() (*int32, bool)

GetPriorityOk returns a tuple with the Priority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPriority

func (o *MlagMsgVO) SetPriority(v int32)

SetPriority sets Priority field to given value.

HasPriority

func (o *MlagMsgVO) HasPriority() bool

HasPriority returns a boolean if a field has been set.

GetRole

func (o *MlagMsgVO) GetRole() int32

GetRole returns the Role field if non-nil, zero value otherwise.

GetRoleOk

func (o *MlagMsgVO) GetRoleOk() (*int32, bool)

GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRole

func (o *MlagMsgVO) SetRole(v int32)

SetRole sets Role field to given value.

HasRole

func (o *MlagMsgVO) HasRole() bool

HasRole returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]