Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 5.23 KB

NodeFullSoftwareInner.md

File metadata and controls

186 lines (101 loc) · 5.23 KB

NodeFullSoftwareInner

Properties

Name Type Description Notes
Name Pointer to string Name of the software (as reported by the node) [optional]
Version Pointer to string Version of the software [optional]
Editor Pointer to string Editor of the software [optional]
Description Pointer to string A description of the software [optional]
ReleaseDate Pointer to string Release date of the software [optional]
License Pointer to NodeFullSoftwareInnerLicense [optional]

Methods

NewNodeFullSoftwareInner

func NewNodeFullSoftwareInner() *NodeFullSoftwareInner

NewNodeFullSoftwareInner instantiates a new NodeFullSoftwareInner 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

NewNodeFullSoftwareInnerWithDefaults

func NewNodeFullSoftwareInnerWithDefaults() *NodeFullSoftwareInner

NewNodeFullSoftwareInnerWithDefaults instantiates a new NodeFullSoftwareInner 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

GetName

func (o *NodeFullSoftwareInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *NodeFullSoftwareInner) 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.

SetName

func (o *NodeFullSoftwareInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *NodeFullSoftwareInner) HasName() bool

HasName returns a boolean if a field has been set.

GetVersion

func (o *NodeFullSoftwareInner) GetVersion() string

GetVersion returns the Version field if non-nil, zero value otherwise.

GetVersionOk

func (o *NodeFullSoftwareInner) 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.

SetVersion

func (o *NodeFullSoftwareInner) SetVersion(v string)

SetVersion sets Version field to given value.

HasVersion

func (o *NodeFullSoftwareInner) HasVersion() bool

HasVersion returns a boolean if a field has been set.

GetEditor

func (o *NodeFullSoftwareInner) GetEditor() string

GetEditor returns the Editor field if non-nil, zero value otherwise.

GetEditorOk

func (o *NodeFullSoftwareInner) GetEditorOk() (*string, bool)

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

SetEditor

func (o *NodeFullSoftwareInner) SetEditor(v string)

SetEditor sets Editor field to given value.

HasEditor

func (o *NodeFullSoftwareInner) HasEditor() bool

HasEditor returns a boolean if a field has been set.

GetDescription

func (o *NodeFullSoftwareInner) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *NodeFullSoftwareInner) GetDescriptionOk() (*string, bool)

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

SetDescription

func (o *NodeFullSoftwareInner) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *NodeFullSoftwareInner) HasDescription() bool

HasDescription returns a boolean if a field has been set.

GetReleaseDate

func (o *NodeFullSoftwareInner) GetReleaseDate() string

GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.

GetReleaseDateOk

func (o *NodeFullSoftwareInner) GetReleaseDateOk() (*string, 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.

SetReleaseDate

func (o *NodeFullSoftwareInner) SetReleaseDate(v string)

SetReleaseDate sets ReleaseDate field to given value.

HasReleaseDate

func (o *NodeFullSoftwareInner) HasReleaseDate() bool

HasReleaseDate returns a boolean if a field has been set.

GetLicense

func (o *NodeFullSoftwareInner) GetLicense() NodeFullSoftwareInnerLicense

GetLicense returns the License field if non-nil, zero value otherwise.

GetLicenseOk

func (o *NodeFullSoftwareInner) GetLicenseOk() (*NodeFullSoftwareInnerLicense, bool)

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

SetLicense

func (o *NodeFullSoftwareInner) SetLicense(v NodeFullSoftwareInnerLicense)

SetLicense sets License field to given value.

HasLicense

func (o *NodeFullSoftwareInner) HasLicense() bool

HasLicense returns a boolean if a field has been set.

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