CategoryTrafficDetailVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| FamilyId | Pointer to int32 | category id | [optional] |
| FamilyName | Pointer to string | category name | [optional] |
| Percent | Pointer to int32 | percent | [optional] |
| Traffic | Pointer to int64 | traffic | [optional] |
Methods
NewCategoryTrafficDetailVO
func NewCategoryTrafficDetailVO() *CategoryTrafficDetailVO
NewCategoryTrafficDetailVO instantiates a new CategoryTrafficDetailVO 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
NewCategoryTrafficDetailVOWithDefaults
func NewCategoryTrafficDetailVOWithDefaults() *CategoryTrafficDetailVO
NewCategoryTrafficDetailVOWithDefaults instantiates a new CategoryTrafficDetailVO 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
GetFamilyId
func (o *CategoryTrafficDetailVO) GetFamilyId() int32
GetFamilyId returns the FamilyId field if non-nil, zero value otherwise.
GetFamilyIdOk
func (o *CategoryTrafficDetailVO) 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 *CategoryTrafficDetailVO) SetFamilyId(v int32)
SetFamilyId sets FamilyId field to given value.
HasFamilyId
func (o *CategoryTrafficDetailVO) HasFamilyId() bool
HasFamilyId returns a boolean if a field has been set.
GetFamilyName
func (o *CategoryTrafficDetailVO) GetFamilyName() string
GetFamilyName returns the FamilyName field if non-nil, zero value otherwise.
GetFamilyNameOk
func (o *CategoryTrafficDetailVO) 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 *CategoryTrafficDetailVO) SetFamilyName(v string)
SetFamilyName sets FamilyName field to given value.
HasFamilyName
func (o *CategoryTrafficDetailVO) HasFamilyName() bool
HasFamilyName returns a boolean if a field has been set.
GetPercent
func (o *CategoryTrafficDetailVO) GetPercent() int32
GetPercent returns the Percent field if non-nil, zero value otherwise.
GetPercentOk
func (o *CategoryTrafficDetailVO) GetPercentOk() (*int32, bool)
GetPercentOk returns a tuple with the Percent field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPercent
func (o *CategoryTrafficDetailVO) SetPercent(v int32)
SetPercent sets Percent field to given value.
HasPercent
func (o *CategoryTrafficDetailVO) HasPercent() bool
HasPercent returns a boolean if a field has been set.
GetTraffic
func (o *CategoryTrafficDetailVO) GetTraffic() int64
GetTraffic returns the Traffic field if non-nil, zero value otherwise.
GetTrafficOk
func (o *CategoryTrafficDetailVO) 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 *CategoryTrafficDetailVO) SetTraffic(v int64)
SetTraffic sets Traffic field to given value.
HasTraffic
func (o *CategoryTrafficDetailVO) HasTraffic() bool
HasTraffic returns a boolean if a field has been set.