Name | Type | Description | Notes |
---|---|---|---|
CustomerId | string | ||
EntityNames | string | ||
EntityType | string | ||
Id | string | ||
IsStale | bool | ||
New | bool | ||
Observation | string | ||
Recommendation | string | ||
RecommendationInfo | map[string]map[string]interface{} | ||
RecommendationPriority | string | ||
RecommendationState | string | ||
RecommendationTimestamp | int64 | ||
RecommendationType | string | ||
StateChangeAuditInfoList | []StateChangeAuditInfo | ||
UniverseId | string |
func NewPerformanceRecommendation(customerId string, entityNames string, entityType string, id string, isStale bool, new bool, observation string, recommendation string, recommendationInfo map[string]map[string]interface{}, recommendationPriority string, recommendationState string, recommendationTimestamp int64, recommendationType string, stateChangeAuditInfoList []StateChangeAuditInfo, universeId string, ) *PerformanceRecommendation
NewPerformanceRecommendation instantiates a new PerformanceRecommendation 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 NewPerformanceRecommendationWithDefaults() *PerformanceRecommendation
NewPerformanceRecommendationWithDefaults instantiates a new PerformanceRecommendation 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 *PerformanceRecommendation) GetCustomerId() string
GetCustomerId returns the CustomerId field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetCustomerIdOk() (*string, bool)
GetCustomerIdOk returns a tuple with the CustomerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetCustomerId(v string)
SetCustomerId sets CustomerId field to given value.
func (o *PerformanceRecommendation) GetEntityNames() string
GetEntityNames returns the EntityNames field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetEntityNamesOk() (*string, bool)
GetEntityNamesOk returns a tuple with the EntityNames field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetEntityNames(v string)
SetEntityNames sets EntityNames field to given value.
func (o *PerformanceRecommendation) GetEntityType() string
GetEntityType returns the EntityType field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetEntityTypeOk() (*string, bool)
GetEntityTypeOk returns a tuple with the EntityType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetEntityType(v string)
SetEntityType sets EntityType field to given value.
func (o *PerformanceRecommendation) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetIdOk() (*string, 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 *PerformanceRecommendation) SetId(v string)
SetId sets Id field to given value.
func (o *PerformanceRecommendation) GetIsStale() bool
GetIsStale returns the IsStale field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetIsStaleOk() (*bool, bool)
GetIsStaleOk returns a tuple with the IsStale field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetIsStale(v bool)
SetIsStale sets IsStale field to given value.
func (o *PerformanceRecommendation) GetNew() bool
GetNew returns the New field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetNewOk() (*bool, bool)
GetNewOk returns a tuple with the New field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetNew(v bool)
SetNew sets New field to given value.
func (o *PerformanceRecommendation) GetObservation() string
GetObservation returns the Observation field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetObservationOk() (*string, bool)
GetObservationOk returns a tuple with the Observation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetObservation(v string)
SetObservation sets Observation field to given value.
func (o *PerformanceRecommendation) GetRecommendation() string
GetRecommendation returns the Recommendation field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetRecommendationOk() (*string, bool)
GetRecommendationOk returns a tuple with the Recommendation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetRecommendation(v string)
SetRecommendation sets Recommendation field to given value.
func (o *PerformanceRecommendation) GetRecommendationInfo() map[string]map[string]interface{}
GetRecommendationInfo returns the RecommendationInfo field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetRecommendationInfoOk() (*map[string]map[string]interface{}, bool)
GetRecommendationInfoOk returns a tuple with the RecommendationInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetRecommendationInfo(v map[string]map[string]interface{})
SetRecommendationInfo sets RecommendationInfo field to given value.
func (o *PerformanceRecommendation) GetRecommendationPriority() string
GetRecommendationPriority returns the RecommendationPriority field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetRecommendationPriorityOk() (*string, bool)
GetRecommendationPriorityOk returns a tuple with the RecommendationPriority field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetRecommendationPriority(v string)
SetRecommendationPriority sets RecommendationPriority field to given value.
func (o *PerformanceRecommendation) GetRecommendationState() string
GetRecommendationState returns the RecommendationState field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetRecommendationStateOk() (*string, bool)
GetRecommendationStateOk returns a tuple with the RecommendationState field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetRecommendationState(v string)
SetRecommendationState sets RecommendationState field to given value.
func (o *PerformanceRecommendation) GetRecommendationTimestamp() int64
GetRecommendationTimestamp returns the RecommendationTimestamp field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetRecommendationTimestampOk() (*int64, bool)
GetRecommendationTimestampOk returns a tuple with the RecommendationTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetRecommendationTimestamp(v int64)
SetRecommendationTimestamp sets RecommendationTimestamp field to given value.
func (o *PerformanceRecommendation) GetRecommendationType() string
GetRecommendationType returns the RecommendationType field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetRecommendationTypeOk() (*string, bool)
GetRecommendationTypeOk returns a tuple with the RecommendationType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetRecommendationType(v string)
SetRecommendationType sets RecommendationType field to given value.
func (o *PerformanceRecommendation) GetStateChangeAuditInfoList() []StateChangeAuditInfo
GetStateChangeAuditInfoList returns the StateChangeAuditInfoList field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetStateChangeAuditInfoListOk() (*[]StateChangeAuditInfo, bool)
GetStateChangeAuditInfoListOk returns a tuple with the StateChangeAuditInfoList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetStateChangeAuditInfoList(v []StateChangeAuditInfo)
SetStateChangeAuditInfoList sets StateChangeAuditInfoList field to given value.
func (o *PerformanceRecommendation) GetUniverseId() string
GetUniverseId returns the UniverseId field if non-nil, zero value otherwise.
func (o *PerformanceRecommendation) GetUniverseIdOk() (*string, bool)
GetUniverseIdOk returns a tuple with the UniverseId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PerformanceRecommendation) SetUniverseId(v string)
SetUniverseId sets UniverseId field to given value.