TrafficSummaryListVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RxData | Pointer to int64 | rx traffic | [optional] |
| Time | Pointer to int64 | time | [optional] |
| TotalData | Pointer to int64 | total traffic | [optional] |
| TxData | Pointer to int64 | tx traffic | [optional] |
Methods
NewTrafficSummaryListVO
func NewTrafficSummaryListVO() *TrafficSummaryListVO
NewTrafficSummaryListVO instantiates a new TrafficSummaryListVO 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
NewTrafficSummaryListVOWithDefaults
func NewTrafficSummaryListVOWithDefaults() *TrafficSummaryListVO
NewTrafficSummaryListVOWithDefaults instantiates a new TrafficSummaryListVO 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
GetRxData
func (o *TrafficSummaryListVO) GetRxData() int64
GetRxData returns the RxData field if non-nil, zero value otherwise.
GetRxDataOk
func (o *TrafficSummaryListVO) GetRxDataOk() (*int64, bool)
GetRxDataOk returns a tuple with the RxData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRxData
func (o *TrafficSummaryListVO) SetRxData(v int64)
SetRxData sets RxData field to given value.
HasRxData
func (o *TrafficSummaryListVO) HasRxData() bool
HasRxData returns a boolean if a field has been set.
GetTime
func (o *TrafficSummaryListVO) GetTime() int64
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *TrafficSummaryListVO) 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 *TrafficSummaryListVO) SetTime(v int64)
SetTime sets Time field to given value.
HasTime
func (o *TrafficSummaryListVO) HasTime() bool
HasTime returns a boolean if a field has been set.
GetTotalData
func (o *TrafficSummaryListVO) GetTotalData() int64
GetTotalData returns the TotalData field if non-nil, zero value otherwise.
GetTotalDataOk
func (o *TrafficSummaryListVO) GetTotalDataOk() (*int64, bool)
GetTotalDataOk returns a tuple with the TotalData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalData
func (o *TrafficSummaryListVO) SetTotalData(v int64)
SetTotalData sets TotalData field to given value.
HasTotalData
func (o *TrafficSummaryListVO) HasTotalData() bool
HasTotalData returns a boolean if a field has been set.
GetTxData
func (o *TrafficSummaryListVO) GetTxData() int64
GetTxData returns the TxData field if non-nil, zero value otherwise.
GetTxDataOk
func (o *TrafficSummaryListVO) GetTxDataOk() (*int64, bool)
GetTxDataOk returns a tuple with the TxData field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTxData
func (o *TrafficSummaryListVO) SetTxData(v int64)
SetTxData sets TxData field to given value.
HasTxData
func (o *TrafficSummaryListVO) HasTxData() bool
HasTxData returns a boolean if a field has been set.