| Name | Type | Description | Notes |
|---|---|---|---|
| ImageId | Pointer to string | [optional] | |
| Version | Pointer to string | Make sure that the firmware image reports this version. If the version reported by this image is different the FOTA process won't be reported as successful since the device will report a version different from this. | [optional] |
| Filename | Pointer to string | This is just for internal house keeping, making it potentially easier to identify the firmware image. | [optional] |
| Sha256 | Pointer to string | To ensure each image is unique the SHA-256 hash for all images in a collection must be unqique | [optional] |
| Length | Pointer to int32 | [optional] | |
| CollectionId | Pointer to string | Collection ID for the collection owning the firmware image. | [optional] |
| Created | Pointer to string | [optional] | |
| Tags | Pointer to map[string]string | Tags for firmware image. | [optional] |
| Enabled | Pointer to bool | [optional] |
func NewFirmware() *Firmware
NewFirmware instantiates a new Firmware 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 NewFirmwareWithDefaults() *Firmware
NewFirmwareWithDefaults instantiates a new Firmware 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 *Firmware) GetImageId() string
GetImageId returns the ImageId field if non-nil, zero value otherwise.
func (o *Firmware) 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.
func (o *Firmware) SetImageId(v string)
SetImageId sets ImageId field to given value.
func (o *Firmware) HasImageId() bool
HasImageId returns a boolean if a field has been set.
func (o *Firmware) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *Firmware) GetVersionOk() (*string, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *Firmware) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *Firmware) GetFilename() string
GetFilename returns the Filename field if non-nil, zero value otherwise.
func (o *Firmware) GetFilenameOk() (*string, bool)
GetFilenameOk returns a tuple with the Filename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetFilename(v string)
SetFilename sets Filename field to given value.
func (o *Firmware) HasFilename() bool
HasFilename returns a boolean if a field has been set.
func (o *Firmware) GetSha256() string
GetSha256 returns the Sha256 field if non-nil, zero value otherwise.
func (o *Firmware) GetSha256Ok() (*string, bool)
GetSha256Ok returns a tuple with the Sha256 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetSha256(v string)
SetSha256 sets Sha256 field to given value.
func (o *Firmware) HasSha256() bool
HasSha256 returns a boolean if a field has been set.
func (o *Firmware) GetLength() int32
GetLength returns the Length field if non-nil, zero value otherwise.
func (o *Firmware) GetLengthOk() (*int32, bool)
GetLengthOk returns a tuple with the Length field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetLength(v int32)
SetLength sets Length field to given value.
func (o *Firmware) HasLength() bool
HasLength returns a boolean if a field has been set.
func (o *Firmware) GetCollectionId() string
GetCollectionId returns the CollectionId field if non-nil, zero value otherwise.
func (o *Firmware) 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.
func (o *Firmware) SetCollectionId(v string)
SetCollectionId sets CollectionId field to given value.
func (o *Firmware) HasCollectionId() bool
HasCollectionId returns a boolean if a field has been set.
func (o *Firmware) GetCreated() string
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *Firmware) GetCreatedOk() (*string, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetCreated(v string)
SetCreated sets Created field to given value.
func (o *Firmware) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *Firmware) GetTags() map[string]string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *Firmware) GetTagsOk() (*map[string]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetTags(v map[string]string)
SetTags sets Tags field to given value.
func (o *Firmware) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *Firmware) GetEnabled() bool
GetEnabled returns the Enabled field if non-nil, zero value otherwise.
func (o *Firmware) GetEnabledOk() (*bool, bool)
GetEnabledOk returns a tuple with the Enabled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetEnabled(v bool)
SetEnabled sets Enabled field to given value.
func (o *Firmware) HasEnabled() bool
HasEnabled returns a boolean if a field has been set.