ClientTypeStatVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| AudioVideo | Pointer to int32 | [optional] | |
| Camera | Pointer to int32 | [optional] | |
| Mobile | Pointer to int32 | [optional] | |
| Network | Pointer to int32 | [optional] | |
| Office | Pointer to int32 | [optional] | |
| Other | Pointer to int32 | [optional] | |
| SmartHome | Pointer to int32 | [optional] | |
| Total | Pointer to int32 | [optional] |
Methods
NewClientTypeStatVO
func NewClientTypeStatVO() *ClientTypeStatVO
NewClientTypeStatVO instantiates a new ClientTypeStatVO 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
NewClientTypeStatVOWithDefaults
func NewClientTypeStatVOWithDefaults() *ClientTypeStatVO
NewClientTypeStatVOWithDefaults instantiates a new ClientTypeStatVO 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
GetAudioVideo
func (o *ClientTypeStatVO) GetAudioVideo() int32
GetAudioVideo returns the AudioVideo field if non-nil, zero value otherwise.
GetAudioVideoOk
func (o *ClientTypeStatVO) GetAudioVideoOk() (*int32, bool)
GetAudioVideoOk returns a tuple with the AudioVideo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetAudioVideo
func (o *ClientTypeStatVO) SetAudioVideo(v int32)
SetAudioVideo sets AudioVideo field to given value.
HasAudioVideo
func (o *ClientTypeStatVO) HasAudioVideo() bool
HasAudioVideo returns a boolean if a field has been set.
GetCamera
func (o *ClientTypeStatVO) GetCamera() int32
GetCamera returns the Camera field if non-nil, zero value otherwise.
GetCameraOk
func (o *ClientTypeStatVO) GetCameraOk() (*int32, bool)
GetCameraOk returns a tuple with the Camera field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetCamera
func (o *ClientTypeStatVO) SetCamera(v int32)
SetCamera sets Camera field to given value.
HasCamera
func (o *ClientTypeStatVO) HasCamera() bool
HasCamera returns a boolean if a field has been set.
GetMobile
func (o *ClientTypeStatVO) GetMobile() int32
GetMobile returns the Mobile field if non-nil, zero value otherwise.
GetMobileOk
func (o *ClientTypeStatVO) GetMobileOk() (*int32, bool)
GetMobileOk returns a tuple with the Mobile field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetMobile
func (o *ClientTypeStatVO) SetMobile(v int32)
SetMobile sets Mobile field to given value.
HasMobile
func (o *ClientTypeStatVO) HasMobile() bool
HasMobile returns a boolean if a field has been set.
GetNetwork
func (o *ClientTypeStatVO) GetNetwork() int32
GetNetwork returns the Network field if non-nil, zero value otherwise.
GetNetworkOk
func (o *ClientTypeStatVO) GetNetworkOk() (*int32, bool)
GetNetworkOk returns a tuple with the Network field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetNetwork
func (o *ClientTypeStatVO) SetNetwork(v int32)
SetNetwork sets Network field to given value.
HasNetwork
func (o *ClientTypeStatVO) HasNetwork() bool
HasNetwork returns a boolean if a field has been set.
GetOffice
func (o *ClientTypeStatVO) GetOffice() int32
GetOffice returns the Office field if non-nil, zero value otherwise.
GetOfficeOk
func (o *ClientTypeStatVO) GetOfficeOk() (*int32, bool)
GetOfficeOk returns a tuple with the Office field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOffice
func (o *ClientTypeStatVO) SetOffice(v int32)
SetOffice sets Office field to given value.
HasOffice
func (o *ClientTypeStatVO) HasOffice() bool
HasOffice returns a boolean if a field has been set.
GetOther
func (o *ClientTypeStatVO) GetOther() int32
GetOther returns the Other field if non-nil, zero value otherwise.
GetOtherOk
func (o *ClientTypeStatVO) GetOtherOk() (*int32, bool)
GetOtherOk returns a tuple with the Other field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetOther
func (o *ClientTypeStatVO) SetOther(v int32)
SetOther sets Other field to given value.
HasOther
func (o *ClientTypeStatVO) HasOther() bool
HasOther returns a boolean if a field has been set.
GetSmartHome
func (o *ClientTypeStatVO) GetSmartHome() int32
GetSmartHome returns the SmartHome field if non-nil, zero value otherwise.
GetSmartHomeOk
func (o *ClientTypeStatVO) GetSmartHomeOk() (*int32, bool)
GetSmartHomeOk returns a tuple with the SmartHome field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSmartHome
func (o *ClientTypeStatVO) SetSmartHome(v int32)
SetSmartHome sets SmartHome field to given value.
HasSmartHome
func (o *ClientTypeStatVO) HasSmartHome() bool
HasSmartHome returns a boolean if a field has been set.
GetTotal
func (o *ClientTypeStatVO) GetTotal() int32
GetTotal returns the Total field if non-nil, zero value otherwise.
GetTotalOk
func (o *ClientTypeStatVO) GetTotalOk() (*int32, bool)
GetTotalOk returns a tuple with the Total field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotal
func (o *ClientTypeStatVO) SetTotal(v int32)
SetTotal sets Total field to given value.
HasTotal
func (o *ClientTypeStatVO) HasTotal() bool
HasTotal returns a boolean if a field has been set.