Skip to content

TrafficOpenApiVO

Properties

Name Type Description Notes
Down Pointer to int64 Download bytes used of the application [optional]
FamilyId Pointer to int32 Family id [optional]
FamilyName Pointer to string Family name [optional]
Id Pointer to int32 Application id [optional]
Name Pointer to string Application name [optional]
Traffic Pointer to int64 Total bytes used of the application [optional]
Up Pointer to int64 Upload bytes used of the application [optional]

Methods

NewTrafficOpenApiVO

func NewTrafficOpenApiVO() *TrafficOpenApiVO

NewTrafficOpenApiVO instantiates a new TrafficOpenApiVO 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

NewTrafficOpenApiVOWithDefaults

func NewTrafficOpenApiVOWithDefaults() *TrafficOpenApiVO

NewTrafficOpenApiVOWithDefaults instantiates a new TrafficOpenApiVO 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

GetDown

func (o *TrafficOpenApiVO) GetDown() int64

GetDown returns the Down field if non-nil, zero value otherwise.

GetDownOk

func (o *TrafficOpenApiVO) GetDownOk() (*int64, bool)

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

SetDown

func (o *TrafficOpenApiVO) SetDown(v int64)

SetDown sets Down field to given value.

HasDown

func (o *TrafficOpenApiVO) HasDown() bool

HasDown returns a boolean if a field has been set.

GetFamilyId

func (o *TrafficOpenApiVO) GetFamilyId() int32

GetFamilyId returns the FamilyId field if non-nil, zero value otherwise.

GetFamilyIdOk

func (o *TrafficOpenApiVO) GetFamilyIdOk() (*int32, bool)

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

SetFamilyId

func (o *TrafficOpenApiVO) SetFamilyId(v int32)

SetFamilyId sets FamilyId field to given value.

HasFamilyId

func (o *TrafficOpenApiVO) HasFamilyId() bool

HasFamilyId returns a boolean if a field has been set.

GetFamilyName

func (o *TrafficOpenApiVO) GetFamilyName() string

GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.

GetFamilyNameOk

func (o *TrafficOpenApiVO) GetFamilyNameOk() (*string, bool)

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

SetFamilyName

func (o *TrafficOpenApiVO) SetFamilyName(v string)

SetFamilyName sets FamilyName field to given value.

HasFamilyName

func (o *TrafficOpenApiVO) HasFamilyName() bool

HasFamilyName returns a boolean if a field has been set.

GetId

func (o *TrafficOpenApiVO) GetId() int32

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *TrafficOpenApiVO) GetIdOk() (*int32, bool)

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

SetId

func (o *TrafficOpenApiVO) SetId(v int32)

SetId sets Id field to given value.

HasId

func (o *TrafficOpenApiVO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *TrafficOpenApiVO) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *TrafficOpenApiVO) GetNameOk() (*string, bool)

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

SetName

func (o *TrafficOpenApiVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *TrafficOpenApiVO) HasName() bool

HasName returns a boolean if a field has been set.

GetTraffic

func (o *TrafficOpenApiVO) GetTraffic() int64

GetTraffic returns the Traffic field if non-nil, zero value otherwise.

GetTrafficOk

func (o *TrafficOpenApiVO) GetTrafficOk() (*int64, bool)

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

SetTraffic

func (o *TrafficOpenApiVO) SetTraffic(v int64)

SetTraffic sets Traffic field to given value.

HasTraffic

func (o *TrafficOpenApiVO) HasTraffic() bool

HasTraffic returns a boolean if a field has been set.

GetUp

func (o *TrafficOpenApiVO) GetUp() int64

GetUp returns the Up field if non-nil, zero value otherwise.

GetUpOk

func (o *TrafficOpenApiVO) GetUpOk() (*int64, bool)

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

SetUp

func (o *TrafficOpenApiVO) SetUp(v int64)

SetUp sets Up field to given value.

HasUp

func (o *TrafficOpenApiVO) HasUp() bool

HasUp returns a boolean if a field has been set.

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