Name | Type | Description | Notes |
---|---|---|---|
PartsPacked | Pointer to int32 | [optional] | |
ReqTime | Pointer to V0040Uint64NoVal | [optional] | |
ReqTimeStart | Pointer to V0040Uint64NoVal | [optional] | |
ServerThreadCount | Pointer to int32 | [optional] | |
AgentQueueSize | Pointer to int32 | [optional] | |
AgentCount | Pointer to int32 | [optional] | |
AgentThreadCount | Pointer to int32 | [optional] | |
DbdAgentQueueSize | Pointer to int32 | [optional] | |
GettimeofdayLatency | Pointer to int32 | [optional] | |
ScheduleCycleMax | Pointer to int32 | [optional] | |
ScheduleCycleLast | Pointer to int32 | [optional] | |
ScheduleCycleTotal | Pointer to int32 | [optional] | |
ScheduleCycleMean | Pointer to int64 | [optional] | |
ScheduleCycleMeanDepth | Pointer to int64 | [optional] | |
ScheduleCyclePerMinute | Pointer to int64 | [optional] | |
ScheduleQueueLength | Pointer to int32 | [optional] | |
ScheduleExit | Pointer to V0040ScheduleExitFields | [optional] | |
JobsSubmitted | Pointer to int32 | [optional] | |
JobsStarted | Pointer to int32 | [optional] | |
JobsCompleted | Pointer to int32 | [optional] | |
JobsCanceled | Pointer to int32 | [optional] | |
JobsFailed | Pointer to int32 | [optional] | |
JobsPending | Pointer to int32 | [optional] | |
JobsRunning | Pointer to int32 | [optional] | |
JobStatesTs | Pointer to V0040Uint64NoVal | [optional] | |
BfBackfilledJobs | Pointer to int32 | [optional] | |
BfLastBackfilledJobs | Pointer to int32 | [optional] | |
BfBackfilledHetJobs | Pointer to int32 | [optional] | |
BfCycleCounter | Pointer to int32 | [optional] | |
BfCycleMean | Pointer to int64 | [optional] | |
BfDepthMean | Pointer to int64 | [optional] | |
BfDepthMeanTry | Pointer to int64 | [optional] | |
BfCycleSum | Pointer to int64 | [optional] | |
BfCycleLast | Pointer to int32 | [optional] | |
BfLastDepth | Pointer to int32 | [optional] | |
BfLastDepthTry | Pointer to int32 | [optional] | |
BfDepthSum | Pointer to int32 | [optional] | |
BfDepthTrySum | Pointer to int32 | [optional] | |
BfQueueLen | Pointer to int32 | [optional] | |
BfQueueLenMean | Pointer to int64 | [optional] | |
BfQueueLenSum | Pointer to int32 | [optional] | |
BfTableSize | Pointer to int32 | [optional] | |
BfTableSizeMean | Pointer to int64 | [optional] | |
BfWhenLastCycle | Pointer to V0040Uint64NoVal | [optional] | |
BfActive | Pointer to bool | [optional] | |
BfExit | Pointer to V0040BfExitFields | [optional] | |
RpcsByMessageType | Pointer to []V0040StatsMsgRpcsByTypeInner | RPCs by message type | [optional] |
RpcsByUser | Pointer to []V0040StatsMsgRpcsByUserInner | RPCs by user | [optional] |
func NewV0040StatsMsg() *V0040StatsMsg
NewV0040StatsMsg instantiates a new V0040StatsMsg 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 NewV0040StatsMsgWithDefaults() *V0040StatsMsg
NewV0040StatsMsgWithDefaults instantiates a new V0040StatsMsg 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 *V0040StatsMsg) GetPartsPacked() int32
GetPartsPacked returns the PartsPacked field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetPartsPackedOk() (*int32, bool)
GetPartsPackedOk returns a tuple with the PartsPacked field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetPartsPacked(v int32)
SetPartsPacked sets PartsPacked field to given value.
func (o *V0040StatsMsg) HasPartsPacked() bool
HasPartsPacked returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetReqTime() V0040Uint64NoVal
GetReqTime returns the ReqTime field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetReqTimeOk() (*V0040Uint64NoVal, bool)
GetReqTimeOk returns a tuple with the ReqTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetReqTime(v V0040Uint64NoVal)
SetReqTime sets ReqTime field to given value.
func (o *V0040StatsMsg) HasReqTime() bool
HasReqTime returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetReqTimeStart() V0040Uint64NoVal
GetReqTimeStart returns the ReqTimeStart field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetReqTimeStartOk() (*V0040Uint64NoVal, bool)
GetReqTimeStartOk returns a tuple with the ReqTimeStart field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetReqTimeStart(v V0040Uint64NoVal)
SetReqTimeStart sets ReqTimeStart field to given value.
func (o *V0040StatsMsg) HasReqTimeStart() bool
HasReqTimeStart returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetServerThreadCount() int32
GetServerThreadCount returns the ServerThreadCount field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetServerThreadCountOk() (*int32, bool)
GetServerThreadCountOk returns a tuple with the ServerThreadCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetServerThreadCount(v int32)
SetServerThreadCount sets ServerThreadCount field to given value.
func (o *V0040StatsMsg) HasServerThreadCount() bool
HasServerThreadCount returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetAgentQueueSize() int32
GetAgentQueueSize returns the AgentQueueSize field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetAgentQueueSizeOk() (*int32, bool)
GetAgentQueueSizeOk returns a tuple with the AgentQueueSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetAgentQueueSize(v int32)
SetAgentQueueSize sets AgentQueueSize field to given value.
func (o *V0040StatsMsg) HasAgentQueueSize() bool
HasAgentQueueSize returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetAgentCount() int32
GetAgentCount returns the AgentCount field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetAgentCountOk() (*int32, bool)
GetAgentCountOk returns a tuple with the AgentCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetAgentCount(v int32)
SetAgentCount sets AgentCount field to given value.
func (o *V0040StatsMsg) HasAgentCount() bool
HasAgentCount returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetAgentThreadCount() int32
GetAgentThreadCount returns the AgentThreadCount field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetAgentThreadCountOk() (*int32, bool)
GetAgentThreadCountOk returns a tuple with the AgentThreadCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetAgentThreadCount(v int32)
SetAgentThreadCount sets AgentThreadCount field to given value.
func (o *V0040StatsMsg) HasAgentThreadCount() bool
HasAgentThreadCount returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetDbdAgentQueueSize() int32
GetDbdAgentQueueSize returns the DbdAgentQueueSize field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetDbdAgentQueueSizeOk() (*int32, bool)
GetDbdAgentQueueSizeOk returns a tuple with the DbdAgentQueueSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetDbdAgentQueueSize(v int32)
SetDbdAgentQueueSize sets DbdAgentQueueSize field to given value.
func (o *V0040StatsMsg) HasDbdAgentQueueSize() bool
HasDbdAgentQueueSize returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetGettimeofdayLatency() int32
GetGettimeofdayLatency returns the GettimeofdayLatency field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetGettimeofdayLatencyOk() (*int32, bool)
GetGettimeofdayLatencyOk returns a tuple with the GettimeofdayLatency field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetGettimeofdayLatency(v int32)
SetGettimeofdayLatency sets GettimeofdayLatency field to given value.
func (o *V0040StatsMsg) HasGettimeofdayLatency() bool
HasGettimeofdayLatency returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleCycleMax() int32
GetScheduleCycleMax returns the ScheduleCycleMax field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleCycleMaxOk() (*int32, bool)
GetScheduleCycleMaxOk returns a tuple with the ScheduleCycleMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleCycleMax(v int32)
SetScheduleCycleMax sets ScheduleCycleMax field to given value.
func (o *V0040StatsMsg) HasScheduleCycleMax() bool
HasScheduleCycleMax returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleCycleLast() int32
GetScheduleCycleLast returns the ScheduleCycleLast field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleCycleLastOk() (*int32, bool)
GetScheduleCycleLastOk returns a tuple with the ScheduleCycleLast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleCycleLast(v int32)
SetScheduleCycleLast sets ScheduleCycleLast field to given value.
func (o *V0040StatsMsg) HasScheduleCycleLast() bool
HasScheduleCycleLast returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleCycleTotal() int32
GetScheduleCycleTotal returns the ScheduleCycleTotal field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleCycleTotalOk() (*int32, bool)
GetScheduleCycleTotalOk returns a tuple with the ScheduleCycleTotal field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleCycleTotal(v int32)
SetScheduleCycleTotal sets ScheduleCycleTotal field to given value.
func (o *V0040StatsMsg) HasScheduleCycleTotal() bool
HasScheduleCycleTotal returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleCycleMean() int64
GetScheduleCycleMean returns the ScheduleCycleMean field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleCycleMeanOk() (*int64, bool)
GetScheduleCycleMeanOk returns a tuple with the ScheduleCycleMean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleCycleMean(v int64)
SetScheduleCycleMean sets ScheduleCycleMean field to given value.
func (o *V0040StatsMsg) HasScheduleCycleMean() bool
HasScheduleCycleMean returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleCycleMeanDepth() int64
GetScheduleCycleMeanDepth returns the ScheduleCycleMeanDepth field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleCycleMeanDepthOk() (*int64, bool)
GetScheduleCycleMeanDepthOk returns a tuple with the ScheduleCycleMeanDepth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleCycleMeanDepth(v int64)
SetScheduleCycleMeanDepth sets ScheduleCycleMeanDepth field to given value.
func (o *V0040StatsMsg) HasScheduleCycleMeanDepth() bool
HasScheduleCycleMeanDepth returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleCyclePerMinute() int64
GetScheduleCyclePerMinute returns the ScheduleCyclePerMinute field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleCyclePerMinuteOk() (*int64, bool)
GetScheduleCyclePerMinuteOk returns a tuple with the ScheduleCyclePerMinute field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleCyclePerMinute(v int64)
SetScheduleCyclePerMinute sets ScheduleCyclePerMinute field to given value.
func (o *V0040StatsMsg) HasScheduleCyclePerMinute() bool
HasScheduleCyclePerMinute returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleQueueLength() int32
GetScheduleQueueLength returns the ScheduleQueueLength field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleQueueLengthOk() (*int32, bool)
GetScheduleQueueLengthOk returns a tuple with the ScheduleQueueLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleQueueLength(v int32)
SetScheduleQueueLength sets ScheduleQueueLength field to given value.
func (o *V0040StatsMsg) HasScheduleQueueLength() bool
HasScheduleQueueLength returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetScheduleExit() V0040ScheduleExitFields
GetScheduleExit returns the ScheduleExit field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetScheduleExitOk() (*V0040ScheduleExitFields, bool)
GetScheduleExitOk returns a tuple with the ScheduleExit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetScheduleExit(v V0040ScheduleExitFields)
SetScheduleExit sets ScheduleExit field to given value.
func (o *V0040StatsMsg) HasScheduleExit() bool
HasScheduleExit returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsSubmitted() int32
GetJobsSubmitted returns the JobsSubmitted field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsSubmittedOk() (*int32, bool)
GetJobsSubmittedOk returns a tuple with the JobsSubmitted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsSubmitted(v int32)
SetJobsSubmitted sets JobsSubmitted field to given value.
func (o *V0040StatsMsg) HasJobsSubmitted() bool
HasJobsSubmitted returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsStarted() int32
GetJobsStarted returns the JobsStarted field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsStartedOk() (*int32, bool)
GetJobsStartedOk returns a tuple with the JobsStarted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsStarted(v int32)
SetJobsStarted sets JobsStarted field to given value.
func (o *V0040StatsMsg) HasJobsStarted() bool
HasJobsStarted returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsCompleted() int32
GetJobsCompleted returns the JobsCompleted field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsCompletedOk() (*int32, bool)
GetJobsCompletedOk returns a tuple with the JobsCompleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsCompleted(v int32)
SetJobsCompleted sets JobsCompleted field to given value.
func (o *V0040StatsMsg) HasJobsCompleted() bool
HasJobsCompleted returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsCanceled() int32
GetJobsCanceled returns the JobsCanceled field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsCanceledOk() (*int32, bool)
GetJobsCanceledOk returns a tuple with the JobsCanceled field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsCanceled(v int32)
SetJobsCanceled sets JobsCanceled field to given value.
func (o *V0040StatsMsg) HasJobsCanceled() bool
HasJobsCanceled returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsFailed() int32
GetJobsFailed returns the JobsFailed field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsFailedOk() (*int32, bool)
GetJobsFailedOk returns a tuple with the JobsFailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsFailed(v int32)
SetJobsFailed sets JobsFailed field to given value.
func (o *V0040StatsMsg) HasJobsFailed() bool
HasJobsFailed returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsPending() int32
GetJobsPending returns the JobsPending field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsPendingOk() (*int32, bool)
GetJobsPendingOk returns a tuple with the JobsPending field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsPending(v int32)
SetJobsPending sets JobsPending field to given value.
func (o *V0040StatsMsg) HasJobsPending() bool
HasJobsPending returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobsRunning() int32
GetJobsRunning returns the JobsRunning field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobsRunningOk() (*int32, bool)
GetJobsRunningOk returns a tuple with the JobsRunning field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobsRunning(v int32)
SetJobsRunning sets JobsRunning field to given value.
func (o *V0040StatsMsg) HasJobsRunning() bool
HasJobsRunning returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetJobStatesTs() V0040Uint64NoVal
GetJobStatesTs returns the JobStatesTs field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetJobStatesTsOk() (*V0040Uint64NoVal, bool)
GetJobStatesTsOk returns a tuple with the JobStatesTs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetJobStatesTs(v V0040Uint64NoVal)
SetJobStatesTs sets JobStatesTs field to given value.
func (o *V0040StatsMsg) HasJobStatesTs() bool
HasJobStatesTs returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfBackfilledJobs() int32
GetBfBackfilledJobs returns the BfBackfilledJobs field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfBackfilledJobsOk() (*int32, bool)
GetBfBackfilledJobsOk returns a tuple with the BfBackfilledJobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfBackfilledJobs(v int32)
SetBfBackfilledJobs sets BfBackfilledJobs field to given value.
func (o *V0040StatsMsg) HasBfBackfilledJobs() bool
HasBfBackfilledJobs returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfLastBackfilledJobs() int32
GetBfLastBackfilledJobs returns the BfLastBackfilledJobs field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfLastBackfilledJobsOk() (*int32, bool)
GetBfLastBackfilledJobsOk returns a tuple with the BfLastBackfilledJobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfLastBackfilledJobs(v int32)
SetBfLastBackfilledJobs sets BfLastBackfilledJobs field to given value.
func (o *V0040StatsMsg) HasBfLastBackfilledJobs() bool
HasBfLastBackfilledJobs returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfBackfilledHetJobs() int32
GetBfBackfilledHetJobs returns the BfBackfilledHetJobs field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfBackfilledHetJobsOk() (*int32, bool)
GetBfBackfilledHetJobsOk returns a tuple with the BfBackfilledHetJobs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfBackfilledHetJobs(v int32)
SetBfBackfilledHetJobs sets BfBackfilledHetJobs field to given value.
func (o *V0040StatsMsg) HasBfBackfilledHetJobs() bool
HasBfBackfilledHetJobs returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfCycleCounter() int32
GetBfCycleCounter returns the BfCycleCounter field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfCycleCounterOk() (*int32, bool)
GetBfCycleCounterOk returns a tuple with the BfCycleCounter field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfCycleCounter(v int32)
SetBfCycleCounter sets BfCycleCounter field to given value.
func (o *V0040StatsMsg) HasBfCycleCounter() bool
HasBfCycleCounter returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfCycleMean() int64
GetBfCycleMean returns the BfCycleMean field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfCycleMeanOk() (*int64, bool)
GetBfCycleMeanOk returns a tuple with the BfCycleMean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfCycleMean(v int64)
SetBfCycleMean sets BfCycleMean field to given value.
func (o *V0040StatsMsg) HasBfCycleMean() bool
HasBfCycleMean returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfDepthMean() int64
GetBfDepthMean returns the BfDepthMean field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfDepthMeanOk() (*int64, bool)
GetBfDepthMeanOk returns a tuple with the BfDepthMean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfDepthMean(v int64)
SetBfDepthMean sets BfDepthMean field to given value.
func (o *V0040StatsMsg) HasBfDepthMean() bool
HasBfDepthMean returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfDepthMeanTry() int64
GetBfDepthMeanTry returns the BfDepthMeanTry field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfDepthMeanTryOk() (*int64, bool)
GetBfDepthMeanTryOk returns a tuple with the BfDepthMeanTry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfDepthMeanTry(v int64)
SetBfDepthMeanTry sets BfDepthMeanTry field to given value.
func (o *V0040StatsMsg) HasBfDepthMeanTry() bool
HasBfDepthMeanTry returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfCycleSum() int64
GetBfCycleSum returns the BfCycleSum field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfCycleSumOk() (*int64, bool)
GetBfCycleSumOk returns a tuple with the BfCycleSum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfCycleSum(v int64)
SetBfCycleSum sets BfCycleSum field to given value.
func (o *V0040StatsMsg) HasBfCycleSum() bool
HasBfCycleSum returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfCycleLast() int32
GetBfCycleLast returns the BfCycleLast field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfCycleLastOk() (*int32, bool)
GetBfCycleLastOk returns a tuple with the BfCycleLast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfCycleLast(v int32)
SetBfCycleLast sets BfCycleLast field to given value.
func (o *V0040StatsMsg) HasBfCycleLast() bool
HasBfCycleLast returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfLastDepth() int32
GetBfLastDepth returns the BfLastDepth field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfLastDepthOk() (*int32, bool)
GetBfLastDepthOk returns a tuple with the BfLastDepth field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfLastDepth(v int32)
SetBfLastDepth sets BfLastDepth field to given value.
func (o *V0040StatsMsg) HasBfLastDepth() bool
HasBfLastDepth returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfLastDepthTry() int32
GetBfLastDepthTry returns the BfLastDepthTry field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfLastDepthTryOk() (*int32, bool)
GetBfLastDepthTryOk returns a tuple with the BfLastDepthTry field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfLastDepthTry(v int32)
SetBfLastDepthTry sets BfLastDepthTry field to given value.
func (o *V0040StatsMsg) HasBfLastDepthTry() bool
HasBfLastDepthTry returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfDepthSum() int32
GetBfDepthSum returns the BfDepthSum field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfDepthSumOk() (*int32, bool)
GetBfDepthSumOk returns a tuple with the BfDepthSum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfDepthSum(v int32)
SetBfDepthSum sets BfDepthSum field to given value.
func (o *V0040StatsMsg) HasBfDepthSum() bool
HasBfDepthSum returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfDepthTrySum() int32
GetBfDepthTrySum returns the BfDepthTrySum field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfDepthTrySumOk() (*int32, bool)
GetBfDepthTrySumOk returns a tuple with the BfDepthTrySum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfDepthTrySum(v int32)
SetBfDepthTrySum sets BfDepthTrySum field to given value.
func (o *V0040StatsMsg) HasBfDepthTrySum() bool
HasBfDepthTrySum returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfQueueLen() int32
GetBfQueueLen returns the BfQueueLen field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfQueueLenOk() (*int32, bool)
GetBfQueueLenOk returns a tuple with the BfQueueLen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfQueueLen(v int32)
SetBfQueueLen sets BfQueueLen field to given value.
func (o *V0040StatsMsg) HasBfQueueLen() bool
HasBfQueueLen returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfQueueLenMean() int64
GetBfQueueLenMean returns the BfQueueLenMean field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfQueueLenMeanOk() (*int64, bool)
GetBfQueueLenMeanOk returns a tuple with the BfQueueLenMean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfQueueLenMean(v int64)
SetBfQueueLenMean sets BfQueueLenMean field to given value.
func (o *V0040StatsMsg) HasBfQueueLenMean() bool
HasBfQueueLenMean returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfQueueLenSum() int32
GetBfQueueLenSum returns the BfQueueLenSum field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfQueueLenSumOk() (*int32, bool)
GetBfQueueLenSumOk returns a tuple with the BfQueueLenSum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfQueueLenSum(v int32)
SetBfQueueLenSum sets BfQueueLenSum field to given value.
func (o *V0040StatsMsg) HasBfQueueLenSum() bool
HasBfQueueLenSum returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfTableSize() int32
GetBfTableSize returns the BfTableSize field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfTableSizeOk() (*int32, bool)
GetBfTableSizeOk returns a tuple with the BfTableSize field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfTableSize(v int32)
SetBfTableSize sets BfTableSize field to given value.
func (o *V0040StatsMsg) HasBfTableSize() bool
HasBfTableSize returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfTableSizeMean() int64
GetBfTableSizeMean returns the BfTableSizeMean field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfTableSizeMeanOk() (*int64, bool)
GetBfTableSizeMeanOk returns a tuple with the BfTableSizeMean field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfTableSizeMean(v int64)
SetBfTableSizeMean sets BfTableSizeMean field to given value.
func (o *V0040StatsMsg) HasBfTableSizeMean() bool
HasBfTableSizeMean returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfWhenLastCycle() V0040Uint64NoVal
GetBfWhenLastCycle returns the BfWhenLastCycle field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfWhenLastCycleOk() (*V0040Uint64NoVal, bool)
GetBfWhenLastCycleOk returns a tuple with the BfWhenLastCycle field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfWhenLastCycle(v V0040Uint64NoVal)
SetBfWhenLastCycle sets BfWhenLastCycle field to given value.
func (o *V0040StatsMsg) HasBfWhenLastCycle() bool
HasBfWhenLastCycle returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfActive() bool
GetBfActive returns the BfActive field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfActiveOk() (*bool, bool)
GetBfActiveOk returns a tuple with the BfActive field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfActive(v bool)
SetBfActive sets BfActive field to given value.
func (o *V0040StatsMsg) HasBfActive() bool
HasBfActive returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetBfExit() V0040BfExitFields
GetBfExit returns the BfExit field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetBfExitOk() (*V0040BfExitFields, bool)
GetBfExitOk returns a tuple with the BfExit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetBfExit(v V0040BfExitFields)
SetBfExit sets BfExit field to given value.
func (o *V0040StatsMsg) HasBfExit() bool
HasBfExit returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetRpcsByMessageType() []V0040StatsMsgRpcsByTypeInner
GetRpcsByMessageType returns the RpcsByMessageType field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetRpcsByMessageTypeOk() (*[]V0040StatsMsgRpcsByTypeInner, bool)
GetRpcsByMessageTypeOk returns a tuple with the RpcsByMessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetRpcsByMessageType(v []V0040StatsMsgRpcsByTypeInner)
SetRpcsByMessageType sets RpcsByMessageType field to given value.
func (o *V0040StatsMsg) HasRpcsByMessageType() bool
HasRpcsByMessageType returns a boolean if a field has been set.
func (o *V0040StatsMsg) GetRpcsByUser() []V0040StatsMsgRpcsByUserInner
GetRpcsByUser returns the RpcsByUser field if non-nil, zero value otherwise.
func (o *V0040StatsMsg) GetRpcsByUserOk() (*[]V0040StatsMsgRpcsByUserInner, bool)
GetRpcsByUserOk returns a tuple with the RpcsByUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0040StatsMsg) SetRpcsByUser(v []V0040StatsMsgRpcsByUserInner)
SetRpcsByUser sets RpcsByUser field to given value.
func (o *V0040StatsMsg) HasRpcsByUser() bool
HasRpcsByUser returns a boolean if a field has been set.