Name | Type | Description | Notes |
---|---|---|---|
Version | Pointer to NullableString | [optional] | |
Buildid | Pointer to NullableString | [optional] | |
AndroidFlavor | Pointer to NullableString | Android only flavor | [optional] |
APIVersion | Pointer to NullableString | Android only API version | [optional] |
Sha256sum | Pointer to NullableString | [optional] | |
Sha1sum | Pointer to NullableString | [optional] | |
Md5sum | Pointer to NullableString | [optional] | |
Size | Pointer to NullableInt32 | [optional] | |
UniqueId | Pointer to NullableString | [optional] | |
Metadata | Pointer to map[string]interface{} | Firmware metadata | [optional] |
Releasedate | Pointer to NullableTime | Release Date | [optional] |
Uploaddate | Pointer to NullableTime | Date uploaded | [optional] |
Url | Pointer to NullableString | URL firmware is available at | [optional] |
OrigUrl | Pointer to NullableString | URL firmware is available at from vendor | [optional] |
Filename | Pointer to NullableString | [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) 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) SetVersionNil(b bool)
SetVersionNil sets the value for Version to be an explicit nil
func (o *Firmware) UnsetVersion()
UnsetVersion ensures that no value is present for Version, not even an explicit nil
func (o *Firmware) GetBuildid() string
GetBuildid returns the Buildid field if non-nil, zero value otherwise.
func (o *Firmware) GetBuildidOk() (*string, bool)
GetBuildidOk returns a tuple with the Buildid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetBuildid(v string)
SetBuildid sets Buildid field to given value.
func (o *Firmware) HasBuildid() bool
HasBuildid returns a boolean if a field has been set.
func (o *Firmware) SetBuildidNil(b bool)
SetBuildidNil sets the value for Buildid to be an explicit nil
func (o *Firmware) UnsetBuildid()
UnsetBuildid ensures that no value is present for Buildid, not even an explicit nil
func (o *Firmware) GetAndroidFlavor() string
GetAndroidFlavor returns the AndroidFlavor field if non-nil, zero value otherwise.
func (o *Firmware) GetAndroidFlavorOk() (*string, bool)
GetAndroidFlavorOk returns a tuple with the AndroidFlavor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetAndroidFlavor(v string)
SetAndroidFlavor sets AndroidFlavor field to given value.
func (o *Firmware) HasAndroidFlavor() bool
HasAndroidFlavor returns a boolean if a field has been set.
func (o *Firmware) SetAndroidFlavorNil(b bool)
SetAndroidFlavorNil sets the value for AndroidFlavor to be an explicit nil
func (o *Firmware) UnsetAndroidFlavor()
UnsetAndroidFlavor ensures that no value is present for AndroidFlavor, not even an explicit nil
func (o *Firmware) GetAPIVersion() string
GetAPIVersion returns the APIVersion field if non-nil, zero value otherwise.
func (o *Firmware) GetAPIVersionOk() (*string, bool)
GetAPIVersionOk returns a tuple with the APIVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetAPIVersion(v string)
SetAPIVersion sets APIVersion field to given value.
func (o *Firmware) HasAPIVersion() bool
HasAPIVersion returns a boolean if a field has been set.
func (o *Firmware) SetAPIVersionNil(b bool)
SetAPIVersionNil sets the value for APIVersion to be an explicit nil
func (o *Firmware) UnsetAPIVersion()
UnsetAPIVersion ensures that no value is present for APIVersion, not even an explicit nil
func (o *Firmware) GetSha256sum() string
GetSha256sum returns the Sha256sum field if non-nil, zero value otherwise.
func (o *Firmware) GetSha256sumOk() (*string, bool)
GetSha256sumOk returns a tuple with the Sha256sum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetSha256sum(v string)
SetSha256sum sets Sha256sum field to given value.
func (o *Firmware) HasSha256sum() bool
HasSha256sum returns a boolean if a field has been set.
func (o *Firmware) SetSha256sumNil(b bool)
SetSha256sumNil sets the value for Sha256sum to be an explicit nil
func (o *Firmware) UnsetSha256sum()
UnsetSha256sum ensures that no value is present for Sha256sum, not even an explicit nil
func (o *Firmware) GetSha1sum() string
GetSha1sum returns the Sha1sum field if non-nil, zero value otherwise.
func (o *Firmware) GetSha1sumOk() (*string, bool)
GetSha1sumOk returns a tuple with the Sha1sum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetSha1sum(v string)
SetSha1sum sets Sha1sum field to given value.
func (o *Firmware) HasSha1sum() bool
HasSha1sum returns a boolean if a field has been set.
func (o *Firmware) SetSha1sumNil(b bool)
SetSha1sumNil sets the value for Sha1sum to be an explicit nil
func (o *Firmware) UnsetSha1sum()
UnsetSha1sum ensures that no value is present for Sha1sum, not even an explicit nil
func (o *Firmware) GetMd5sum() string
GetMd5sum returns the Md5sum field if non-nil, zero value otherwise.
func (o *Firmware) GetMd5sumOk() (*string, bool)
GetMd5sumOk returns a tuple with the Md5sum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetMd5sum(v string)
SetMd5sum sets Md5sum field to given value.
func (o *Firmware) HasMd5sum() bool
HasMd5sum returns a boolean if a field has been set.
func (o *Firmware) SetMd5sumNil(b bool)
SetMd5sumNil sets the value for Md5sum to be an explicit nil
func (o *Firmware) UnsetMd5sum()
UnsetMd5sum ensures that no value is present for Md5sum, not even an explicit nil
func (o *Firmware) GetSize() int32
GetSize returns the Size field if non-nil, zero value otherwise.
func (o *Firmware) GetSizeOk() (*int32, bool)
GetSizeOk returns a tuple with the Size field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetSize(v int32)
SetSize sets Size field to given value.
func (o *Firmware) HasSize() bool
HasSize returns a boolean if a field has been set.
func (o *Firmware) SetSizeNil(b bool)
SetSizeNil sets the value for Size to be an explicit nil
func (o *Firmware) UnsetSize()
UnsetSize ensures that no value is present for Size, not even an explicit nil
func (o *Firmware) GetUniqueId() string
GetUniqueId returns the UniqueId field if non-nil, zero value otherwise.
func (o *Firmware) GetUniqueIdOk() (*string, bool)
GetUniqueIdOk returns a tuple with the UniqueId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetUniqueId(v string)
SetUniqueId sets UniqueId field to given value.
func (o *Firmware) HasUniqueId() bool
HasUniqueId returns a boolean if a field has been set.
func (o *Firmware) SetUniqueIdNil(b bool)
SetUniqueIdNil sets the value for UniqueId to be an explicit nil
func (o *Firmware) UnsetUniqueId()
UnsetUniqueId ensures that no value is present for UniqueId, not even an explicit nil
func (o *Firmware) GetMetadata() map[string]interface{}
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *Firmware) GetMetadataOk() (*map[string]interface{}, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetMetadata(v map[string]interface{})
SetMetadata sets Metadata field to given value.
func (o *Firmware) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.
func (o *Firmware) SetMetadataNil(b bool)
SetMetadataNil sets the value for Metadata to be an explicit nil
func (o *Firmware) UnsetMetadata()
UnsetMetadata ensures that no value is present for Metadata, not even an explicit nil
func (o *Firmware) GetReleasedate() time.Time
GetReleasedate returns the Releasedate field if non-nil, zero value otherwise.
func (o *Firmware) GetReleasedateOk() (*time.Time, bool)
GetReleasedateOk returns a tuple with the Releasedate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetReleasedate(v time.Time)
SetReleasedate sets Releasedate field to given value.
func (o *Firmware) HasReleasedate() bool
HasReleasedate returns a boolean if a field has been set.
func (o *Firmware) SetReleasedateNil(b bool)
SetReleasedateNil sets the value for Releasedate to be an explicit nil
func (o *Firmware) UnsetReleasedate()
UnsetReleasedate ensures that no value is present for Releasedate, not even an explicit nil
func (o *Firmware) GetUploaddate() time.Time
GetUploaddate returns the Uploaddate field if non-nil, zero value otherwise.
func (o *Firmware) GetUploaddateOk() (*time.Time, bool)
GetUploaddateOk returns a tuple with the Uploaddate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetUploaddate(v time.Time)
SetUploaddate sets Uploaddate field to given value.
func (o *Firmware) HasUploaddate() bool
HasUploaddate returns a boolean if a field has been set.
func (o *Firmware) SetUploaddateNil(b bool)
SetUploaddateNil sets the value for Uploaddate to be an explicit nil
func (o *Firmware) UnsetUploaddate()
UnsetUploaddate ensures that no value is present for Uploaddate, not even an explicit nil
func (o *Firmware) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *Firmware) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *Firmware) HasUrl() bool
HasUrl returns a boolean if a field has been set.
func (o *Firmware) SetUrlNil(b bool)
SetUrlNil sets the value for Url to be an explicit nil
func (o *Firmware) UnsetUrl()
UnsetUrl ensures that no value is present for Url, not even an explicit nil
func (o *Firmware) GetOrigUrl() string
GetOrigUrl returns the OrigUrl field if non-nil, zero value otherwise.
func (o *Firmware) GetOrigUrlOk() (*string, bool)
GetOrigUrlOk returns a tuple with the OrigUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetOrigUrl(v string)
SetOrigUrl sets OrigUrl field to given value.
func (o *Firmware) HasOrigUrl() bool
HasOrigUrl returns a boolean if a field has been set.
func (o *Firmware) SetOrigUrlNil(b bool)
SetOrigUrlNil sets the value for OrigUrl to be an explicit nil
func (o *Firmware) UnsetOrigUrl()
UnsetOrigUrl ensures that no value is present for OrigUrl, not even an explicit nil
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) SetFilenameNil(b bool)
SetFilenameNil sets the value for Filename to be an explicit nil
func (o *Firmware) UnsetFilename()
UnsetFilename ensures that no value is present for Filename, not even an explicit nil