Skip to content

DeviceFirmwareInfo

Properties

Name Type Description Notes
CurFwVer Pointer to string Current firmware version [optional]
FwReleaseLog Pointer to string Firmware release log [optional]
LastFwVer Pointer to string Latest firmware version [optional]

Methods

NewDeviceFirmwareInfo

func NewDeviceFirmwareInfo() *DeviceFirmwareInfo

NewDeviceFirmwareInfo instantiates a new DeviceFirmwareInfo 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

NewDeviceFirmwareInfoWithDefaults

func NewDeviceFirmwareInfoWithDefaults() *DeviceFirmwareInfo

NewDeviceFirmwareInfoWithDefaults instantiates a new DeviceFirmwareInfo 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

GetCurFwVer

func (o *DeviceFirmwareInfo) GetCurFwVer() string

GetCurFwVer returns the CurFwVer field if non-nil, zero value otherwise.

GetCurFwVerOk

func (o *DeviceFirmwareInfo) GetCurFwVerOk() (*string, bool)

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

SetCurFwVer

func (o *DeviceFirmwareInfo) SetCurFwVer(v string)

SetCurFwVer sets CurFwVer field to given value.

HasCurFwVer

func (o *DeviceFirmwareInfo) HasCurFwVer() bool

HasCurFwVer returns a boolean if a field has been set.

GetFwReleaseLog

func (o *DeviceFirmwareInfo) GetFwReleaseLog() string

GetFwReleaseLog returns the FwReleaseLog field if non-nil, zero value otherwise.

GetFwReleaseLogOk

func (o *DeviceFirmwareInfo) GetFwReleaseLogOk() (*string, bool)

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

SetFwReleaseLog

func (o *DeviceFirmwareInfo) SetFwReleaseLog(v string)

SetFwReleaseLog sets FwReleaseLog field to given value.

HasFwReleaseLog

func (o *DeviceFirmwareInfo) HasFwReleaseLog() bool

HasFwReleaseLog returns a boolean if a field has been set.

GetLastFwVer

func (o *DeviceFirmwareInfo) GetLastFwVer() string

GetLastFwVer returns the LastFwVer field if non-nil, zero value otherwise.

GetLastFwVerOk

func (o *DeviceFirmwareInfo) GetLastFwVerOk() (*string, bool)

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

SetLastFwVer

func (o *DeviceFirmwareInfo) SetLastFwVer(v string)

SetLastFwVer sets LastFwVer field to given value.

HasLastFwVer

func (o *DeviceFirmwareInfo) HasLastFwVer() bool

HasLastFwVer returns a boolean if a field has been set.

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