Skip to content

TrafficDistributionListVO

Properties

Name Type Description Notes
Time Pointer to int64 time [optional]
TotalData Pointer to int64 total traffic [optional]
WiredData Pointer to int64 wired traffic [optional]
WirelessData Pointer to int64 wireless traffic [optional]

Methods

NewTrafficDistributionListVO

func NewTrafficDistributionListVO() *TrafficDistributionListVO

NewTrafficDistributionListVO instantiates a new TrafficDistributionListVO 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

NewTrafficDistributionListVOWithDefaults

func NewTrafficDistributionListVOWithDefaults() *TrafficDistributionListVO

NewTrafficDistributionListVOWithDefaults instantiates a new TrafficDistributionListVO 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

GetTime

func (o *TrafficDistributionListVO) GetTime() int64

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

GetTimeOk

func (o *TrafficDistributionListVO) 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 *TrafficDistributionListVO) SetTime(v int64)

SetTime sets Time field to given value.

HasTime

func (o *TrafficDistributionListVO) HasTime() bool

HasTime returns a boolean if a field has been set.

GetTotalData

func (o *TrafficDistributionListVO) GetTotalData() int64

GetTotalData returns the TotalData field if non-nil, zero value otherwise.

GetTotalDataOk

func (o *TrafficDistributionListVO) 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 *TrafficDistributionListVO) SetTotalData(v int64)

SetTotalData sets TotalData field to given value.

HasTotalData

func (o *TrafficDistributionListVO) HasTotalData() bool

HasTotalData returns a boolean if a field has been set.

GetWiredData

func (o *TrafficDistributionListVO) GetWiredData() int64

GetWiredData returns the WiredData field if non-nil, zero value otherwise.

GetWiredDataOk

func (o *TrafficDistributionListVO) GetWiredDataOk() (*int64, bool)

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

SetWiredData

func (o *TrafficDistributionListVO) SetWiredData(v int64)

SetWiredData sets WiredData field to given value.

HasWiredData

func (o *TrafficDistributionListVO) HasWiredData() bool

HasWiredData returns a boolean if a field has been set.

GetWirelessData

func (o *TrafficDistributionListVO) GetWirelessData() int64

GetWirelessData returns the WirelessData field if non-nil, zero value otherwise.

GetWirelessDataOk

func (o *TrafficDistributionListVO) GetWirelessDataOk() (*int64, bool)

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

SetWirelessData

func (o *TrafficDistributionListVO) SetWirelessData(v int64)

SetWirelessData sets WirelessData field to given value.

HasWirelessData

func (o *TrafficDistributionListVO) HasWirelessData() bool

HasWirelessData returns a boolean if a field has been set.

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