Name | Type | Description | Notes |
---|---|---|---|
TypeId | int32 | Message type as integer | |
MessageType | string | Message type as string | |
Count | []string | Number of RPCs received |
func NewV0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner(typeId int32, messageType string, count []string, ) *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner
NewV0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner instantiates a new V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner 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 NewV0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInnerWithDefaults() *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner
NewV0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInnerWithDefaults instantiates a new V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner 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 *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetTypeId() int32
GetTypeId returns the TypeId field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) 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 *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) SetTypeId(v int32)
SetTypeId sets TypeId field to given value.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetMessageType() string
GetMessageType returns the MessageType field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) 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 *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) SetMessageType(v string)
SetMessageType sets MessageType field to given value.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetCount() []string
GetCount returns the Count field if non-nil, zero value otherwise.
func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetCountOk() (*[]string, 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 *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) SetCount(v []string)
SetCount sets Count field to given value.