ApBridgeClientApOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Mac | Pointer to string | [optional] | |
| Rssi | Pointer to int32 | [optional] | |
| Status | Pointer to int32 | Status of device,status should be a value as follows: 0:Disconnected;1:Disconnected(Migrating);10:Provisioning;11:Configuring;12:Upgrading;13:Rebooting;14:Connected;15:Connected(Wireless);16:Connected(Migrating);17:Connected(Wireless,Migrating);20:Pending;21:Pending(Wireless);22:Adopting;23:Adopting(Wireless);24:Adopt Failed;25:Adopt Failed(Wireless);26:Managed By Others;27:Managed By Others(Wireless);30:Heartbeat Missed;31:Heartbeat Missed(Wireless);32:Heartbeat Missed(Migrating);33:Heartbeat Missed(Wireless,Migrating);40:Isolated;41:Isolated(Migrating);50:Slice Configuring | [optional] |
Methods
NewApBridgeClientApOpenApiVO
func NewApBridgeClientApOpenApiVO() *ApBridgeClientApOpenApiVO
NewApBridgeClientApOpenApiVO instantiates a new ApBridgeClientApOpenApiVO 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
NewApBridgeClientApOpenApiVOWithDefaults
func NewApBridgeClientApOpenApiVOWithDefaults() *ApBridgeClientApOpenApiVO
NewApBridgeClientApOpenApiVOWithDefaults instantiates a new ApBridgeClientApOpenApiVO 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
GetMac
func (o *ApBridgeClientApOpenApiVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *ApBridgeClientApOpenApiVO) 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 *ApBridgeClientApOpenApiVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *ApBridgeClientApOpenApiVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetRssi
func (o *ApBridgeClientApOpenApiVO) GetRssi() int32
GetRssi returns the Rssi field if non-nil, zero value otherwise.
GetRssiOk
func (o *ApBridgeClientApOpenApiVO) GetRssiOk() (*int32, bool)
GetRssiOk returns a tuple with the Rssi field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRssi
func (o *ApBridgeClientApOpenApiVO) SetRssi(v int32)
SetRssi sets Rssi field to given value.
HasRssi
func (o *ApBridgeClientApOpenApiVO) HasRssi() bool
HasRssi returns a boolean if a field has been set.
GetStatus
func (o *ApBridgeClientApOpenApiVO) GetStatus() int32
GetStatus returns the Status field if non-nil, zero value otherwise.
GetStatusOk
func (o *ApBridgeClientApOpenApiVO) GetStatusOk() (*int32, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatus
func (o *ApBridgeClientApOpenApiVO) SetStatus(v int32)
SetStatus sets Status field to given value.
HasStatus
func (o *ApBridgeClientApOpenApiVO) HasStatus() bool
HasStatus returns a boolean if a field has been set.