Name | Type | Description | Notes |
---|---|---|---|
PartsPacked | Pointer to int32 | partition records packed | [optional] |
ReqTime | Pointer to int32 | generation time | [optional] |
ReqTimeStart | Pointer to int32 | data since | [optional] |
ServerThreadCount | Pointer to int32 | Server thread count | [optional] |
AgentQueueSize | Pointer to int32 | Agent queue size | [optional] |
AgentCount | Pointer to int32 | Agent count | [optional] |
AgentThreadCount | Pointer to int32 | Agent thread count | [optional] |
DbdAgentQueueSize | Pointer to int32 | DBD Agent queue size | [optional] |
GettimeofdayLatency | Pointer to int32 | Latency for 1000 calls to gettimeofday() | [optional] |
ScheduleCycleMax | Pointer to int32 | Main Schedule max cycle | [optional] |
ScheduleCycleLast | Pointer to int32 | Main Schedule last cycle | [optional] |
ScheduleCycleTotal | Pointer to int32 | Main Schedule cycle iterations | [optional] |
ScheduleCycleMean | Pointer to int32 | Average time for Schedule Max cycle | [optional] |
ScheduleCycleMeanDepth | Pointer to int32 | Average depth for Schedule Max cycle | [optional] |
ScheduleCyclePerMinute | Pointer to int32 | Main Schedule Cycles per minute | [optional] |
ScheduleQueueLength | Pointer to int32 | Main Schedule Last queue length | [optional] |
JobsSubmitted | Pointer to int32 | Job submitted | [optional] |
JobsStarted | Pointer to int32 | Job started | [optional] |
JobsCompleted | Pointer to int32 | Job completed | [optional] |
JobsCanceled | Pointer to int32 | Job cancelled | [optional] |
JobsFailed | Pointer to int32 | Job failed | [optional] |
JobsPending | Pointer to int32 | Job pending | [optional] |
JobsRunning | Pointer to int32 | Job running | [optional] |
JobStatesTs | Pointer to int32 | Job states timestamp | [optional] |
BfBackfilledJobs | Pointer to int32 | Total backfilled jobs (since last slurm start) | [optional] |
BfLastBackfilledJobs | Pointer to int32 | Total backfilled jobs (since last stats cycle start) | [optional] |
BfBackfilledHetJobs | Pointer to int32 | Total backfilled heterogeneous job components | [optional] |
BfCycleCounter | Pointer to int32 | Backfill Schedule Total cycles | [optional] |
BfCycleMean | Pointer to int32 | Backfill Schedule Mean cycle | [optional] |
BfCycleMax | Pointer to int32 | Backfill Schedule Max cycle time | [optional] |
BfLastDepth | Pointer to int32 | Backfill Schedule Last depth cycle | [optional] |
BfLastDepthTry | Pointer to int32 | Backfill Schedule Mean cycle (try sched) | [optional] |
BfDepthMean | Pointer to int32 | Backfill Schedule Depth Mean | [optional] |
BfDepthMeanTry | Pointer to int32 | Backfill Schedule Depth Mean (try sched) | [optional] |
BfCycleLast | Pointer to int32 | Backfill Schedule Last cycle time | [optional] |
BfQueueLen | Pointer to int32 | Backfill Schedule Last queue length | [optional] |
BfQueueLenMean | Pointer to int32 | Backfill Schedule Mean queue length | [optional] |
BfTableSize | Pointer to int32 | Backfill table size | [optional] |
BfTableSizeMean | Pointer to int32 | Backfill table mean | [optional] |
BfWhenLastCycle | Pointer to int32 | Last cycle timestamp | [optional] |
BfActive | Pointer to bool | Backfill Schedule currently active | [optional] |
RpcsMessageType | Pointer to []V0037DiagRpcm | Remote Procedure Call statistics by message type | [optional] |
RpcsUser | Pointer to []V0037DiagRpcu | Remote Procedure Call statistics by user | [optional] |
func NewV0037DiagStatistics() *V0037DiagStatistics
NewV0037DiagStatistics instantiates a new V0037DiagStatistics 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 NewV0037DiagStatisticsWithDefaults() *V0037DiagStatistics
NewV0037DiagStatisticsWithDefaults instantiates a new V0037DiagStatistics 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 *V0037DiagStatistics) GetPartsPacked() int32
GetPartsPacked returns the PartsPacked field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetPartsPacked(v int32)
SetPartsPacked sets PartsPacked field to given value.
func (o *V0037DiagStatistics) HasPartsPacked() bool
HasPartsPacked returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetReqTime() int32
GetReqTime returns the ReqTime field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetReqTimeOk() (*int32, 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 *V0037DiagStatistics) SetReqTime(v int32)
SetReqTime sets ReqTime field to given value.
func (o *V0037DiagStatistics) HasReqTime() bool
HasReqTime returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetReqTimeStart() int32
GetReqTimeStart returns the ReqTimeStart field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetReqTimeStartOk() (*int32, 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 *V0037DiagStatistics) SetReqTimeStart(v int32)
SetReqTimeStart sets ReqTimeStart field to given value.
func (o *V0037DiagStatistics) HasReqTimeStart() bool
HasReqTimeStart returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetServerThreadCount() int32
GetServerThreadCount returns the ServerThreadCount field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetServerThreadCount(v int32)
SetServerThreadCount sets ServerThreadCount field to given value.
func (o *V0037DiagStatistics) HasServerThreadCount() bool
HasServerThreadCount returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetAgentQueueSize() int32
GetAgentQueueSize returns the AgentQueueSize field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetAgentQueueSize(v int32)
SetAgentQueueSize sets AgentQueueSize field to given value.
func (o *V0037DiagStatistics) HasAgentQueueSize() bool
HasAgentQueueSize returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetAgentCount() int32
GetAgentCount returns the AgentCount field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetAgentCount(v int32)
SetAgentCount sets AgentCount field to given value.
func (o *V0037DiagStatistics) HasAgentCount() bool
HasAgentCount returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetAgentThreadCount() int32
GetAgentThreadCount returns the AgentThreadCount field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetAgentThreadCount(v int32)
SetAgentThreadCount sets AgentThreadCount field to given value.
func (o *V0037DiagStatistics) HasAgentThreadCount() bool
HasAgentThreadCount returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetDbdAgentQueueSize() int32
GetDbdAgentQueueSize returns the DbdAgentQueueSize field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetDbdAgentQueueSize(v int32)
SetDbdAgentQueueSize sets DbdAgentQueueSize field to given value.
func (o *V0037DiagStatistics) HasDbdAgentQueueSize() bool
HasDbdAgentQueueSize returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetGettimeofdayLatency() int32
GetGettimeofdayLatency returns the GettimeofdayLatency field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetGettimeofdayLatency(v int32)
SetGettimeofdayLatency sets GettimeofdayLatency field to given value.
func (o *V0037DiagStatistics) HasGettimeofdayLatency() bool
HasGettimeofdayLatency returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleCycleMax() int32
GetScheduleCycleMax returns the ScheduleCycleMax field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetScheduleCycleMax(v int32)
SetScheduleCycleMax sets ScheduleCycleMax field to given value.
func (o *V0037DiagStatistics) HasScheduleCycleMax() bool
HasScheduleCycleMax returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleCycleLast() int32
GetScheduleCycleLast returns the ScheduleCycleLast field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetScheduleCycleLast(v int32)
SetScheduleCycleLast sets ScheduleCycleLast field to given value.
func (o *V0037DiagStatistics) HasScheduleCycleLast() bool
HasScheduleCycleLast returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleCycleTotal() int32
GetScheduleCycleTotal returns the ScheduleCycleTotal field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetScheduleCycleTotal(v int32)
SetScheduleCycleTotal sets ScheduleCycleTotal field to given value.
func (o *V0037DiagStatistics) HasScheduleCycleTotal() bool
HasScheduleCycleTotal returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleCycleMean() int32
GetScheduleCycleMean returns the ScheduleCycleMean field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetScheduleCycleMeanOk() (*int32, 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 *V0037DiagStatistics) SetScheduleCycleMean(v int32)
SetScheduleCycleMean sets ScheduleCycleMean field to given value.
func (o *V0037DiagStatistics) HasScheduleCycleMean() bool
HasScheduleCycleMean returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleCycleMeanDepth() int32
GetScheduleCycleMeanDepth returns the ScheduleCycleMeanDepth field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetScheduleCycleMeanDepthOk() (*int32, 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 *V0037DiagStatistics) SetScheduleCycleMeanDepth(v int32)
SetScheduleCycleMeanDepth sets ScheduleCycleMeanDepth field to given value.
func (o *V0037DiagStatistics) HasScheduleCycleMeanDepth() bool
HasScheduleCycleMeanDepth returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleCyclePerMinute() int32
GetScheduleCyclePerMinute returns the ScheduleCyclePerMinute field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetScheduleCyclePerMinuteOk() (*int32, 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 *V0037DiagStatistics) SetScheduleCyclePerMinute(v int32)
SetScheduleCyclePerMinute sets ScheduleCyclePerMinute field to given value.
func (o *V0037DiagStatistics) HasScheduleCyclePerMinute() bool
HasScheduleCyclePerMinute returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetScheduleQueueLength() int32
GetScheduleQueueLength returns the ScheduleQueueLength field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetScheduleQueueLength(v int32)
SetScheduleQueueLength sets ScheduleQueueLength field to given value.
func (o *V0037DiagStatistics) HasScheduleQueueLength() bool
HasScheduleQueueLength returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsSubmitted() int32
GetJobsSubmitted returns the JobsSubmitted field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsSubmitted(v int32)
SetJobsSubmitted sets JobsSubmitted field to given value.
func (o *V0037DiagStatistics) HasJobsSubmitted() bool
HasJobsSubmitted returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsStarted() int32
GetJobsStarted returns the JobsStarted field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsStarted(v int32)
SetJobsStarted sets JobsStarted field to given value.
func (o *V0037DiagStatistics) HasJobsStarted() bool
HasJobsStarted returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsCompleted() int32
GetJobsCompleted returns the JobsCompleted field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsCompleted(v int32)
SetJobsCompleted sets JobsCompleted field to given value.
func (o *V0037DiagStatistics) HasJobsCompleted() bool
HasJobsCompleted returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsCanceled() int32
GetJobsCanceled returns the JobsCanceled field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsCanceled(v int32)
SetJobsCanceled sets JobsCanceled field to given value.
func (o *V0037DiagStatistics) HasJobsCanceled() bool
HasJobsCanceled returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsFailed() int32
GetJobsFailed returns the JobsFailed field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsFailed(v int32)
SetJobsFailed sets JobsFailed field to given value.
func (o *V0037DiagStatistics) HasJobsFailed() bool
HasJobsFailed returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsPending() int32
GetJobsPending returns the JobsPending field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsPending(v int32)
SetJobsPending sets JobsPending field to given value.
func (o *V0037DiagStatistics) HasJobsPending() bool
HasJobsPending returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobsRunning() int32
GetJobsRunning returns the JobsRunning field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetJobsRunning(v int32)
SetJobsRunning sets JobsRunning field to given value.
func (o *V0037DiagStatistics) HasJobsRunning() bool
HasJobsRunning returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetJobStatesTs() int32
GetJobStatesTs returns the JobStatesTs field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetJobStatesTsOk() (*int32, 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 *V0037DiagStatistics) SetJobStatesTs(v int32)
SetJobStatesTs sets JobStatesTs field to given value.
func (o *V0037DiagStatistics) HasJobStatesTs() bool
HasJobStatesTs returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfBackfilledJobs() int32
GetBfBackfilledJobs returns the BfBackfilledJobs field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfBackfilledJobs(v int32)
SetBfBackfilledJobs sets BfBackfilledJobs field to given value.
func (o *V0037DiagStatistics) HasBfBackfilledJobs() bool
HasBfBackfilledJobs returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfLastBackfilledJobs() int32
GetBfLastBackfilledJobs returns the BfLastBackfilledJobs field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfLastBackfilledJobs(v int32)
SetBfLastBackfilledJobs sets BfLastBackfilledJobs field to given value.
func (o *V0037DiagStatistics) HasBfLastBackfilledJobs() bool
HasBfLastBackfilledJobs returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfBackfilledHetJobs() int32
GetBfBackfilledHetJobs returns the BfBackfilledHetJobs field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfBackfilledHetJobs(v int32)
SetBfBackfilledHetJobs sets BfBackfilledHetJobs field to given value.
func (o *V0037DiagStatistics) HasBfBackfilledHetJobs() bool
HasBfBackfilledHetJobs returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfCycleCounter() int32
GetBfCycleCounter returns the BfCycleCounter field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfCycleCounter(v int32)
SetBfCycleCounter sets BfCycleCounter field to given value.
func (o *V0037DiagStatistics) HasBfCycleCounter() bool
HasBfCycleCounter returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfCycleMean() int32
GetBfCycleMean returns the BfCycleMean field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfCycleMeanOk() (*int32, 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 *V0037DiagStatistics) SetBfCycleMean(v int32)
SetBfCycleMean sets BfCycleMean field to given value.
func (o *V0037DiagStatistics) HasBfCycleMean() bool
HasBfCycleMean returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfCycleMax() int32
GetBfCycleMax returns the BfCycleMax field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfCycleMaxOk() (*int32, bool)
GetBfCycleMaxOk returns a tuple with the BfCycleMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0037DiagStatistics) SetBfCycleMax(v int32)
SetBfCycleMax sets BfCycleMax field to given value.
func (o *V0037DiagStatistics) HasBfCycleMax() bool
HasBfCycleMax returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfLastDepth() int32
GetBfLastDepth returns the BfLastDepth field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfLastDepth(v int32)
SetBfLastDepth sets BfLastDepth field to given value.
func (o *V0037DiagStatistics) HasBfLastDepth() bool
HasBfLastDepth returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfLastDepthTry() int32
GetBfLastDepthTry returns the BfLastDepthTry field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfLastDepthTry(v int32)
SetBfLastDepthTry sets BfLastDepthTry field to given value.
func (o *V0037DiagStatistics) HasBfLastDepthTry() bool
HasBfLastDepthTry returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfDepthMean() int32
GetBfDepthMean returns the BfDepthMean field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfDepthMeanOk() (*int32, 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 *V0037DiagStatistics) SetBfDepthMean(v int32)
SetBfDepthMean sets BfDepthMean field to given value.
func (o *V0037DiagStatistics) HasBfDepthMean() bool
HasBfDepthMean returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfDepthMeanTry() int32
GetBfDepthMeanTry returns the BfDepthMeanTry field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfDepthMeanTryOk() (*int32, 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 *V0037DiagStatistics) SetBfDepthMeanTry(v int32)
SetBfDepthMeanTry sets BfDepthMeanTry field to given value.
func (o *V0037DiagStatistics) HasBfDepthMeanTry() bool
HasBfDepthMeanTry returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfCycleLast() int32
GetBfCycleLast returns the BfCycleLast field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfCycleLast(v int32)
SetBfCycleLast sets BfCycleLast field to given value.
func (o *V0037DiagStatistics) HasBfCycleLast() bool
HasBfCycleLast returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfQueueLen() int32
GetBfQueueLen returns the BfQueueLen field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfQueueLen(v int32)
SetBfQueueLen sets BfQueueLen field to given value.
func (o *V0037DiagStatistics) HasBfQueueLen() bool
HasBfQueueLen returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfQueueLenMean() int32
GetBfQueueLenMean returns the BfQueueLenMean field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfQueueLenMeanOk() (*int32, 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 *V0037DiagStatistics) SetBfQueueLenMean(v int32)
SetBfQueueLenMean sets BfQueueLenMean field to given value.
func (o *V0037DiagStatistics) HasBfQueueLenMean() bool
HasBfQueueLenMean returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfTableSize() int32
GetBfTableSize returns the BfTableSize field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfTableSize(v int32)
SetBfTableSize sets BfTableSize field to given value.
func (o *V0037DiagStatistics) HasBfTableSize() bool
HasBfTableSize returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfTableSizeMean() int32
GetBfTableSizeMean returns the BfTableSizeMean field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfTableSizeMeanOk() (*int32, 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 *V0037DiagStatistics) SetBfTableSizeMean(v int32)
SetBfTableSizeMean sets BfTableSizeMean field to given value.
func (o *V0037DiagStatistics) HasBfTableSizeMean() bool
HasBfTableSizeMean returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfWhenLastCycle() int32
GetBfWhenLastCycle returns the BfWhenLastCycle field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetBfWhenLastCycleOk() (*int32, 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 *V0037DiagStatistics) SetBfWhenLastCycle(v int32)
SetBfWhenLastCycle sets BfWhenLastCycle field to given value.
func (o *V0037DiagStatistics) HasBfWhenLastCycle() bool
HasBfWhenLastCycle returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetBfActive() bool
GetBfActive returns the BfActive field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) 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 *V0037DiagStatistics) SetBfActive(v bool)
SetBfActive sets BfActive field to given value.
func (o *V0037DiagStatistics) HasBfActive() bool
HasBfActive returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetRpcsMessageType() []V0037DiagRpcm
GetRpcsMessageType returns the RpcsMessageType field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetRpcsMessageTypeOk() (*[]V0037DiagRpcm, bool)
GetRpcsMessageTypeOk returns a tuple with the RpcsMessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0037DiagStatistics) SetRpcsMessageType(v []V0037DiagRpcm)
SetRpcsMessageType sets RpcsMessageType field to given value.
func (o *V0037DiagStatistics) HasRpcsMessageType() bool
HasRpcsMessageType returns a boolean if a field has been set.
func (o *V0037DiagStatistics) GetRpcsUser() []V0037DiagRpcu
GetRpcsUser returns the RpcsUser field if non-nil, zero value otherwise.
func (o *V0037DiagStatistics) GetRpcsUserOk() (*[]V0037DiagRpcu, bool)
GetRpcsUserOk returns a tuple with the RpcsUser field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0037DiagStatistics) SetRpcsUser(v []V0037DiagRpcu)
SetRpcsUser sets RpcsUser field to given value.
func (o *V0037DiagStatistics) HasRpcsUser() bool
HasRpcsUser returns a boolean if a field has been set.