Skip to content

WirelessTrafficTrendVO

Properties

Name Type Description Notes
RxTraffic Pointer to int64 rx traffic [optional]
Time Pointer to int64 time [optional]
TotalTraffic Pointer to int64 total traffic [optional]
TxTraffic Pointer to int64 tx traffic [optional]
WiredCount Pointer to int32 number of wired device [optional]
WirelessCount Pointer to int32 number of wireless device [optional]

Methods

NewWirelessTrafficTrendVO

func NewWirelessTrafficTrendVO() *WirelessTrafficTrendVO

NewWirelessTrafficTrendVO instantiates a new WirelessTrafficTrendVO 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

NewWirelessTrafficTrendVOWithDefaults

func NewWirelessTrafficTrendVOWithDefaults() *WirelessTrafficTrendVO

NewWirelessTrafficTrendVOWithDefaults instantiates a new WirelessTrafficTrendVO 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

GetRxTraffic

func (o *WirelessTrafficTrendVO) GetRxTraffic() int64

GetRxTraffic returns the RxTraffic field if non-nil, zero value otherwise.

GetRxTrafficOk

func (o *WirelessTrafficTrendVO) GetRxTrafficOk() (*int64, bool)

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

SetRxTraffic

func (o *WirelessTrafficTrendVO) SetRxTraffic(v int64)

SetRxTraffic sets RxTraffic field to given value.

HasRxTraffic

func (o *WirelessTrafficTrendVO) HasRxTraffic() bool

HasRxTraffic returns a boolean if a field has been set.

GetTime

func (o *WirelessTrafficTrendVO) GetTime() int64

GetTime returns the Time field if non-nil, zero value otherwise.

GetTimeOk

func (o *WirelessTrafficTrendVO) GetTimeOk() (*int64, bool)

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

SetTime

func (o *WirelessTrafficTrendVO) SetTime(v int64)

SetTime sets Time field to given value.

HasTime

func (o *WirelessTrafficTrendVO) HasTime() bool

HasTime returns a boolean if a field has been set.

GetTotalTraffic

func (o *WirelessTrafficTrendVO) GetTotalTraffic() int64

GetTotalTraffic returns the TotalTraffic field if non-nil, zero value otherwise.

GetTotalTrafficOk

func (o *WirelessTrafficTrendVO) GetTotalTrafficOk() (*int64, bool)

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

SetTotalTraffic

func (o *WirelessTrafficTrendVO) SetTotalTraffic(v int64)

SetTotalTraffic sets TotalTraffic field to given value.

HasTotalTraffic

func (o *WirelessTrafficTrendVO) HasTotalTraffic() bool

HasTotalTraffic returns a boolean if a field has been set.

GetTxTraffic

func (o *WirelessTrafficTrendVO) GetTxTraffic() int64

GetTxTraffic returns the TxTraffic field if non-nil, zero value otherwise.

GetTxTrafficOk

func (o *WirelessTrafficTrendVO) GetTxTrafficOk() (*int64, bool)

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

SetTxTraffic

func (o *WirelessTrafficTrendVO) SetTxTraffic(v int64)

SetTxTraffic sets TxTraffic field to given value.

HasTxTraffic

func (o *WirelessTrafficTrendVO) HasTxTraffic() bool

HasTxTraffic returns a boolean if a field has been set.

GetWiredCount

func (o *WirelessTrafficTrendVO) GetWiredCount() int32

GetWiredCount returns the WiredCount field if non-nil, zero value otherwise.

GetWiredCountOk

func (o *WirelessTrafficTrendVO) GetWiredCountOk() (*int32, bool)

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

SetWiredCount

func (o *WirelessTrafficTrendVO) SetWiredCount(v int32)

SetWiredCount sets WiredCount field to given value.

HasWiredCount

func (o *WirelessTrafficTrendVO) HasWiredCount() bool

HasWiredCount returns a boolean if a field has been set.

GetWirelessCount

func (o *WirelessTrafficTrendVO) GetWirelessCount() int32

GetWirelessCount returns the WirelessCount field if non-nil, zero value otherwise.

GetWirelessCountOk

func (o *WirelessTrafficTrendVO) GetWirelessCountOk() (*int32, bool)

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

SetWirelessCount

func (o *WirelessTrafficTrendVO) SetWirelessCount(v int32)

SetWirelessCount sets WirelessCount field to given value.

HasWirelessCount

func (o *WirelessTrafficTrendVO) HasWirelessCount() bool

HasWirelessCount returns a boolean if a field has been set.

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