Skip to content

TopologyFilterClientCountDTO

Properties

Name Type Description Notes
Client2g Pointer to int32 2g Client Count [optional]
Client2g5g Pointer to int32 2g And 5g Client Count [optional]
Client2g5g6g Pointer to int32 2g, 5g And 6g Client Count [optional]
Client2g6g Pointer to int32 2g And 6g Client Count [optional]
Client5g Pointer to int32 5g Client Count [optional]
Client5g6g Pointer to int32 5g And 6g Client Count [optional]
Client6g Pointer to int32 6g Client Count [optional]
WiredClient Pointer to int32 Wired Client Count [optional]

Methods

NewTopologyFilterClientCountDTO

func NewTopologyFilterClientCountDTO() *TopologyFilterClientCountDTO

NewTopologyFilterClientCountDTO instantiates a new TopologyFilterClientCountDTO 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

NewTopologyFilterClientCountDTOWithDefaults

func NewTopologyFilterClientCountDTOWithDefaults() *TopologyFilterClientCountDTO

NewTopologyFilterClientCountDTOWithDefaults instantiates a new TopologyFilterClientCountDTO 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

GetClient2g

func (o *TopologyFilterClientCountDTO) GetClient2g() int32

GetClient2g returns the Client2g field if non-nil, zero value otherwise.

GetClient2gOk

func (o *TopologyFilterClientCountDTO) GetClient2gOk() (*int32, bool)

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

SetClient2g

func (o *TopologyFilterClientCountDTO) SetClient2g(v int32)

SetClient2g sets Client2g field to given value.

HasClient2g

func (o *TopologyFilterClientCountDTO) HasClient2g() bool

HasClient2g returns a boolean if a field has been set.

GetClient2g5g

func (o *TopologyFilterClientCountDTO) GetClient2g5g() int32

GetClient2g5g returns the Client2g5g field if non-nil, zero value otherwise.

GetClient2g5gOk

func (o *TopologyFilterClientCountDTO) GetClient2g5gOk() (*int32, bool)

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

SetClient2g5g

func (o *TopologyFilterClientCountDTO) SetClient2g5g(v int32)

SetClient2g5g sets Client2g5g field to given value.

HasClient2g5g

func (o *TopologyFilterClientCountDTO) HasClient2g5g() bool

HasClient2g5g returns a boolean if a field has been set.

GetClient2g5g6g

func (o *TopologyFilterClientCountDTO) GetClient2g5g6g() int32

GetClient2g5g6g returns the Client2g5g6g field if non-nil, zero value otherwise.

GetClient2g5g6gOk

func (o *TopologyFilterClientCountDTO) GetClient2g5g6gOk() (*int32, bool)

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

SetClient2g5g6g

func (o *TopologyFilterClientCountDTO) SetClient2g5g6g(v int32)

SetClient2g5g6g sets Client2g5g6g field to given value.

HasClient2g5g6g

func (o *TopologyFilterClientCountDTO) HasClient2g5g6g() bool

HasClient2g5g6g returns a boolean if a field has been set.

GetClient2g6g

func (o *TopologyFilterClientCountDTO) GetClient2g6g() int32

GetClient2g6g returns the Client2g6g field if non-nil, zero value otherwise.

GetClient2g6gOk

func (o *TopologyFilterClientCountDTO) GetClient2g6gOk() (*int32, bool)

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

SetClient2g6g

func (o *TopologyFilterClientCountDTO) SetClient2g6g(v int32)

SetClient2g6g sets Client2g6g field to given value.

HasClient2g6g

func (o *TopologyFilterClientCountDTO) HasClient2g6g() bool

HasClient2g6g returns a boolean if a field has been set.

GetClient5g

func (o *TopologyFilterClientCountDTO) GetClient5g() int32

GetClient5g returns the Client5g field if non-nil, zero value otherwise.

GetClient5gOk

func (o *TopologyFilterClientCountDTO) GetClient5gOk() (*int32, bool)

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

SetClient5g

func (o *TopologyFilterClientCountDTO) SetClient5g(v int32)

SetClient5g sets Client5g field to given value.

HasClient5g

func (o *TopologyFilterClientCountDTO) HasClient5g() bool

HasClient5g returns a boolean if a field has been set.

GetClient5g6g

func (o *TopologyFilterClientCountDTO) GetClient5g6g() int32

GetClient5g6g returns the Client5g6g field if non-nil, zero value otherwise.

GetClient5g6gOk

func (o *TopologyFilterClientCountDTO) GetClient5g6gOk() (*int32, bool)

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

SetClient5g6g

func (o *TopologyFilterClientCountDTO) SetClient5g6g(v int32)

SetClient5g6g sets Client5g6g field to given value.

HasClient5g6g

func (o *TopologyFilterClientCountDTO) HasClient5g6g() bool

HasClient5g6g returns a boolean if a field has been set.

GetClient6g

func (o *TopologyFilterClientCountDTO) GetClient6g() int32

GetClient6g returns the Client6g field if non-nil, zero value otherwise.

GetClient6gOk

func (o *TopologyFilterClientCountDTO) GetClient6gOk() (*int32, bool)

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

SetClient6g

func (o *TopologyFilterClientCountDTO) SetClient6g(v int32)

SetClient6g sets Client6g field to given value.

HasClient6g

func (o *TopologyFilterClientCountDTO) HasClient6g() bool

HasClient6g returns a boolean if a field has been set.

GetWiredClient

func (o *TopologyFilterClientCountDTO) GetWiredClient() int32

GetWiredClient returns the WiredClient field if non-nil, zero value otherwise.

GetWiredClientOk

func (o *TopologyFilterClientCountDTO) GetWiredClientOk() (*int32, bool)

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

SetWiredClient

func (o *TopologyFilterClientCountDTO) SetWiredClient(v int32)

SetWiredClient sets WiredClient field to given value.

HasWiredClient

func (o *TopologyFilterClientCountDTO) HasWiredClient() bool

HasWiredClient returns a boolean if a field has been set.

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