| Name | Type | Description | Notes |
|---|---|---|---|
| Q50 | float64 | ||
| Q90 | float64 | ||
| Q95 | float64 | ||
| Q99 | float64 |
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
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
func (o *DurationQuantiles) GetQ50() float64
GetQ50 returns the Q50 field if non-nil, zero value otherwise.
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.
func (o *DurationQuantiles) SetQ50(v float64)
SetQ50 sets Q50 field to given value.
func (o *DurationQuantiles) GetQ90() float64
GetQ90 returns the Q90 field if non-nil, zero value otherwise.
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.
func (o *DurationQuantiles) SetQ90(v float64)
SetQ90 sets Q90 field to given value.
func (o *DurationQuantiles) GetQ95() float64
GetQ95 returns the Q95 field if non-nil, zero value otherwise.
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.
func (o *DurationQuantiles) SetQ95(v float64)
SetQ95 sets Q95 field to given value.
func (o *DurationQuantiles) GetQ99() float64
GetQ99 returns the Q99 field if non-nil, zero value otherwise.
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.
func (o *DurationQuantiles) SetQ99(v float64)
SetQ99 sets Q99 field to given value.