Name | Type | Description | Notes |
---|---|---|---|
EntitlementCount | Pointer to int32 | [optional] | |
EntitlementStatus | Pointer to string | [optional] | |
ErrataCounts | Pointer to ErrataCount | [optional] | |
Hostname | Pointer to string | [optional] | |
Href | Pointer to string | [optional] | |
LastCheckin | Pointer to string | Date represents the date format used for API returns | [optional] |
Name | Pointer to string | [optional] | |
Type | Pointer to string | [optional] | |
Username | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] |
func NewSystem() *System
NewSystem instantiates a new System 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 NewSystemWithDefaults() *System
NewSystemWithDefaults instantiates a new System 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 *System) GetEntitlementCount() int32
GetEntitlementCount returns the EntitlementCount field if non-nil, zero value otherwise.
func (o *System) GetEntitlementCountOk() (*int32, bool)
GetEntitlementCountOk returns a tuple with the EntitlementCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetEntitlementCount(v int32)
SetEntitlementCount sets EntitlementCount field to given value.
func (o *System) HasEntitlementCount() bool
HasEntitlementCount returns a boolean if a field has been set.
func (o *System) GetEntitlementStatus() string
GetEntitlementStatus returns the EntitlementStatus field if non-nil, zero value otherwise.
func (o *System) GetEntitlementStatusOk() (*string, bool)
GetEntitlementStatusOk returns a tuple with the EntitlementStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetEntitlementStatus(v string)
SetEntitlementStatus sets EntitlementStatus field to given value.
func (o *System) HasEntitlementStatus() bool
HasEntitlementStatus returns a boolean if a field has been set.
func (o *System) GetErrataCounts() ErrataCount
GetErrataCounts returns the ErrataCounts field if non-nil, zero value otherwise.
func (o *System) GetErrataCountsOk() (*ErrataCount, bool)
GetErrataCountsOk returns a tuple with the ErrataCounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetErrataCounts(v ErrataCount)
SetErrataCounts sets ErrataCounts field to given value.
func (o *System) HasErrataCounts() bool
HasErrataCounts returns a boolean if a field has been set.
func (o *System) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *System) GetHostnameOk() (*string, bool)
GetHostnameOk returns a tuple with the Hostname field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *System) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *System) GetHref() string
GetHref returns the Href field if non-nil, zero value otherwise.
func (o *System) GetHrefOk() (*string, bool)
GetHrefOk returns a tuple with the Href field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetHref(v string)
SetHref sets Href field to given value.
func (o *System) HasHref() bool
HasHref returns a boolean if a field has been set.
func (o *System) GetLastCheckin() string
GetLastCheckin returns the LastCheckin field if non-nil, zero value otherwise.
func (o *System) GetLastCheckinOk() (*string, bool)
GetLastCheckinOk returns a tuple with the LastCheckin field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetLastCheckin(v string)
SetLastCheckin sets LastCheckin field to given value.
func (o *System) HasLastCheckin() bool
HasLastCheckin returns a boolean if a field has been set.
func (o *System) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *System) 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 *System) SetName(v string)
SetName sets Name field to given value.
func (o *System) HasName() bool
HasName returns a boolean if a field has been set.
func (o *System) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *System) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetType(v string)
SetType sets Type field to given value.
func (o *System) HasType() bool
HasType returns a boolean if a field has been set.
func (o *System) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *System) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetUsername(v string)
SetUsername sets Username field to given value.
func (o *System) HasUsername() bool
HasUsername returns a boolean if a field has been set.
func (o *System) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *System) GetUuidOk() (*string, bool)
GetUuidOk returns a tuple with the Uuid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *System) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *System) HasUuid() bool
HasUuid returns a boolean if a field has been set.