ApBtDetailOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| DeviceType | Pointer to string | Device type. | [optional] |
| FirmwareVersion | Pointer to string | Device firmware version. | [optional] |
| Mac | Pointer to string | Device mac. | [optional] |
| Name | Pointer to string | Device name. | [optional] |
| ShowModel | Pointer to string | Device show model. | [optional] |
| StatusCategory | Pointer to int32 | Device status. | [optional] |
| Type | Pointer to int32 | Device type. | [optional] |
Methods
NewApBtDetailOpenApiVO
func NewApBtDetailOpenApiVO() *ApBtDetailOpenApiVO
NewApBtDetailOpenApiVO instantiates a new ApBtDetailOpenApiVO 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
NewApBtDetailOpenApiVOWithDefaults
func NewApBtDetailOpenApiVOWithDefaults() *ApBtDetailOpenApiVO
NewApBtDetailOpenApiVOWithDefaults instantiates a new ApBtDetailOpenApiVO 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
GetDeviceType
func (o *ApBtDetailOpenApiVO) GetDeviceType() string
GetDeviceType returns the DeviceType field if non-nil, zero value otherwise.
GetDeviceTypeOk
func (o *ApBtDetailOpenApiVO) GetDeviceTypeOk() (*string, bool)
GetDeviceTypeOk returns a tuple with the DeviceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceType
func (o *ApBtDetailOpenApiVO) SetDeviceType(v string)
SetDeviceType sets DeviceType field to given value.
HasDeviceType
func (o *ApBtDetailOpenApiVO) HasDeviceType() bool
HasDeviceType returns a boolean if a field has been set.
GetFirmwareVersion
func (o *ApBtDetailOpenApiVO) GetFirmwareVersion() string
GetFirmwareVersion returns the FirmwareVersion field if non-nil, zero value otherwise.
GetFirmwareVersionOk
func (o *ApBtDetailOpenApiVO) GetFirmwareVersionOk() (*string, bool)
GetFirmwareVersionOk returns a tuple with the FirmwareVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetFirmwareVersion
func (o *ApBtDetailOpenApiVO) SetFirmwareVersion(v string)
SetFirmwareVersion sets FirmwareVersion field to given value.
HasFirmwareVersion
func (o *ApBtDetailOpenApiVO) HasFirmwareVersion() bool
HasFirmwareVersion returns a boolean if a field has been set.
GetMac
func (o *ApBtDetailOpenApiVO) GetMac() string
GetMac returns the Mac field if non-nil, zero value otherwise.
GetMacOk
func (o *ApBtDetailOpenApiVO) 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 *ApBtDetailOpenApiVO) SetMac(v string)
SetMac sets Mac field to given value.
HasMac
func (o *ApBtDetailOpenApiVO) HasMac() bool
HasMac returns a boolean if a field has been set.
GetName
func (o *ApBtDetailOpenApiVO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
GetNameOk
func (o *ApBtDetailOpenApiVO) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetName
func (o *ApBtDetailOpenApiVO) SetName(v string)
SetName sets Name field to given value.
HasName
func (o *ApBtDetailOpenApiVO) HasName() bool
HasName returns a boolean if a field has been set.
GetShowModel
func (o *ApBtDetailOpenApiVO) GetShowModel() string
GetShowModel returns the ShowModel field if non-nil, zero value otherwise.
GetShowModelOk
func (o *ApBtDetailOpenApiVO) GetShowModelOk() (*string, bool)
GetShowModelOk returns a tuple with the ShowModel field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetShowModel
func (o *ApBtDetailOpenApiVO) SetShowModel(v string)
SetShowModel sets ShowModel field to given value.
HasShowModel
func (o *ApBtDetailOpenApiVO) HasShowModel() bool
HasShowModel returns a boolean if a field has been set.
GetStatusCategory
func (o *ApBtDetailOpenApiVO) GetStatusCategory() int32
GetStatusCategory returns the StatusCategory field if non-nil, zero value otherwise.
GetStatusCategoryOk
func (o *ApBtDetailOpenApiVO) GetStatusCategoryOk() (*int32, bool)
GetStatusCategoryOk returns a tuple with the StatusCategory field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetStatusCategory
func (o *ApBtDetailOpenApiVO) SetStatusCategory(v int32)
SetStatusCategory sets StatusCategory field to given value.
HasStatusCategory
func (o *ApBtDetailOpenApiVO) HasStatusCategory() bool
HasStatusCategory returns a boolean if a field has been set.
GetType
func (o *ApBtDetailOpenApiVO) GetType() int32
GetType returns the Type field if non-nil, zero value otherwise.
GetTypeOk
func (o *ApBtDetailOpenApiVO) GetTypeOk() (*int32, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetType
func (o *ApBtDetailOpenApiVO) SetType(v int32)
SetType sets Type field to given value.
HasType
func (o *ApBtDetailOpenApiVO) HasType() bool
HasType returns a boolean if a field has been set.