Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | type | [optional] |
LastRun | Pointer to int32 | Last time rollup ran (UNIX timestamp) | [optional] |
MaxCycle | Pointer to int64 | longest rollup time (seconds) | [optional] |
TotalTime | Pointer to int64 | total time spent doing rollups (seconds) | [optional] |
TotalCycles | Pointer to int64 | number of rollups since last_run | [optional] |
MeanCycles | Pointer to int64 | average time for rollup (seconds) | [optional] |
func NewV0040RollupStatsInner() *V0040RollupStatsInner
NewV0040RollupStatsInner instantiates a new V0040RollupStatsInner 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 NewV0040RollupStatsInnerWithDefaults() *V0040RollupStatsInner
NewV0040RollupStatsInnerWithDefaults instantiates a new V0040RollupStatsInner 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 *V0040RollupStatsInner) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V0040RollupStatsInner) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040RollupStatsInner) SetType(v string)
SetType sets Type field to given value.
func (o *V0040RollupStatsInner) HasType() bool
HasType returns a boolean if a field has been set.
func (o *V0040RollupStatsInner) GetLastRun() int32
GetLastRun returns the LastRun field if non-nil, zero value otherwise.
func (o *V0040RollupStatsInner) GetLastRunOk() (*int32, bool)
GetLastRunOk returns a tuple with the LastRun field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040RollupStatsInner) SetLastRun(v int32)
SetLastRun sets LastRun field to given value.
func (o *V0040RollupStatsInner) HasLastRun() bool
HasLastRun returns a boolean if a field has been set.
func (o *V0040RollupStatsInner) GetMaxCycle() int64
GetMaxCycle returns the MaxCycle field if non-nil, zero value otherwise.
func (o *V0040RollupStatsInner) GetMaxCycleOk() (*int64, bool)
GetMaxCycleOk returns a tuple with the MaxCycle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040RollupStatsInner) SetMaxCycle(v int64)
SetMaxCycle sets MaxCycle field to given value.
func (o *V0040RollupStatsInner) HasMaxCycle() bool
HasMaxCycle returns a boolean if a field has been set.
func (o *V0040RollupStatsInner) GetTotalTime() int64
GetTotalTime returns the TotalTime field if non-nil, zero value otherwise.
func (o *V0040RollupStatsInner) GetTotalTimeOk() (*int64, bool)
GetTotalTimeOk returns a tuple with the TotalTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040RollupStatsInner) SetTotalTime(v int64)
SetTotalTime sets TotalTime field to given value.
func (o *V0040RollupStatsInner) HasTotalTime() bool
HasTotalTime returns a boolean if a field has been set.
func (o *V0040RollupStatsInner) GetTotalCycles() int64
GetTotalCycles returns the TotalCycles field if non-nil, zero value otherwise.
func (o *V0040RollupStatsInner) GetTotalCyclesOk() (*int64, bool)
GetTotalCyclesOk returns a tuple with the TotalCycles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040RollupStatsInner) SetTotalCycles(v int64)
SetTotalCycles sets TotalCycles field to given value.
func (o *V0040RollupStatsInner) HasTotalCycles() bool
HasTotalCycles returns a boolean if a field has been set.
func (o *V0040RollupStatsInner) GetMeanCycles() int64
GetMeanCycles returns the MeanCycles field if non-nil, zero value otherwise.
func (o *V0040RollupStatsInner) GetMeanCyclesOk() (*int64, bool)
GetMeanCyclesOk returns a tuple with the MeanCycles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040RollupStatsInner) SetMeanCycles(v int64)
SetMeanCycles sets MeanCycles field to given value.
func (o *V0040RollupStatsInner) HasMeanCycles() bool
HasMeanCycles returns a boolean if a field has been set.