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] |
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
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
func (o *NodeFullSoftwareInner) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *NodeFullSoftwareInner) SetName(v string)
SetName sets Name field to given value.
func (o *NodeFullSoftwareInner) HasName() bool
HasName returns a boolean if a field has been set.
func (o *NodeFullSoftwareInner) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
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.
func (o *NodeFullSoftwareInner) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *NodeFullSoftwareInner) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *NodeFullSoftwareInner) GetEditor() string
GetEditor returns the Editor field if non-nil, zero value otherwise.
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.
func (o *NodeFullSoftwareInner) SetEditor(v string)
SetEditor sets Editor field to given value.
func (o *NodeFullSoftwareInner) HasEditor() bool
HasEditor returns a boolean if a field has been set.
func (o *NodeFullSoftwareInner) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
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.
func (o *NodeFullSoftwareInner) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *NodeFullSoftwareInner) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *NodeFullSoftwareInner) GetReleaseDate() string
GetReleaseDate returns the ReleaseDate field if non-nil, zero value otherwise.
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.
func (o *NodeFullSoftwareInner) SetReleaseDate(v string)
SetReleaseDate sets ReleaseDate field to given value.
func (o *NodeFullSoftwareInner) HasReleaseDate() bool
HasReleaseDate returns a boolean if a field has been set.
func (o *NodeFullSoftwareInner) GetLicense() NodeFullSoftwareInnerLicense
GetLicense returns the License field if non-nil, zero value otherwise.
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.
func (o *NodeFullSoftwareInner) SetLicense(v NodeFullSoftwareInnerLicense)
SetLicense sets License field to given value.
func (o *NodeFullSoftwareInner) HasLicense() bool
HasLicense returns a boolean if a field has been set.