Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.26 KB

ConfidenceIntervalRep.md

File metadata and controls

82 lines (45 loc) · 2.26 KB

ConfidenceIntervalRep

Properties

Name Type Description Notes
Upper Pointer to float32 [optional]
Lower Pointer to float32 [optional]

Methods

NewConfidenceIntervalRep

func NewConfidenceIntervalRep() *ConfidenceIntervalRep

NewConfidenceIntervalRep instantiates a new ConfidenceIntervalRep 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

NewConfidenceIntervalRepWithDefaults

func NewConfidenceIntervalRepWithDefaults() *ConfidenceIntervalRep

NewConfidenceIntervalRepWithDefaults instantiates a new ConfidenceIntervalRep 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

GetUpper

func (o *ConfidenceIntervalRep) GetUpper() float32

GetUpper returns the Upper field if non-nil, zero value otherwise.

GetUpperOk

func (o *ConfidenceIntervalRep) GetUpperOk() (*float32, 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.

SetUpper

func (o *ConfidenceIntervalRep) SetUpper(v float32)

SetUpper sets Upper field to given value.

HasUpper

func (o *ConfidenceIntervalRep) HasUpper() bool

HasUpper returns a boolean if a field has been set.

GetLower

func (o *ConfidenceIntervalRep) GetLower() float32

GetLower returns the Lower field if non-nil, zero value otherwise.

GetLowerOk

func (o *ConfidenceIntervalRep) GetLowerOk() (*float32, 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.

SetLower

func (o *ConfidenceIntervalRep) SetLower(v float32)

SetLower sets Lower field to given value.

HasLower

func (o *ConfidenceIntervalRep) HasLower() bool

HasLower returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]