Skip to content

WhiteDeviceInfoOpenApiVO

Properties

Name Type Description Notes
HwVersion Pointer to string device hwVersion [optional]
Model Pointer to string device model [optional]

Methods

NewWhiteDeviceInfoOpenApiVO

func NewWhiteDeviceInfoOpenApiVO() *WhiteDeviceInfoOpenApiVO

NewWhiteDeviceInfoOpenApiVO instantiates a new WhiteDeviceInfoOpenApiVO 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

NewWhiteDeviceInfoOpenApiVOWithDefaults

func NewWhiteDeviceInfoOpenApiVOWithDefaults() *WhiteDeviceInfoOpenApiVO

NewWhiteDeviceInfoOpenApiVOWithDefaults instantiates a new WhiteDeviceInfoOpenApiVO 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

GetHwVersion

func (o *WhiteDeviceInfoOpenApiVO) GetHwVersion() string

GetHwVersion returns the HwVersion field if non-nil, zero value otherwise.

GetHwVersionOk

func (o *WhiteDeviceInfoOpenApiVO) GetHwVersionOk() (*string, bool)

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

SetHwVersion

func (o *WhiteDeviceInfoOpenApiVO) SetHwVersion(v string)

SetHwVersion sets HwVersion field to given value.

HasHwVersion

func (o *WhiteDeviceInfoOpenApiVO) HasHwVersion() bool

HasHwVersion returns a boolean if a field has been set.

GetModel

func (o *WhiteDeviceInfoOpenApiVO) GetModel() string

GetModel returns the Model field if non-nil, zero value otherwise.

GetModelOk

func (o *WhiteDeviceInfoOpenApiVO) GetModelOk() (*string, bool)

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

SetModel

func (o *WhiteDeviceInfoOpenApiVO) SetModel(v string)

SetModel sets Model field to given value.

HasModel

func (o *WhiteDeviceInfoOpenApiVO) HasModel() bool

HasModel returns a boolean if a field has been set.

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