ModelFwVersionReleaseNoteInfo
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| CurrentVersion | Pointer to string | Current version number, such as \"2.5.0 Build 20190118 Rel. 64821\" | [optional] |
| NextVersion | Pointer to string | The version number of the subsequent version | [optional] |
| PreviousVersion | Pointer to string | Previous version number | [optional] |
| ReleaseNote | Pointer to string | Current version of releaseNote | [optional] |
Methods
NewModelFwVersionReleaseNoteInfo
func NewModelFwVersionReleaseNoteInfo() *ModelFwVersionReleaseNoteInfo
NewModelFwVersionReleaseNoteInfo instantiates a new ModelFwVersionReleaseNoteInfo 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
NewModelFwVersionReleaseNoteInfoWithDefaults
func NewModelFwVersionReleaseNoteInfoWithDefaults() *ModelFwVersionReleaseNoteInfo
NewModelFwVersionReleaseNoteInfoWithDefaults instantiates a new ModelFwVersionReleaseNoteInfo 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
GetCurrentVersion
func (o *ModelFwVersionReleaseNoteInfo) GetCurrentVersion() string
GetCurrentVersion returns the CurrentVersion field if non-nil, zero value otherwise.
GetCurrentVersionOk
func (o *ModelFwVersionReleaseNoteInfo) GetCurrentVersionOk() (*string, bool)
GetCurrentVersionOk returns a tuple with the CurrentVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCurrentVersion
func (o *ModelFwVersionReleaseNoteInfo) SetCurrentVersion(v string)
SetCurrentVersion sets CurrentVersion field to given value.
HasCurrentVersion
func (o *ModelFwVersionReleaseNoteInfo) HasCurrentVersion() bool
HasCurrentVersion returns a boolean if a field has been set.
GetNextVersion
func (o *ModelFwVersionReleaseNoteInfo) GetNextVersion() string
GetNextVersion returns the NextVersion field if non-nil, zero value otherwise.
GetNextVersionOk
func (o *ModelFwVersionReleaseNoteInfo) GetNextVersionOk() (*string, bool)
GetNextVersionOk returns a tuple with the NextVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNextVersion
func (o *ModelFwVersionReleaseNoteInfo) SetNextVersion(v string)
SetNextVersion sets NextVersion field to given value.
HasNextVersion
func (o *ModelFwVersionReleaseNoteInfo) HasNextVersion() bool
HasNextVersion returns a boolean if a field has been set.
GetPreviousVersion
func (o *ModelFwVersionReleaseNoteInfo) GetPreviousVersion() string
GetPreviousVersion returns the PreviousVersion field if non-nil, zero value otherwise.
GetPreviousVersionOk
func (o *ModelFwVersionReleaseNoteInfo) GetPreviousVersionOk() (*string, bool)
GetPreviousVersionOk returns a tuple with the PreviousVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPreviousVersion
func (o *ModelFwVersionReleaseNoteInfo) SetPreviousVersion(v string)
SetPreviousVersion sets PreviousVersion field to given value.
HasPreviousVersion
func (o *ModelFwVersionReleaseNoteInfo) HasPreviousVersion() bool
HasPreviousVersion returns a boolean if a field has been set.
GetReleaseNote
func (o *ModelFwVersionReleaseNoteInfo) GetReleaseNote() string
GetReleaseNote returns the ReleaseNote field if non-nil, zero value otherwise.
GetReleaseNoteOk
func (o *ModelFwVersionReleaseNoteInfo) GetReleaseNoteOk() (*string, bool)
GetReleaseNoteOk returns a tuple with the ReleaseNote field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetReleaseNote
func (o *ModelFwVersionReleaseNoteInfo) SetReleaseNote(v string)
SetReleaseNote sets ReleaseNote field to given value.
HasReleaseNote
func (o *ModelFwVersionReleaseNoteInfo) HasReleaseNote() bool
HasReleaseNote returns a boolean if a field has been set.