Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.59 KB

File metadata and controls

186 lines (101 loc) · 4.59 KB

ImageState

Properties

Name Type Description Notes
CollectionId Pointer to string [optional]
DeviceId Pointer to string [optional]
ImageId Pointer to string [optional]
Updated Pointer to string [optional]
State Pointer to string [optional]
Message Pointer to string [optional]

Methods

NewImageState

func NewImageState() *ImageState

NewImageState instantiates a new ImageState 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

NewImageStateWithDefaults

func NewImageStateWithDefaults() *ImageState

NewImageStateWithDefaults instantiates a new ImageState 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

GetCollectionId

func (o *ImageState) GetCollectionId() string

GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.

GetCollectionIdOk

func (o *ImageState) GetCollectionIdOk() (*string, bool)

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

SetCollectionId

func (o *ImageState) SetCollectionId(v string)

SetCollectionId sets CollectionId field to given value.

HasCollectionId

func (o *ImageState) HasCollectionId() bool

HasCollectionId returns a boolean if a field has been set.

GetDeviceId

func (o *ImageState) GetDeviceId() string

GetDeviceId returns the DeviceId field if non-nil, zero value otherwise.

GetDeviceIdOk

func (o *ImageState) GetDeviceIdOk() (*string, bool)

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

SetDeviceId

func (o *ImageState) SetDeviceId(v string)

SetDeviceId sets DeviceId field to given value.

HasDeviceId

func (o *ImageState) HasDeviceId() bool

HasDeviceId returns a boolean if a field has been set.

GetImageId

func (o *ImageState) GetImageId() string

GetImageId returns the ImageId field if non-nil, zero value otherwise.

GetImageIdOk

func (o *ImageState) GetImageIdOk() (*string, bool)

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

SetImageId

func (o *ImageState) SetImageId(v string)

SetImageId sets ImageId field to given value.

HasImageId

func (o *ImageState) HasImageId() bool

HasImageId returns a boolean if a field has been set.

GetUpdated

func (o *ImageState) GetUpdated() string

GetUpdated returns the Updated field if non-nil, zero value otherwise.

GetUpdatedOk

func (o *ImageState) GetUpdatedOk() (*string, bool)

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

SetUpdated

func (o *ImageState) SetUpdated(v string)

SetUpdated sets Updated field to given value.

HasUpdated

func (o *ImageState) HasUpdated() bool

HasUpdated returns a boolean if a field has been set.

GetState

func (o *ImageState) GetState() string

GetState returns the State field if non-nil, zero value otherwise.

GetStateOk

func (o *ImageState) GetStateOk() (*string, bool)

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

SetState

func (o *ImageState) SetState(v string)

SetState sets State field to given value.

HasState

func (o *ImageState) HasState() bool

HasState returns a boolean if a field has been set.

GetMessage

func (o *ImageState) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *ImageState) GetMessageOk() (*string, bool)

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

SetMessage

func (o *ImageState) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *ImageState) HasMessage() bool

HasMessage returns a boolean if a field has been set.

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