Name | Type | Description | Notes |
---|---|---|---|
ContributingFeatureName | Pointer to string | Contributing feature name | [optional] |
IdentityOutlierDisplayName | Pointer to string | Identity display name | [optional] |
OutlierFeatureDisplayValues | Pointer to []OutlierFeatureSummaryOutlierFeatureDisplayValuesInner | [optional] | |
FeatureDefinition | Pointer to string | Definition of the feature | [optional] |
FeatureExplanation | Pointer to string | Detailed explanation of the feature | [optional] |
PeerDisplayName | Pointer to string | outlier's peer identity display name | [optional] |
PeerIdentityId | Pointer to string | outlier's peer identity id | [optional] |
AccessItemReference | Pointer to map[string]interface{} | Access Item reference | [optional] |
func NewOutlierFeatureSummary() *OutlierFeatureSummary
NewOutlierFeatureSummary instantiates a new OutlierFeatureSummary 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 NewOutlierFeatureSummaryWithDefaults() *OutlierFeatureSummary
NewOutlierFeatureSummaryWithDefaults instantiates a new OutlierFeatureSummary 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 *OutlierFeatureSummary) GetContributingFeatureName() string
GetContributingFeatureName returns the ContributingFeatureName field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetContributingFeatureNameOk() (*string, bool)
GetContributingFeatureNameOk returns a tuple with the ContributingFeatureName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetContributingFeatureName(v string)
SetContributingFeatureName sets ContributingFeatureName field to given value.
func (o *OutlierFeatureSummary) HasContributingFeatureName() bool
HasContributingFeatureName returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetIdentityOutlierDisplayName() string
GetIdentityOutlierDisplayName returns the IdentityOutlierDisplayName field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetIdentityOutlierDisplayNameOk() (*string, bool)
GetIdentityOutlierDisplayNameOk returns a tuple with the IdentityOutlierDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetIdentityOutlierDisplayName(v string)
SetIdentityOutlierDisplayName sets IdentityOutlierDisplayName field to given value.
func (o *OutlierFeatureSummary) HasIdentityOutlierDisplayName() bool
HasIdentityOutlierDisplayName returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetOutlierFeatureDisplayValues() []OutlierFeatureSummaryOutlierFeatureDisplayValuesInner
GetOutlierFeatureDisplayValues returns the OutlierFeatureDisplayValues field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetOutlierFeatureDisplayValuesOk() (*[]OutlierFeatureSummaryOutlierFeatureDisplayValuesInner, bool)
GetOutlierFeatureDisplayValuesOk returns a tuple with the OutlierFeatureDisplayValues field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetOutlierFeatureDisplayValues(v []OutlierFeatureSummaryOutlierFeatureDisplayValuesInner)
SetOutlierFeatureDisplayValues sets OutlierFeatureDisplayValues field to given value.
func (o *OutlierFeatureSummary) HasOutlierFeatureDisplayValues() bool
HasOutlierFeatureDisplayValues returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetFeatureDefinition() string
GetFeatureDefinition returns the FeatureDefinition field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetFeatureDefinitionOk() (*string, bool)
GetFeatureDefinitionOk returns a tuple with the FeatureDefinition field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetFeatureDefinition(v string)
SetFeatureDefinition sets FeatureDefinition field to given value.
func (o *OutlierFeatureSummary) HasFeatureDefinition() bool
HasFeatureDefinition returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetFeatureExplanation() string
GetFeatureExplanation returns the FeatureExplanation field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetFeatureExplanationOk() (*string, bool)
GetFeatureExplanationOk returns a tuple with the FeatureExplanation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetFeatureExplanation(v string)
SetFeatureExplanation sets FeatureExplanation field to given value.
func (o *OutlierFeatureSummary) HasFeatureExplanation() bool
HasFeatureExplanation returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetPeerDisplayName() string
GetPeerDisplayName returns the PeerDisplayName field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetPeerDisplayNameOk() (*string, bool)
GetPeerDisplayNameOk returns a tuple with the PeerDisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetPeerDisplayName(v string)
SetPeerDisplayName sets PeerDisplayName field to given value.
func (o *OutlierFeatureSummary) HasPeerDisplayName() bool
HasPeerDisplayName returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetPeerIdentityId() string
GetPeerIdentityId returns the PeerIdentityId field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetPeerIdentityIdOk() (*string, bool)
GetPeerIdentityIdOk returns a tuple with the PeerIdentityId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetPeerIdentityId(v string)
SetPeerIdentityId sets PeerIdentityId field to given value.
func (o *OutlierFeatureSummary) HasPeerIdentityId() bool
HasPeerIdentityId returns a boolean if a field has been set.
func (o *OutlierFeatureSummary) GetAccessItemReference() map[string]interface{}
GetAccessItemReference returns the AccessItemReference field if non-nil, zero value otherwise.
func (o *OutlierFeatureSummary) GetAccessItemReferenceOk() (*map[string]interface{}, bool)
GetAccessItemReferenceOk returns a tuple with the AccessItemReference field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierFeatureSummary) SetAccessItemReference(v map[string]interface{})
SetAccessItemReference sets AccessItemReference field to given value.
func (o *OutlierFeatureSummary) HasAccessItemReference() bool
HasAccessItemReference returns a boolean if a field has been set.