Skip to content

Latest commit

 

History

History
93 lines (50 loc) · 3.35 KB

V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner.md

File metadata and controls

93 lines (50 loc) · 3.35 KB

V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner

Properties

Name Type Description Notes
TypeId int32 Message type as integer
MessageType string Message type as string
Count []string Number of RPCs received

Methods

NewV0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner

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

NewV0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInnerWithDefaults

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

GetTypeId

func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetTypeId() int32

GetTypeId returns the TypeId field if non-nil, zero value otherwise.

GetTypeIdOk

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.

SetTypeId

func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) SetTypeId(v int32)

SetTypeId sets TypeId field to given value.

GetMessageType

func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetMessageType() string

GetMessageType returns the MessageType field if non-nil, zero value otherwise.

GetMessageTypeOk

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.

SetMessageType

func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) SetMessageType(v string)

SetMessageType sets MessageType field to given value.

GetCount

func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) GetCount() []string

GetCount returns the Count field if non-nil, zero value otherwise.

GetCountOk

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.

SetCount

func (o *V0041OpenapiDiagRespStatisticsPendingRpcsByHostlistInner) SetCount(v []string)

SetCount sets Count field to given value.

[Back to Model list] [Back to API list] [Back to README]