CategoryUpDownTrafficDetailOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Down | Pointer to int64 | Down traffic. | [optional] |
| DownPacket | Pointer to int64 | Number of downstream packets | [optional] |
| FamilyId | Pointer to int32 | Family ID. | [optional] |
| FamilyName | Pointer to string | Family name. Such as: Enterprise Services, Conference and Business. | [optional] |
| Up | Pointer to int64 | Up traffic. | [optional] |
| UpPacket | Pointer to int64 | Number of upstream packets | [optional] |
Methods
NewCategoryUpDownTrafficDetailOpenApiVO
func NewCategoryUpDownTrafficDetailOpenApiVO() *CategoryUpDownTrafficDetailOpenApiVO
NewCategoryUpDownTrafficDetailOpenApiVO instantiates a new CategoryUpDownTrafficDetailOpenApiVO 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
NewCategoryUpDownTrafficDetailOpenApiVOWithDefaults
func NewCategoryUpDownTrafficDetailOpenApiVOWithDefaults() *CategoryUpDownTrafficDetailOpenApiVO
NewCategoryUpDownTrafficDetailOpenApiVOWithDefaults instantiates a new CategoryUpDownTrafficDetailOpenApiVO 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 *CategoryUpDownTrafficDetailOpenApiVO) GetDown() int64
GetDown returns the Down field if non-nil, zero value otherwise.
GetDownOk
func (o *CategoryUpDownTrafficDetailOpenApiVO) 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 *CategoryUpDownTrafficDetailOpenApiVO) SetDown(v int64)
SetDown sets Down field to given value.
HasDown
func (o *CategoryUpDownTrafficDetailOpenApiVO) HasDown() bool
HasDown returns a boolean if a field has been set.
GetDownPacket
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetDownPacket() int64
GetDownPacket returns the DownPacket field if non-nil, zero value otherwise.
GetDownPacketOk
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetDownPacketOk() (*int64, bool)
GetDownPacketOk returns a tuple with the DownPacket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDownPacket
func (o *CategoryUpDownTrafficDetailOpenApiVO) SetDownPacket(v int64)
SetDownPacket sets DownPacket field to given value.
HasDownPacket
func (o *CategoryUpDownTrafficDetailOpenApiVO) HasDownPacket() bool
HasDownPacket returns a boolean if a field has been set.
GetFamilyId
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetFamilyId() int32
GetFamilyId returns the FamilyId field if non-nil, zero value otherwise.
GetFamilyIdOk
func (o *CategoryUpDownTrafficDetailOpenApiVO) 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 *CategoryUpDownTrafficDetailOpenApiVO) SetFamilyId(v int32)
SetFamilyId sets FamilyId field to given value.
HasFamilyId
func (o *CategoryUpDownTrafficDetailOpenApiVO) HasFamilyId() bool
HasFamilyId returns a boolean if a field has been set.
GetFamilyName
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
GetFamilyNameOk
func (o *CategoryUpDownTrafficDetailOpenApiVO) 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 *CategoryUpDownTrafficDetailOpenApiVO) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.
HasFamilyName
func (o *CategoryUpDownTrafficDetailOpenApiVO) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
GetUp
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetUp() int64
GetUp returns the Up field if non-nil, zero value otherwise.
GetUpOk
func (o *CategoryUpDownTrafficDetailOpenApiVO) 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 *CategoryUpDownTrafficDetailOpenApiVO) SetUp(v int64)
SetUp sets Up field to given value.
HasUp
func (o *CategoryUpDownTrafficDetailOpenApiVO) HasUp() bool
HasUp returns a boolean if a field has been set.
GetUpPacket
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetUpPacket() int64
GetUpPacket returns the UpPacket field if non-nil, zero value otherwise.
GetUpPacketOk
func (o *CategoryUpDownTrafficDetailOpenApiVO) GetUpPacketOk() (*int64, bool)
GetUpPacketOk returns a tuple with the UpPacket field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetUpPacket
func (o *CategoryUpDownTrafficDetailOpenApiVO) SetUpPacket(v int64)
SetUpPacket sets UpPacket field to given value.
HasUpPacket
func (o *CategoryUpDownTrafficDetailOpenApiVO) HasUpPacket() bool
HasUpPacket returns a boolean if a field has been set.