Name | Type | Description | Notes |
---|---|---|---|
Name | Pointer to NullableString | [optional] | |
BoardConfig | Pointer to NullableString | [optional] | |
Platform | Pointer to NullableString | [optional] | |
Cpid | Pointer to NullableFloat32 | [optional] | |
Bdid | Pointer to NullableFloat32 | [optional] | |
Firmwares | Pointer to []Firmware | [optional] |
func NewModelSoftware() *ModelSoftware
NewModelSoftware instantiates a new ModelSoftware 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 NewModelSoftwareWithDefaults() *ModelSoftware
NewModelSoftwareWithDefaults instantiates a new ModelSoftware 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 *ModelSoftware) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ModelSoftware) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelSoftware) SetName(v string)
SetName sets Name field to given value.
func (o *ModelSoftware) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ModelSoftware) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *ModelSoftware) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil
func (o *ModelSoftware) GetBoardConfig() string
GetBoardConfig returns the BoardConfig field if non-nil, zero value otherwise.
func (o *ModelSoftware) GetBoardConfigOk() (*string, bool)
GetBoardConfigOk returns a tuple with the BoardConfig field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelSoftware) SetBoardConfig(v string)
SetBoardConfig sets BoardConfig field to given value.
func (o *ModelSoftware) HasBoardConfig() bool
HasBoardConfig returns a boolean if a field has been set.
func (o *ModelSoftware) SetBoardConfigNil(b bool)
SetBoardConfigNil sets the value for BoardConfig to be an explicit nil
func (o *ModelSoftware) UnsetBoardConfig()
UnsetBoardConfig ensures that no value is present for BoardConfig, not even an explicit nil
func (o *ModelSoftware) GetPlatform() string
GetPlatform returns the Platform field if non-nil, zero value otherwise.
func (o *ModelSoftware) GetPlatformOk() (*string, bool)
GetPlatformOk returns a tuple with the Platform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelSoftware) SetPlatform(v string)
SetPlatform sets Platform field to given value.
func (o *ModelSoftware) HasPlatform() bool
HasPlatform returns a boolean if a field has been set.
func (o *ModelSoftware) SetPlatformNil(b bool)
SetPlatformNil sets the value for Platform to be an explicit nil
func (o *ModelSoftware) UnsetPlatform()
UnsetPlatform ensures that no value is present for Platform, not even an explicit nil
func (o *ModelSoftware) GetCpid() float32
GetCpid returns the Cpid field if non-nil, zero value otherwise.
func (o *ModelSoftware) GetCpidOk() (*float32, bool)
GetCpidOk returns a tuple with the Cpid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelSoftware) SetCpid(v float32)
SetCpid sets Cpid field to given value.
func (o *ModelSoftware) HasCpid() bool
HasCpid returns a boolean if a field has been set.
func (o *ModelSoftware) SetCpidNil(b bool)
SetCpidNil sets the value for Cpid to be an explicit nil
func (o *ModelSoftware) UnsetCpid()
UnsetCpid ensures that no value is present for Cpid, not even an explicit nil
func (o *ModelSoftware) GetBdid() float32
GetBdid returns the Bdid field if non-nil, zero value otherwise.
func (o *ModelSoftware) GetBdidOk() (*float32, bool)
GetBdidOk returns a tuple with the Bdid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelSoftware) SetBdid(v float32)
SetBdid sets Bdid field to given value.
func (o *ModelSoftware) HasBdid() bool
HasBdid returns a boolean if a field has been set.
func (o *ModelSoftware) SetBdidNil(b bool)
SetBdidNil sets the value for Bdid to be an explicit nil
func (o *ModelSoftware) UnsetBdid()
UnsetBdid ensures that no value is present for Bdid, not even an explicit nil
func (o *ModelSoftware) GetFirmwares() []Firmware
GetFirmwares returns the Firmwares field if non-nil, zero value otherwise.
func (o *ModelSoftware) GetFirmwaresOk() (*[]Firmware, bool)
GetFirmwaresOk returns a tuple with the Firmwares field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ModelSoftware) SetFirmwares(v []Firmware)
SetFirmwares sets Firmwares field to given value.
func (o *ModelSoftware) HasFirmwares() bool
HasFirmwares returns a boolean if a field has been set.
func (o *ModelSoftware) SetFirmwaresNil(b bool)
SetFirmwaresNil sets the value for Firmwares to be an explicit nil
func (o *ModelSoftware) UnsetFirmwares()
UnsetFirmwares ensures that no value is present for Firmwares, not even an explicit nil