StackMsgOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MasterMac | Pointer to string | Stack MasterMac. | [optional] |
| StackId | Pointer to string | Stack Id. | [optional] |
| StackName | Pointer to string | Stack Name. | [optional] |
Methods
NewStackMsgOpenApiVO
func NewStackMsgOpenApiVO() *StackMsgOpenApiVO
NewStackMsgOpenApiVO instantiates a new StackMsgOpenApiVO 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
NewStackMsgOpenApiVOWithDefaults
func NewStackMsgOpenApiVOWithDefaults() *StackMsgOpenApiVO
NewStackMsgOpenApiVOWithDefaults instantiates a new StackMsgOpenApiVO 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
GetMasterMac
func (o *StackMsgOpenApiVO) GetMasterMac() string
GetMasterMac returns the MasterMac field if non-nil, zero value otherwise.
GetMasterMacOk
func (o *StackMsgOpenApiVO) GetMasterMacOk() (*string, bool)
GetMasterMacOk returns a tuple with the MasterMac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMasterMac
func (o *StackMsgOpenApiVO) SetMasterMac(v string)
SetMasterMac sets MasterMac field to given value.
HasMasterMac
func (o *StackMsgOpenApiVO) HasMasterMac() bool
HasMasterMac returns a boolean if a field has been set.
GetStackId
func (o *StackMsgOpenApiVO) GetStackId() string
GetStackId returns the StackId field if non-nil, zero value otherwise.
GetStackIdOk
func (o *StackMsgOpenApiVO) GetStackIdOk() (*string, bool)
GetStackIdOk returns a tuple with the StackId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackId
func (o *StackMsgOpenApiVO) SetStackId(v string)
SetStackId sets StackId field to given value.
HasStackId
func (o *StackMsgOpenApiVO) HasStackId() bool
HasStackId returns a boolean if a field has been set.
GetStackName
func (o *StackMsgOpenApiVO) GetStackName() string
GetStackName returns the StackName field if non-nil, zero value otherwise.
GetStackNameOk
func (o *StackMsgOpenApiVO) GetStackNameOk() (*string, bool)
GetStackNameOk returns a tuple with the StackName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStackName
func (o *StackMsgOpenApiVO) SetStackName(v string)
SetStackName sets StackName field to given value.
HasStackName
func (o *StackMsgOpenApiVO) HasStackName() bool
HasStackName returns a boolean if a field has been set.