Name | Type | Description | Notes |
---|---|---|---|
BinaryData | Pointer to string | Base64 Encoded State String | [optional] |
UpdateTime | Pointer to string | [optional] |
func NewDeviceState() *DeviceState
NewDeviceState instantiates a new DeviceState 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
func NewDeviceStateWithDefaults() *DeviceState
NewDeviceStateWithDefaults instantiates a new DeviceState 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
func (o *DeviceState) GetBinaryData() string
GetBinaryData returns the BinaryData field if non-nil, zero value otherwise.
func (o *DeviceState) GetBinaryDataOk() (*string, bool)
GetBinaryDataOk returns a tuple with the BinaryData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceState) SetBinaryData(v string)
SetBinaryData sets BinaryData field to given value.
func (o *DeviceState) HasBinaryData() bool
HasBinaryData returns a boolean if a field has been set.
func (o *DeviceState) GetUpdateTime() string
GetUpdateTime returns the UpdateTime field if non-nil, zero value otherwise.
func (o *DeviceState) GetUpdateTimeOk() (*string, bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DeviceState) SetUpdateTime(v string)
SetUpdateTime sets UpdateTime field to given value.
func (o *DeviceState) HasUpdateTime() bool
HasUpdateTime returns a boolean if a field has been set.