Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.9 KB

File metadata and controls

134 lines (73 loc) · 3.9 KB

GatewayStats

Properties

Name Type Description Notes
MessagesUpstream Pointer to string [optional]
MessagesDownstream Pointer to string [optional]
BytesUpstream Pointer to string [optional]
BytesDownstream Pointer to string [optional]

Methods

NewGatewayStats

func NewGatewayStats() *GatewayStats

NewGatewayStats instantiates a new GatewayStats 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

NewGatewayStatsWithDefaults

func NewGatewayStatsWithDefaults() *GatewayStats

NewGatewayStatsWithDefaults instantiates a new GatewayStats 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

GetMessagesUpstream

func (o *GatewayStats) GetMessagesUpstream() string

GetMessagesUpstream returns the MessagesUpstream field if non-nil, zero value otherwise.

GetMessagesUpstreamOk

func (o *GatewayStats) GetMessagesUpstreamOk() (*string, bool)

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

SetMessagesUpstream

func (o *GatewayStats) SetMessagesUpstream(v string)

SetMessagesUpstream sets MessagesUpstream field to given value.

HasMessagesUpstream

func (o *GatewayStats) HasMessagesUpstream() bool

HasMessagesUpstream returns a boolean if a field has been set.

GetMessagesDownstream

func (o *GatewayStats) GetMessagesDownstream() string

GetMessagesDownstream returns the MessagesDownstream field if non-nil, zero value otherwise.

GetMessagesDownstreamOk

func (o *GatewayStats) GetMessagesDownstreamOk() (*string, bool)

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

SetMessagesDownstream

func (o *GatewayStats) SetMessagesDownstream(v string)

SetMessagesDownstream sets MessagesDownstream field to given value.

HasMessagesDownstream

func (o *GatewayStats) HasMessagesDownstream() bool

HasMessagesDownstream returns a boolean if a field has been set.

GetBytesUpstream

func (o *GatewayStats) GetBytesUpstream() string

GetBytesUpstream returns the BytesUpstream field if non-nil, zero value otherwise.

GetBytesUpstreamOk

func (o *GatewayStats) GetBytesUpstreamOk() (*string, bool)

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

SetBytesUpstream

func (o *GatewayStats) SetBytesUpstream(v string)

SetBytesUpstream sets BytesUpstream field to given value.

HasBytesUpstream

func (o *GatewayStats) HasBytesUpstream() bool

HasBytesUpstream returns a boolean if a field has been set.

GetBytesDownstream

func (o *GatewayStats) GetBytesDownstream() string

GetBytesDownstream returns the BytesDownstream field if non-nil, zero value otherwise.

GetBytesDownstreamOk

func (o *GatewayStats) GetBytesDownstreamOk() (*string, bool)

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

SetBytesDownstream

func (o *GatewayStats) SetBytesDownstream(v string)

SetBytesDownstream sets BytesDownstream field to given value.

HasBytesDownstream

func (o *GatewayStats) HasBytesDownstream() bool

HasBytesDownstream returns a boolean if a field has been set.

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