Name | Type | Description | Notes |
---|---|---|---|
AutoAttachSetting | Pointer to bool | [optional] | |
ComplianceStatus | Pointer to string | [optional] | |
CreatedBy | Pointer to string | [optional] | |
CreatedDate | Pointer to string | Date represents the date format used for API returns | [optional] |
EntitlementStatus | Pointer to string | [optional] | |
EntitlementsAttached | Pointer to EntitlementsAttachedResponse | [optional] | |
EntitlementsAttachedCount | Pointer to int32 | [optional] | |
ErrataApplicabilityCounts | Pointer to ErrataApplicabilityCounts | [optional] | |
FactsCount | Pointer to int32 | [optional] | |
Hostname | Pointer to string | [optional] | |
InstalledProductsCount | Pointer to int32 | [optional] | |
LastCheckin | Pointer to string | Date represents the date format used for API returns | [optional] |
Name | Pointer to string | [optional] | |
ServiceLevelPreference | Pointer to string | [optional] | |
Type | Pointer to string | [optional] | |
Uuid | Pointer to string | [optional] |
func NewAttachEntitlement() *AttachEntitlement
NewAttachEntitlement instantiates a new AttachEntitlement 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 NewAttachEntitlementWithDefaults() *AttachEntitlement
NewAttachEntitlementWithDefaults instantiates a new AttachEntitlement 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 *AttachEntitlement) GetAutoAttachSetting() bool
GetAutoAttachSetting returns the AutoAttachSetting field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetAutoAttachSettingOk() (*bool, bool)
GetAutoAttachSettingOk returns a tuple with the AutoAttachSetting field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetAutoAttachSetting(v bool)
SetAutoAttachSetting sets AutoAttachSetting field to given value.
func (o *AttachEntitlement) HasAutoAttachSetting() bool
HasAutoAttachSetting returns a boolean if a field has been set.
func (o *AttachEntitlement) GetComplianceStatus() string
GetComplianceStatus returns the ComplianceStatus field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetComplianceStatusOk() (*string, bool)
GetComplianceStatusOk returns a tuple with the ComplianceStatus field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetComplianceStatus(v string)
SetComplianceStatus sets ComplianceStatus field to given value.
func (o *AttachEntitlement) HasComplianceStatus() bool
HasComplianceStatus returns a boolean if a field has been set.
func (o *AttachEntitlement) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *AttachEntitlement) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *AttachEntitlement) GetCreatedDate() string
GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetCreatedDateOk() (*string, bool)
GetCreatedDateOk returns a tuple with the CreatedDate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetCreatedDate(v string)
SetCreatedDate sets CreatedDate field to given value.
func (o *AttachEntitlement) HasCreatedDate() bool
HasCreatedDate returns a boolean if a field has been set.
func (o *AttachEntitlement) GetEntitlementStatus() string
GetEntitlementStatus returns the EntitlementStatus field if non-nil, zero value otherwise.
func (o *AttachEntitlement) 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 *AttachEntitlement) SetEntitlementStatus(v string)
SetEntitlementStatus sets EntitlementStatus field to given value.
func (o *AttachEntitlement) HasEntitlementStatus() bool
HasEntitlementStatus returns a boolean if a field has been set.
func (o *AttachEntitlement) GetEntitlementsAttached() EntitlementsAttachedResponse
GetEntitlementsAttached returns the EntitlementsAttached field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetEntitlementsAttachedOk() (*EntitlementsAttachedResponse, bool)
GetEntitlementsAttachedOk returns a tuple with the EntitlementsAttached field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetEntitlementsAttached(v EntitlementsAttachedResponse)
SetEntitlementsAttached sets EntitlementsAttached field to given value.
func (o *AttachEntitlement) HasEntitlementsAttached() bool
HasEntitlementsAttached returns a boolean if a field has been set.
func (o *AttachEntitlement) GetEntitlementsAttachedCount() int32
GetEntitlementsAttachedCount returns the EntitlementsAttachedCount field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetEntitlementsAttachedCountOk() (*int32, bool)
GetEntitlementsAttachedCountOk returns a tuple with the EntitlementsAttachedCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetEntitlementsAttachedCount(v int32)
SetEntitlementsAttachedCount sets EntitlementsAttachedCount field to given value.
func (o *AttachEntitlement) HasEntitlementsAttachedCount() bool
HasEntitlementsAttachedCount returns a boolean if a field has been set.
func (o *AttachEntitlement) GetErrataApplicabilityCounts() ErrataApplicabilityCounts
GetErrataApplicabilityCounts returns the ErrataApplicabilityCounts field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetErrataApplicabilityCountsOk() (*ErrataApplicabilityCounts, bool)
GetErrataApplicabilityCountsOk returns a tuple with the ErrataApplicabilityCounts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetErrataApplicabilityCounts(v ErrataApplicabilityCounts)
SetErrataApplicabilityCounts sets ErrataApplicabilityCounts field to given value.
func (o *AttachEntitlement) HasErrataApplicabilityCounts() bool
HasErrataApplicabilityCounts returns a boolean if a field has been set.
func (o *AttachEntitlement) GetFactsCount() int32
GetFactsCount returns the FactsCount field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetFactsCountOk() (*int32, bool)
GetFactsCountOk returns a tuple with the FactsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetFactsCount(v int32)
SetFactsCount sets FactsCount field to given value.
func (o *AttachEntitlement) HasFactsCount() bool
HasFactsCount returns a boolean if a field has been set.
func (o *AttachEntitlement) GetHostname() string
GetHostname returns the Hostname field if non-nil, zero value otherwise.
func (o *AttachEntitlement) 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 *AttachEntitlement) SetHostname(v string)
SetHostname sets Hostname field to given value.
func (o *AttachEntitlement) HasHostname() bool
HasHostname returns a boolean if a field has been set.
func (o *AttachEntitlement) GetInstalledProductsCount() int32
GetInstalledProductsCount returns the InstalledProductsCount field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetInstalledProductsCountOk() (*int32, bool)
GetInstalledProductsCountOk returns a tuple with the InstalledProductsCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetInstalledProductsCount(v int32)
SetInstalledProductsCount sets InstalledProductsCount field to given value.
func (o *AttachEntitlement) HasInstalledProductsCount() bool
HasInstalledProductsCount returns a boolean if a field has been set.
func (o *AttachEntitlement) GetLastCheckin() string
GetLastCheckin returns the LastCheckin field if non-nil, zero value otherwise.
func (o *AttachEntitlement) 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 *AttachEntitlement) SetLastCheckin(v string)
SetLastCheckin sets LastCheckin field to given value.
func (o *AttachEntitlement) HasLastCheckin() bool
HasLastCheckin returns a boolean if a field has been set.
func (o *AttachEntitlement) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AttachEntitlement) 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 *AttachEntitlement) SetName(v string)
SetName sets Name field to given value.
func (o *AttachEntitlement) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AttachEntitlement) GetServiceLevelPreference() string
GetServiceLevelPreference returns the ServiceLevelPreference field if non-nil, zero value otherwise.
func (o *AttachEntitlement) GetServiceLevelPreferenceOk() (*string, bool)
GetServiceLevelPreferenceOk returns a tuple with the ServiceLevelPreference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AttachEntitlement) SetServiceLevelPreference(v string)
SetServiceLevelPreference sets ServiceLevelPreference field to given value.
func (o *AttachEntitlement) HasServiceLevelPreference() bool
HasServiceLevelPreference returns a boolean if a field has been set.
func (o *AttachEntitlement) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *AttachEntitlement) 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 *AttachEntitlement) SetType(v string)
SetType sets Type field to given value.
func (o *AttachEntitlement) HasType() bool
HasType returns a boolean if a field has been set.
func (o *AttachEntitlement) GetUuid() string
GetUuid returns the Uuid field if non-nil, zero value otherwise.
func (o *AttachEntitlement) 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 *AttachEntitlement) SetUuid(v string)
SetUuid sets Uuid field to given value.
func (o *AttachEntitlement) HasUuid() bool
HasUuid returns a boolean if a field has been set.