Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.81 KB

File metadata and controls

114 lines (61 loc) · 2.81 KB

DurationQuantiles

Properties

Name Type Description Notes
Q50 float64
Q90 float64
Q95 float64
Q99 float64

Methods

NewDurationQuantiles

func NewDurationQuantiles(q50 float64, q90 float64, q95 float64, q99 float64, ) *DurationQuantiles

NewDurationQuantiles instantiates a new DurationQuantiles 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

NewDurationQuantilesWithDefaults

func NewDurationQuantilesWithDefaults() *DurationQuantiles

NewDurationQuantilesWithDefaults instantiates a new DurationQuantiles 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

GetQ50

func (o *DurationQuantiles) GetQ50() float64

GetQ50 returns the Q50 field if non-nil, zero value otherwise.

GetQ50Ok

func (o *DurationQuantiles) GetQ50Ok() (*float64, bool)

GetQ50Ok returns a tuple with the Q50 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQ50

func (o *DurationQuantiles) SetQ50(v float64)

SetQ50 sets Q50 field to given value.

GetQ90

func (o *DurationQuantiles) GetQ90() float64

GetQ90 returns the Q90 field if non-nil, zero value otherwise.

GetQ90Ok

func (o *DurationQuantiles) GetQ90Ok() (*float64, bool)

GetQ90Ok returns a tuple with the Q90 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQ90

func (o *DurationQuantiles) SetQ90(v float64)

SetQ90 sets Q90 field to given value.

GetQ95

func (o *DurationQuantiles) GetQ95() float64

GetQ95 returns the Q95 field if non-nil, zero value otherwise.

GetQ95Ok

func (o *DurationQuantiles) GetQ95Ok() (*float64, bool)

GetQ95Ok returns a tuple with the Q95 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQ95

func (o *DurationQuantiles) SetQ95(v float64)

SetQ95 sets Q95 field to given value.

GetQ99

func (o *DurationQuantiles) GetQ99() float64

GetQ99 returns the Q99 field if non-nil, zero value otherwise.

GetQ99Ok

func (o *DurationQuantiles) GetQ99Ok() (*float64, bool)

GetQ99Ok returns a tuple with the Q99 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQ99

func (o *DurationQuantiles) SetQ99(v float64)

SetQ99 sets Q99 field to given value.

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