Name | Type | Description | Notes |
---|---|---|---|
Lower | Pointer to float64 | Lower bond value. | [optional] |
Upper | Pointer to float64 | Upper bond value. | [optional] |
func NewOutlierBound() *OutlierBound
NewOutlierBound instantiates a new OutlierBound 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 NewOutlierBoundWithDefaults() *OutlierBound
NewOutlierBoundWithDefaults instantiates a new OutlierBound 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 *OutlierBound) GetLower() float64
GetLower returns the Lower field if non-nil, zero value otherwise.
func (o *OutlierBound) GetLowerOk() (*float64, bool)
GetLowerOk returns a tuple with the Lower field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierBound) SetLower(v float64)
SetLower sets Lower field to given value.
func (o *OutlierBound) HasLower() bool
HasLower returns a boolean if a field has been set.
func (o *OutlierBound) GetUpper() float64
GetUpper returns the Upper field if non-nil, zero value otherwise.
func (o *OutlierBound) GetUpperOk() (*float64, bool)
GetUpperOk returns a tuple with the Upper field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OutlierBound) SetUpper(v float64)
SetUpper sets Upper field to given value.
func (o *OutlierBound) HasUpper() bool
HasUpper returns a boolean if a field has been set.