Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Contributing feature id | [optional] |
Name | Pointer to string | The name of the feature | [optional] |
ValueType | Pointer to string | The data type of the value field | [optional] |
Value | Pointer to OutlierContributingFeatureValue | [optional] | |
Importance | Pointer to float32 | The importance of the feature. This can also be a negative value | [optional] |
DisplayName | Pointer to string | The (translated if header is passed) displayName for the feature | [optional] |
Description | Pointer to string | The (translated if header is passed) description for the feature | [optional] |
TranslationMessages | Pointer to OutlierFeatureTranslation | [optional] |
func NewOutlierContributingFeature() *OutlierContributingFeature
NewOutlierContributingFeature instantiates a new OutlierContributingFeature 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 NewOutlierContributingFeatureWithDefaults() *OutlierContributingFeature
NewOutlierContributingFeatureWithDefaults instantiates a new OutlierContributingFeature 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 *OutlierContributingFeature) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) 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 *OutlierContributingFeature) SetId(v string)
SetId sets Id field to given value.
func (o *OutlierContributingFeature) HasId() bool
HasId returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) 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 *OutlierContributingFeature) SetName(v string)
SetName sets Name field to given value.
func (o *OutlierContributingFeature) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetValueType() string
GetValueType returns the ValueType field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) GetValueTypeOk() (*string, bool)
GetValueTypeOk returns a tuple with the ValueType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierContributingFeature) SetValueType(v string)
SetValueType sets ValueType field to given value.
func (o *OutlierContributingFeature) HasValueType() bool
HasValueType returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetValue() OutlierContributingFeatureValue
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) GetValueOk() (*OutlierContributingFeatureValue, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierContributingFeature) SetValue(v OutlierContributingFeatureValue)
SetValue sets Value field to given value.
func (o *OutlierContributingFeature) HasValue() bool
HasValue returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetImportance() float32
GetImportance returns the Importance field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) GetImportanceOk() (*float32, bool)
GetImportanceOk returns a tuple with the Importance field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierContributingFeature) SetImportance(v float32)
SetImportance sets Importance field to given value.
func (o *OutlierContributingFeature) HasImportance() bool
HasImportance returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) GetDisplayNameOk() (*string, 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 *OutlierContributingFeature) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *OutlierContributingFeature) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) 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 *OutlierContributingFeature) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *OutlierContributingFeature) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *OutlierContributingFeature) GetTranslationMessages() OutlierFeatureTranslation
GetTranslationMessages returns the TranslationMessages field if non-nil, zero value otherwise.
func (o *OutlierContributingFeature) GetTranslationMessagesOk() (*OutlierFeatureTranslation, bool)
GetTranslationMessagesOk returns a tuple with the TranslationMessages field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierContributingFeature) SetTranslationMessages(v OutlierFeatureTranslation)
SetTranslationMessages sets TranslationMessages field to given value.
func (o *OutlierContributingFeature) HasTranslationMessages() bool
HasTranslationMessages returns a boolean if a field has been set.