| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to int64 | [optional] | |
| Identifiers | Pointer to []string | [optional] | |
| Name | string | ||
| Description | Pointer to string | [optional] | |
| Version | Pointer to string | [optional] | |
| Tags | []string | ||
| Properties | map[string]string | ||
| LayerName | Pointer to string | [optional] | |
| DomainName | Pointer to string | [optional] | |
| Health | Pointer to HealthStateValue | [optional] | |
| LastUpdateTimestamp | Pointer to int64 | [optional] | |
| Synced | []ExternalComponent |
func NewComponentData(name string, tags []string, properties map[string]string, synced []ExternalComponent, ) *ComponentData
NewComponentData instantiates a new ComponentData 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 NewComponentDataWithDefaults() *ComponentData
NewComponentDataWithDefaults instantiates a new ComponentData 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 *ComponentData) GetId() int64
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ComponentData) GetIdOk() (*int64, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetId(v int64)
SetId sets Id field to given value.
func (o *ComponentData) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ComponentData) GetIdentifiers() []string
GetIdentifiers returns the Identifiers field if non-nil, zero value otherwise.
func (o *ComponentData) GetIdentifiersOk() (*[]string, bool)
GetIdentifiersOk returns a tuple with the Identifiers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetIdentifiers(v []string)
SetIdentifiers sets Identifiers field to given value.
func (o *ComponentData) HasIdentifiers() bool
HasIdentifiers returns a boolean if a field has been set.
func (o *ComponentData) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ComponentData) 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 *ComponentData) SetName(v string)
SetName sets Name field to given value.
func (o *ComponentData) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ComponentData) 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 *ComponentData) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ComponentData) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ComponentData) GetVersion() string
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *ComponentData) 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 *ComponentData) SetVersion(v string)
SetVersion sets Version field to given value.
func (o *ComponentData) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *ComponentData) GetTags() []string
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ComponentData) GetTagsOk() (*[]string, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetTags(v []string)
SetTags sets Tags field to given value.
func (o *ComponentData) GetProperties() map[string]string
GetProperties returns the Properties field if non-nil, zero value otherwise.
func (o *ComponentData) GetPropertiesOk() (*map[string]string, bool)
GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetProperties(v map[string]string)
SetProperties sets Properties field to given value.
func (o *ComponentData) GetLayerName() string
GetLayerName returns the LayerName field if non-nil, zero value otherwise.
func (o *ComponentData) GetLayerNameOk() (*string, bool)
GetLayerNameOk returns a tuple with the LayerName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetLayerName(v string)
SetLayerName sets LayerName field to given value.
func (o *ComponentData) HasLayerName() bool
HasLayerName returns a boolean if a field has been set.
func (o *ComponentData) GetDomainName() string
GetDomainName returns the DomainName field if non-nil, zero value otherwise.
func (o *ComponentData) GetDomainNameOk() (*string, bool)
GetDomainNameOk returns a tuple with the DomainName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetDomainName(v string)
SetDomainName sets DomainName field to given value.
func (o *ComponentData) HasDomainName() bool
HasDomainName returns a boolean if a field has been set.
func (o *ComponentData) GetHealth() HealthStateValue
GetHealth returns the Health field if non-nil, zero value otherwise.
func (o *ComponentData) GetHealthOk() (*HealthStateValue, bool)
GetHealthOk returns a tuple with the Health field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetHealth(v HealthStateValue)
SetHealth sets Health field to given value.
func (o *ComponentData) HasHealth() bool
HasHealth returns a boolean if a field has been set.
func (o *ComponentData) GetLastUpdateTimestamp() int64
GetLastUpdateTimestamp returns the LastUpdateTimestamp field if non-nil, zero value otherwise.
func (o *ComponentData) GetLastUpdateTimestampOk() (*int64, bool)
GetLastUpdateTimestampOk returns a tuple with the LastUpdateTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetLastUpdateTimestamp(v int64)
SetLastUpdateTimestamp sets LastUpdateTimestamp field to given value.
func (o *ComponentData) HasLastUpdateTimestamp() bool
HasLastUpdateTimestamp returns a boolean if a field has been set.
func (o *ComponentData) GetSynced() []ExternalComponent
GetSynced returns the Synced field if non-nil, zero value otherwise.
func (o *ComponentData) GetSyncedOk() (*[]ExternalComponent, bool)
GetSyncedOk returns a tuple with the Synced field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ComponentData) SetSynced(v []ExternalComponent)
SetSynced sets Synced field to given value.