Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 4.1 KB

V0037DiagRpcm.md

File metadata and controls

160 lines (87 loc) · 4.1 KB

V0037DiagRpcm

Properties

Name Type Description Notes
MessageType Pointer to string message type [optional]
TypeId Pointer to int32 message type id [optional]
Count Pointer to int32 rpc count [optional]
AveTime Pointer to int32 average time [optional]
TotalTime Pointer to int32 total time [optional]

Methods

NewV0037DiagRpcm

func NewV0037DiagRpcm() *V0037DiagRpcm

NewV0037DiagRpcm instantiates a new V0037DiagRpcm 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

NewV0037DiagRpcmWithDefaults

func NewV0037DiagRpcmWithDefaults() *V0037DiagRpcm

NewV0037DiagRpcmWithDefaults instantiates a new V0037DiagRpcm 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

GetMessageType

func (o *V0037DiagRpcm) GetMessageType() string

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

GetMessageTypeOk

func (o *V0037DiagRpcm) 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 *V0037DiagRpcm) SetMessageType(v string)

SetMessageType sets MessageType field to given value.

HasMessageType

func (o *V0037DiagRpcm) HasMessageType() bool

HasMessageType returns a boolean if a field has been set.

GetTypeId

func (o *V0037DiagRpcm) GetTypeId() int32

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

GetTypeIdOk

func (o *V0037DiagRpcm) 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 *V0037DiagRpcm) SetTypeId(v int32)

SetTypeId sets TypeId field to given value.

HasTypeId

func (o *V0037DiagRpcm) HasTypeId() bool

HasTypeId returns a boolean if a field has been set.

GetCount

func (o *V0037DiagRpcm) GetCount() int32

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

GetCountOk

func (o *V0037DiagRpcm) 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.

SetCount

func (o *V0037DiagRpcm) SetCount(v int32)

SetCount sets Count field to given value.

HasCount

func (o *V0037DiagRpcm) HasCount() bool

HasCount returns a boolean if a field has been set.

GetAveTime

func (o *V0037DiagRpcm) GetAveTime() int32

GetAveTime returns the AveTime field if non-nil, zero value otherwise.

GetAveTimeOk

func (o *V0037DiagRpcm) GetAveTimeOk() (*int32, bool)

GetAveTimeOk returns a tuple with the AveTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAveTime

func (o *V0037DiagRpcm) SetAveTime(v int32)

SetAveTime sets AveTime field to given value.

HasAveTime

func (o *V0037DiagRpcm) HasAveTime() bool

HasAveTime returns a boolean if a field has been set.

GetTotalTime

func (o *V0037DiagRpcm) GetTotalTime() int32

GetTotalTime returns the TotalTime field if non-nil, zero value otherwise.

GetTotalTimeOk

func (o *V0037DiagRpcm) GetTotalTimeOk() (*int32, 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.

SetTotalTime

func (o *V0037DiagRpcm) SetTotalTime(v int32)

SetTotalTime sets TotalTime field to given value.

HasTotalTime

func (o *V0037DiagRpcm) HasTotalTime() bool

HasTotalTime returns a boolean if a field has been set.

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