ActivityBaseVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Download | Pointer to int64 | rx traffic of internet | [optional] |
| Time | Pointer to int64 | time | [optional] |
| TotalData | Pointer to int64 | total traffic | [optional] |
| Upload | Pointer to int64 | tx traffic of internet | [optional] |
| WiredCount | Pointer to int64 | number of wireless device | [optional] |
| WirelessCount | Pointer to int64 | number of wireless device | [optional] |
Methods
NewActivityBaseVO
func NewActivityBaseVO() *ActivityBaseVO
NewActivityBaseVO instantiates a new ActivityBaseVO 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
NewActivityBaseVOWithDefaults
func NewActivityBaseVOWithDefaults() *ActivityBaseVO
NewActivityBaseVOWithDefaults instantiates a new ActivityBaseVO 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
GetDownload
func (o *ActivityBaseVO) GetDownload() int64
GetDownload returns the Download field if non-nil, zero value otherwise.
GetDownloadOk
func (o *ActivityBaseVO) GetDownloadOk() (*int64, bool)
GetDownloadOk returns a tuple with the Download field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDownload
func (o *ActivityBaseVO) SetDownload(v int64)
SetDownload sets Download field to given value.
HasDownload
func (o *ActivityBaseVO) HasDownload() bool
HasDownload returns a boolean if a field has been set.
GetTime
func (o *ActivityBaseVO) GetTime() int64
GetTime returns the Time field if non-nil, zero value otherwise.
GetTimeOk
func (o *ActivityBaseVO) 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 *ActivityBaseVO) SetTime(v int64)
SetTime sets Time field to given value.
HasTime
func (o *ActivityBaseVO) HasTime() bool
HasTime returns a boolean if a field has been set.
GetTotalData
func (o *ActivityBaseVO) GetTotalData() int64
GetTotalData returns the TotalData field if non-nil, zero value otherwise.
GetTotalDataOk
func (o *ActivityBaseVO) 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 *ActivityBaseVO) SetTotalData(v int64)
SetTotalData sets TotalData field to given value.
HasTotalData
func (o *ActivityBaseVO) HasTotalData() bool
HasTotalData returns a boolean if a field has been set.
GetUpload
func (o *ActivityBaseVO) GetUpload() int64
GetUpload returns the Upload field if non-nil, zero value otherwise.
GetUploadOk
func (o *ActivityBaseVO) GetUploadOk() (*int64, bool)
GetUploadOk returns a tuple with the Upload field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUpload
func (o *ActivityBaseVO) SetUpload(v int64)
SetUpload sets Upload field to given value.
HasUpload
func (o *ActivityBaseVO) HasUpload() bool
HasUpload returns a boolean if a field has been set.
GetWiredCount
func (o *ActivityBaseVO) GetWiredCount() int64
GetWiredCount returns the WiredCount field if non-nil, zero value otherwise.
GetWiredCountOk
func (o *ActivityBaseVO) GetWiredCountOk() (*int64, 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 *ActivityBaseVO) SetWiredCount(v int64)
SetWiredCount sets WiredCount field to given value.
HasWiredCount
func (o *ActivityBaseVO) HasWiredCount() bool
HasWiredCount returns a boolean if a field has been set.
GetWirelessCount
func (o *ActivityBaseVO) GetWirelessCount() int64
GetWirelessCount returns the WirelessCount field if non-nil, zero value otherwise.
GetWirelessCountOk
func (o *ActivityBaseVO) GetWirelessCountOk() (*int64, 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 *ActivityBaseVO) SetWirelessCount(v int64)
SetWirelessCount sets WirelessCount field to given value.
HasWirelessCount
func (o *ActivityBaseVO) HasWirelessCount() bool
HasWirelessCount returns a boolean if a field has been set.