Skip to content

ApplicationTrafficWithClientCount

Properties

Name Type Description Notes
ApplicationDescription Pointer to string The description of the application. [optional]
ApplicationId Pointer to int32 The id of the application. [optional]
ApplicationName Pointer to string The name of the application. [optional]
ClientsCount Pointer to int32 The number of clients using the app. [optional]
FamilyId Pointer to int32 The id of the category. [optional]
FamilyName Pointer to string The name of the category. [optional]
Traffic Pointer to int64 The total amount of traffic used by the app. [optional]
TrafficPercent Pointer to float64 The percentage of traffic used by the app. [optional]

Methods

NewApplicationTrafficWithClientCount

func NewApplicationTrafficWithClientCount() *ApplicationTrafficWithClientCount

NewApplicationTrafficWithClientCount instantiates a new ApplicationTrafficWithClientCount 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

NewApplicationTrafficWithClientCountWithDefaults

func NewApplicationTrafficWithClientCountWithDefaults() *ApplicationTrafficWithClientCount

NewApplicationTrafficWithClientCountWithDefaults instantiates a new ApplicationTrafficWithClientCount 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

GetApplicationDescription

func (o *ApplicationTrafficWithClientCount) GetApplicationDescription() string

GetApplicationDescription returns the ApplicationDescription field if non-nil, zero value otherwise.

GetApplicationDescriptionOk

func (o *ApplicationTrafficWithClientCount) GetApplicationDescriptionOk() (*string, bool)

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

SetApplicationDescription

func (o *ApplicationTrafficWithClientCount) SetApplicationDescription(v string)

SetApplicationDescription sets ApplicationDescription field to given value.

HasApplicationDescription

func (o *ApplicationTrafficWithClientCount) HasApplicationDescription() bool

HasApplicationDescription returns a boolean if a field has been set.

GetApplicationId

func (o *ApplicationTrafficWithClientCount) GetApplicationId() int32

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

func (o *ApplicationTrafficWithClientCount) GetApplicationIdOk() (*int32, bool)

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

SetApplicationId

func (o *ApplicationTrafficWithClientCount) SetApplicationId(v int32)

SetApplicationId sets ApplicationId field to given value.

HasApplicationId

func (o *ApplicationTrafficWithClientCount) HasApplicationId() bool

HasApplicationId returns a boolean if a field has been set.

GetApplicationName

func (o *ApplicationTrafficWithClientCount) GetApplicationName() string

GetApplicationName returns the ApplicationName field if non-nil, zero value otherwise.

GetApplicationNameOk

func (o *ApplicationTrafficWithClientCount) GetApplicationNameOk() (*string, bool)

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

SetApplicationName

func (o *ApplicationTrafficWithClientCount) SetApplicationName(v string)

SetApplicationName sets ApplicationName field to given value.

HasApplicationName

func (o *ApplicationTrafficWithClientCount) HasApplicationName() bool

HasApplicationName returns a boolean if a field has been set.

GetClientsCount

func (o *ApplicationTrafficWithClientCount) GetClientsCount() int32

GetClientsCount returns the ClientsCount field if non-nil, zero value otherwise.

GetClientsCountOk

func (o *ApplicationTrafficWithClientCount) GetClientsCountOk() (*int32, bool)

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

SetClientsCount

func (o *ApplicationTrafficWithClientCount) SetClientsCount(v int32)

SetClientsCount sets ClientsCount field to given value.

HasClientsCount

func (o *ApplicationTrafficWithClientCount) HasClientsCount() bool

HasClientsCount returns a boolean if a field has been set.

GetFamilyId

func (o *ApplicationTrafficWithClientCount) GetFamilyId() int32

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

GetFamilyIdOk

func (o *ApplicationTrafficWithClientCount) 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 *ApplicationTrafficWithClientCount) SetFamilyId(v int32)

SetFamilyId sets FamilyId field to given value.

HasFamilyId

func (o *ApplicationTrafficWithClientCount) HasFamilyId() bool

HasFamilyId returns a boolean if a field has been set.

GetFamilyName

func (o *ApplicationTrafficWithClientCount) GetFamilyName() string

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

GetFamilyNameOk

func (o *ApplicationTrafficWithClientCount) 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 *ApplicationTrafficWithClientCount) SetFamilyName(v string)

SetFamilyName sets FamilyName field to given value.

HasFamilyName

func (o *ApplicationTrafficWithClientCount) HasFamilyName() bool

HasFamilyName returns a boolean if a field has been set.

GetTraffic

func (o *ApplicationTrafficWithClientCount) GetTraffic() int64

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

GetTrafficOk

func (o *ApplicationTrafficWithClientCount) 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 *ApplicationTrafficWithClientCount) SetTraffic(v int64)

SetTraffic sets Traffic field to given value.

HasTraffic

func (o *ApplicationTrafficWithClientCount) HasTraffic() bool

HasTraffic returns a boolean if a field has been set.

GetTrafficPercent

func (o *ApplicationTrafficWithClientCount) GetTrafficPercent() float64

GetTrafficPercent returns the TrafficPercent field if non-nil, zero value otherwise.

GetTrafficPercentOk

func (o *ApplicationTrafficWithClientCount) GetTrafficPercentOk() (*float64, bool)

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

SetTrafficPercent

func (o *ApplicationTrafficWithClientCount) SetTrafficPercent(v float64)

SetTrafficPercent sets TrafficPercent field to given value.

HasTrafficPercent

func (o *ApplicationTrafficWithClientCount) HasTrafficPercent() bool

HasTrafficPercent returns a boolean if a field has been set.

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