Name | Type | Description | Notes |
---|---|---|---|
ComponentIdentifier | Pointer to ComponentIdentifier | [optional] | |
ConstraintFacts | Pointer to []ConstraintFact | [optional] | |
DisplayName | Pointer to ComponentDisplayName | [optional] | |
Hash | Pointer to string | [optional] | |
Pathnames | Pointer to []string | [optional] |
func NewComponentFact() *ComponentFact
NewComponentFact instantiates a new ComponentFact 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 NewComponentFactWithDefaults() *ComponentFact
NewComponentFactWithDefaults instantiates a new ComponentFact 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 *ComponentFact) GetComponentIdentifier() ComponentIdentifier
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ComponentFact) GetComponentIdentifierOk() (*ComponentIdentifier, bool)
GetComponentIdentifierOk returns a tuple with the ComponentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentFact) SetComponentIdentifier(v ComponentIdentifier)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ComponentFact) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ComponentFact) GetConstraintFacts() []ConstraintFact
GetConstraintFacts returns the ConstraintFacts field if non-nil, zero value otherwise.
func (o *ComponentFact) GetConstraintFactsOk() (*[]ConstraintFact, bool)
GetConstraintFactsOk returns a tuple with the ConstraintFacts field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentFact) SetConstraintFacts(v []ConstraintFact)
SetConstraintFacts sets ConstraintFacts field to given value.
func (o *ComponentFact) HasConstraintFacts() bool
HasConstraintFacts returns a boolean if a field has been set.
func (o *ComponentFact) GetDisplayName() ComponentDisplayName
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *ComponentFact) GetDisplayNameOk() (*ComponentDisplayName, bool)
GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentFact) SetDisplayName(v ComponentDisplayName)
SetDisplayName sets DisplayName field to given value.
func (o *ComponentFact) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ComponentFact) GetHash() string
GetHash returns the Hash field if non-nil, zero value otherwise.
func (o *ComponentFact) GetHashOk() (*string, bool)
GetHashOk returns a tuple with the Hash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentFact) SetHash(v string)
SetHash sets Hash field to given value.
func (o *ComponentFact) HasHash() bool
HasHash returns a boolean if a field has been set.
func (o *ComponentFact) GetPathnames() []string
GetPathnames returns the Pathnames field if non-nil, zero value otherwise.
func (o *ComponentFact) GetPathnamesOk() (*[]string, bool)
GetPathnamesOk returns a tuple with the Pathnames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentFact) SetPathnames(v []string)
SetPathnames sets Pathnames field to given value.
func (o *ComponentFact) HasPathnames() bool
HasPathnames returns a boolean if a field has been set.