Name | Type | Description | Notes |
---|---|---|---|
TypeId | int32 | Message type as integer | |
MessageType | string | Message type as string | |
Count | int32 | Number of RPCs received | |
Queued | int32 | Number of RPCs queued | |
Dropped | int64 | Number of RPCs dropped | |
CycleLast | int32 | Number of RPCs processed within the last RPC queue cycle | |
CycleMax | int32 | Maximum number of RPCs processed within a RPC queue cycle since start | |
TotalTime | int64 | Total time spent processing RPC in seconds | |
AverageTime | V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerAverageTime |
func NewV0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner(typeId int32, messageType string, count int32, queued int32, dropped int64, cycleLast int32, cycleMax int32, totalTime int64, averageTime V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerAverageTime, ) *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner
NewV0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner instantiates a new V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner 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 NewV0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerWithDefaults() *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner
NewV0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerWithDefaults instantiates a new V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner 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 *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetTypeId() int32
GetTypeId returns the TypeId field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetTypeIdOk() (*int32, bool)
GetTypeIdOk returns a tuple with the TypeId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetTypeId(v int32)
SetTypeId sets TypeId field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetMessageType() string
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetMessageTypeOk() (*string, bool)
GetMessageTypeOk returns a tuple with the MessageType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetMessageType(v string)
SetMessageType sets MessageType field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetCount() int32
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetCountOk() (*int32, bool)
GetCountOk returns a tuple with the Count field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetCount(v int32)
SetCount sets Count field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetQueued() int32
GetQueued returns the Queued field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetQueuedOk() (*int32, bool)
GetQueuedOk returns a tuple with the Queued field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetQueued(v int32)
SetQueued sets Queued field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetDropped() int64
GetDropped returns the Dropped field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetDroppedOk() (*int64, bool)
GetDroppedOk returns a tuple with the Dropped field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetDropped(v int64)
SetDropped sets Dropped field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetCycleLast() int32
GetCycleLast returns the CycleLast field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetCycleLastOk() (*int32, bool)
GetCycleLastOk returns a tuple with the CycleLast field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetCycleLast(v int32)
SetCycleLast sets CycleLast field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetCycleMax() int32
GetCycleMax returns the CycleMax field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetCycleMaxOk() (*int32, bool)
GetCycleMaxOk returns a tuple with the CycleMax field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetCycleMax(v int32)
SetCycleMax sets CycleMax field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetTotalTime() int64
GetTotalTime returns the TotalTime field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) 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 *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetTotalTime(v int64)
SetTotalTime sets TotalTime field to given value.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetAverageTime() V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerAverageTime
GetAverageTime returns the AverageTime field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) GetAverageTimeOk() (*V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerAverageTime, bool)
GetAverageTimeOk returns a tuple with the AverageTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInner) SetAverageTime(v V0041OpenapiDiagRespStatisticsRpcsByMessageTypeInnerAverageTime)
SetAverageTime sets AverageTime field to given value.