| Name | Type | Description | Notes |
|---|---|---|---|
| Builder | Pointer to string | [optional] | |
| Built | Pointer to string | [optional] | |
| Firmware | Pointer to string | [optional] | |
| Org | Pointer to string | [optional] | |
| Product | Pointer to string | [optional] | |
| Target | Pointer to string | [optional] | |
| VerBuild | Pointer to int32 | [optional] | |
| VerMajor | Pointer to int32 | [optional] | |
| VerMinor | Pointer to int32 | [optional] | |
| VerPatch | Pointer to int32 | [optional] | |
| Version | Pointer to string | [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) GetBuilder() string
GetBuilder returns the Builder field if non-nil, zero value otherwise.
func (o *Firmware) GetBuilderOk() (*string, bool)
GetBuilderOk returns a tuple with the Builder field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetBuilder(v string)
SetBuilder sets Builder field to given value.
func (o *Firmware) HasBuilder() bool
HasBuilder returns a boolean if a field has been set.
func (o *Firmware) GetBuilt() string
GetBuilt returns the Built field if non-nil, zero value otherwise.
func (o *Firmware) GetBuiltOk() (*string, bool)
GetBuiltOk returns a tuple with the Built field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetBuilt(v string)
SetBuilt sets Built field to given value.
func (o *Firmware) HasBuilt() bool
HasBuilt returns a boolean if a field has been set.
func (o *Firmware) GetFirmware() string
GetFirmware returns the Firmware field if non-nil, zero value otherwise.
func (o *Firmware) GetFirmwareOk() (*string, bool)
GetFirmwareOk returns a tuple with the Firmware field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetFirmware(v string)
SetFirmware sets Firmware field to given value.
func (o *Firmware) HasFirmware() bool
HasFirmware returns a boolean if a field has been set.
func (o *Firmware) GetOrg() string
GetOrg returns the Org field if non-nil, zero value otherwise.
func (o *Firmware) GetOrgOk() (*string, bool)
GetOrgOk returns a tuple with the Org field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetOrg(v string)
SetOrg sets Org field to given value.
func (o *Firmware) HasOrg() bool
HasOrg returns a boolean if a field has been set.
func (o *Firmware) GetProduct() string
GetProduct returns the Product field if non-nil, zero value otherwise.
func (o *Firmware) GetProductOk() (*string, bool)
GetProductOk returns a tuple with the Product field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetProduct(v string)
SetProduct sets Product field to given value.
func (o *Firmware) HasProduct() bool
HasProduct returns a boolean if a field has been set.
func (o *Firmware) GetTarget() string
GetTarget returns the Target field if non-nil, zero value otherwise.
func (o *Firmware) GetTargetOk() (*string, bool)
GetTargetOk returns a tuple with the Target field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetTarget(v string)
SetTarget sets Target field to given value.
func (o *Firmware) HasTarget() bool
HasTarget returns a boolean if a field has been set.
func (o *Firmware) GetVerBuild() int32
GetVerBuild returns the VerBuild field if non-nil, zero value otherwise.
func (o *Firmware) GetVerBuildOk() (*int32, bool)
GetVerBuildOk returns a tuple with the VerBuild field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetVerBuild(v int32)
SetVerBuild sets VerBuild field to given value.
func (o *Firmware) HasVerBuild() bool
HasVerBuild returns a boolean if a field has been set.
func (o *Firmware) GetVerMajor() int32
GetVerMajor returns the VerMajor field if non-nil, zero value otherwise.
func (o *Firmware) GetVerMajorOk() (*int32, bool)
GetVerMajorOk returns a tuple with the VerMajor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetVerMajor(v int32)
SetVerMajor sets VerMajor field to given value.
func (o *Firmware) HasVerMajor() bool
HasVerMajor returns a boolean if a field has been set.
func (o *Firmware) GetVerMinor() int32
GetVerMinor returns the VerMinor field if non-nil, zero value otherwise.
func (o *Firmware) GetVerMinorOk() (*int32, bool)
GetVerMinorOk returns a tuple with the VerMinor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetVerMinor(v int32)
SetVerMinor sets VerMinor field to given value.
func (o *Firmware) HasVerMinor() bool
HasVerMinor returns a boolean if a field has been set.
func (o *Firmware) GetVerPatch() int32
GetVerPatch returns the VerPatch field if non-nil, zero value otherwise.
func (o *Firmware) GetVerPatchOk() (*int32, bool)
GetVerPatchOk returns a tuple with the VerPatch field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *Firmware) SetVerPatch(v int32)
SetVerPatch sets VerPatch field to given value.
func (o *Firmware) HasVerPatch() bool
HasVerPatch 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.