| Name | Type | Description | Notes |
|---|---|---|---|
| MessagesUpstream | Pointer to string | [optional] | |
| MessagesDownstream | Pointer to string | [optional] | |
| BytesUpstream | Pointer to string | [optional] | |
| BytesDownstream | Pointer to string | [optional] |
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
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
func (o *GatewayStats) GetMessagesUpstream() string
GetMessagesUpstream returns the MessagesUpstream field if non-nil, zero value otherwise.
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.
func (o *GatewayStats) SetMessagesUpstream(v string)
SetMessagesUpstream sets MessagesUpstream field to given value.
func (o *GatewayStats) HasMessagesUpstream() bool
HasMessagesUpstream returns a boolean if a field has been set.
func (o *GatewayStats) GetMessagesDownstream() string
GetMessagesDownstream returns the MessagesDownstream field if non-nil, zero value otherwise.
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.
func (o *GatewayStats) SetMessagesDownstream(v string)
SetMessagesDownstream sets MessagesDownstream field to given value.
func (o *GatewayStats) HasMessagesDownstream() bool
HasMessagesDownstream returns a boolean if a field has been set.
func (o *GatewayStats) GetBytesUpstream() string
GetBytesUpstream returns the BytesUpstream field if non-nil, zero value otherwise.
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.
func (o *GatewayStats) SetBytesUpstream(v string)
SetBytesUpstream sets BytesUpstream field to given value.
func (o *GatewayStats) HasBytesUpstream() bool
HasBytesUpstream returns a boolean if a field has been set.
func (o *GatewayStats) GetBytesDownstream() string
GetBytesDownstream returns the BytesDownstream field if non-nil, zero value otherwise.
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.
func (o *GatewayStats) SetBytesDownstream(v string)
SetBytesDownstream sets BytesDownstream field to given value.
func (o *GatewayStats) HasBytesDownstream() bool
HasBytesDownstream returns a boolean if a field has been set.