LocateOswResultOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ErrorCode | Pointer to int32 | Error code | [optional] |
| ErrorMsg | Pointer to string | Error message | [optional] |
| Mac | Pointer to string | Switch MAC Address | [optional] |
Methods
NewLocateOswResultOpenApiVO
func NewLocateOswResultOpenApiVO() *LocateOswResultOpenApiVO
NewLocateOswResultOpenApiVO instantiates a new LocateOswResultOpenApiVO 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
NewLocateOswResultOpenApiVOWithDefaults
func NewLocateOswResultOpenApiVOWithDefaults() *LocateOswResultOpenApiVO
NewLocateOswResultOpenApiVOWithDefaults instantiates a new LocateOswResultOpenApiVO 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
GetErrorCode
func (o *LocateOswResultOpenApiVO) GetErrorCode() int32
GetErrorCode returns the ErrorCode field if non-nil, zero value otherwise.
GetErrorCodeOk
func (o *LocateOswResultOpenApiVO) GetErrorCodeOk() (*int32, bool)
GetErrorCodeOk returns a tuple with the ErrorCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetErrorCode
func (o *LocateOswResultOpenApiVO) SetErrorCode(v int32)
SetErrorCode sets ErrorCode field to given value.
HasErrorCode
func (o *LocateOswResultOpenApiVO) HasErrorCode() bool
HasErrorCode returns a boolean if a field has been set.
GetErrorMsg
func (o *LocateOswResultOpenApiVO) GetErrorMsg() string
GetErrorMsg returns the ErrorMsg field if non-nil, zero value otherwise.
GetErrorMsgOk
func (o *LocateOswResultOpenApiVO) GetErrorMsgOk() (*string, bool)
GetErrorMsgOk returns a tuple with the ErrorMsg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetErrorMsg
func (o *LocateOswResultOpenApiVO) SetErrorMsg(v string)
SetErrorMsg sets ErrorMsg field to given value.
HasErrorMsg
func (o *LocateOswResultOpenApiVO) HasErrorMsg() bool
HasErrorMsg returns a boolean if a field has been set.
GetMac
func (o *LocateOswResultOpenApiVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *LocateOswResultOpenApiVO) GetMacOk() (*string, bool)
GetMacOk returns a tuple with the Mac field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMac
func (o *LocateOswResultOpenApiVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *LocateOswResultOpenApiVO) HasMac() bool
HasMac returns a boolean if a field has been set.