Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.62 KB

File metadata and controls

160 lines (87 loc) · 4.62 KB

GetCache2XXResponseApiCachesInnerStats

Properties

Name Type Description Notes
Hits Pointer to float32 [optional]
Misses Pointer to float32 [optional]
Keys Pointer to float32 [optional]
Ksize Pointer to float32 [optional]
Vsize Pointer to float32 [optional]

Methods

NewGetCache2XXResponseApiCachesInnerStats

func NewGetCache2XXResponseApiCachesInnerStats() *GetCache2XXResponseApiCachesInnerStats

NewGetCache2XXResponseApiCachesInnerStats instantiates a new GetCache2XXResponseApiCachesInnerStats 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

NewGetCache2XXResponseApiCachesInnerStatsWithDefaults

func NewGetCache2XXResponseApiCachesInnerStatsWithDefaults() *GetCache2XXResponseApiCachesInnerStats

NewGetCache2XXResponseApiCachesInnerStatsWithDefaults instantiates a new GetCache2XXResponseApiCachesInnerStats 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

GetHits

func (o *GetCache2XXResponseApiCachesInnerStats) GetHits() float32

GetHits returns the Hits field if non-nil, zero value otherwise.

GetHitsOk

func (o *GetCache2XXResponseApiCachesInnerStats) GetHitsOk() (*float32, bool)

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

SetHits

func (o *GetCache2XXResponseApiCachesInnerStats) SetHits(v float32)

SetHits sets Hits field to given value.

HasHits

func (o *GetCache2XXResponseApiCachesInnerStats) HasHits() bool

HasHits returns a boolean if a field has been set.

GetMisses

func (o *GetCache2XXResponseApiCachesInnerStats) GetMisses() float32

GetMisses returns the Misses field if non-nil, zero value otherwise.

GetMissesOk

func (o *GetCache2XXResponseApiCachesInnerStats) GetMissesOk() (*float32, bool)

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

SetMisses

func (o *GetCache2XXResponseApiCachesInnerStats) SetMisses(v float32)

SetMisses sets Misses field to given value.

HasMisses

func (o *GetCache2XXResponseApiCachesInnerStats) HasMisses() bool

HasMisses returns a boolean if a field has been set.

GetKeys

func (o *GetCache2XXResponseApiCachesInnerStats) GetKeys() float32

GetKeys returns the Keys field if non-nil, zero value otherwise.

GetKeysOk

func (o *GetCache2XXResponseApiCachesInnerStats) GetKeysOk() (*float32, bool)

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

SetKeys

func (o *GetCache2XXResponseApiCachesInnerStats) SetKeys(v float32)

SetKeys sets Keys field to given value.

HasKeys

func (o *GetCache2XXResponseApiCachesInnerStats) HasKeys() bool

HasKeys returns a boolean if a field has been set.

GetKsize

func (o *GetCache2XXResponseApiCachesInnerStats) GetKsize() float32

GetKsize returns the Ksize field if non-nil, zero value otherwise.

GetKsizeOk

func (o *GetCache2XXResponseApiCachesInnerStats) GetKsizeOk() (*float32, bool)

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

SetKsize

func (o *GetCache2XXResponseApiCachesInnerStats) SetKsize(v float32)

SetKsize sets Ksize field to given value.

HasKsize

func (o *GetCache2XXResponseApiCachesInnerStats) HasKsize() bool

HasKsize returns a boolean if a field has been set.

GetVsize

func (o *GetCache2XXResponseApiCachesInnerStats) GetVsize() float32

GetVsize returns the Vsize field if non-nil, zero value otherwise.

GetVsizeOk

func (o *GetCache2XXResponseApiCachesInnerStats) GetVsizeOk() (*float32, bool)

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

SetVsize

func (o *GetCache2XXResponseApiCachesInnerStats) SetVsize(v float32)

SetVsize sets Vsize field to given value.

HasVsize

func (o *GetCache2XXResponseApiCachesInnerStats) HasVsize() bool

HasVsize returns a boolean if a field has been set.

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