EventLogStatOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientLogNum | Pointer to int64 | Client event log number. | [optional] |
| DeviceLogNum | Pointer to int64 | Device event log number. | [optional] |
| SystemLogNum | Pointer to int64 | System event log number. | [optional] |
| TotalLogNum | Pointer to int64 | Total log number. | [optional] |
Methods
NewEventLogStatOpenApiVO
func NewEventLogStatOpenApiVO() *EventLogStatOpenApiVO
NewEventLogStatOpenApiVO instantiates a new EventLogStatOpenApiVO 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
NewEventLogStatOpenApiVOWithDefaults
func NewEventLogStatOpenApiVOWithDefaults() *EventLogStatOpenApiVO
NewEventLogStatOpenApiVOWithDefaults instantiates a new EventLogStatOpenApiVO 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
GetClientLogNum
func (o *EventLogStatOpenApiVO) GetClientLogNum() int64
GetClientLogNum returns the ClientLogNum field if non-nil, zero value otherwise.
GetClientLogNumOk
func (o *EventLogStatOpenApiVO) GetClientLogNumOk() (*int64, bool)
GetClientLogNumOk returns a tuple with the ClientLogNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClientLogNum
func (o *EventLogStatOpenApiVO) SetClientLogNum(v int64)
SetClientLogNum sets ClientLogNum field to given value.
HasClientLogNum
func (o *EventLogStatOpenApiVO) HasClientLogNum() bool
HasClientLogNum returns a boolean if a field has been set.
GetDeviceLogNum
func (o *EventLogStatOpenApiVO) GetDeviceLogNum() int64
GetDeviceLogNum returns the DeviceLogNum field if non-nil, zero value otherwise.
GetDeviceLogNumOk
func (o *EventLogStatOpenApiVO) GetDeviceLogNumOk() (*int64, bool)
GetDeviceLogNumOk returns a tuple with the DeviceLogNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetDeviceLogNum
func (o *EventLogStatOpenApiVO) SetDeviceLogNum(v int64)
SetDeviceLogNum sets DeviceLogNum field to given value.
HasDeviceLogNum
func (o *EventLogStatOpenApiVO) HasDeviceLogNum() bool
HasDeviceLogNum returns a boolean if a field has been set.
GetSystemLogNum
func (o *EventLogStatOpenApiVO) GetSystemLogNum() int64
GetSystemLogNum returns the SystemLogNum field if non-nil, zero value otherwise.
GetSystemLogNumOk
func (o *EventLogStatOpenApiVO) GetSystemLogNumOk() (*int64, bool)
GetSystemLogNumOk returns a tuple with the SystemLogNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetSystemLogNum
func (o *EventLogStatOpenApiVO) SetSystemLogNum(v int64)
SetSystemLogNum sets SystemLogNum field to given value.
HasSystemLogNum
func (o *EventLogStatOpenApiVO) HasSystemLogNum() bool
HasSystemLogNum returns a boolean if a field has been set.
GetTotalLogNum
func (o *EventLogStatOpenApiVO) GetTotalLogNum() int64
GetTotalLogNum returns the TotalLogNum field if non-nil, zero value otherwise.
GetTotalLogNumOk
func (o *EventLogStatOpenApiVO) GetTotalLogNumOk() (*int64, bool)
GetTotalLogNumOk returns a tuple with the TotalLogNum field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetTotalLogNum
func (o *EventLogStatOpenApiVO) SetTotalLogNum(v int64)
SetTotalLogNum sets TotalLogNum field to given value.
HasTotalLogNum
func (o *EventLogStatOpenApiVO) HasTotalLogNum() bool
HasTotalLogNum returns a boolean if a field has been set.