Skip to content

AlertLogStatOpenApiVO

Properties

Name Type Description Notes
DeviceLogNum Pointer to int64 Device alert log number. [optional]
ResolvedLogNum Pointer to int64 Resolved alert log number. [optional]
SystemLogNum Pointer to int64 System alert log number. [optional]
TotalLogNum Pointer to int64 Total log number. [optional]
UnResolvedLogNum Pointer to int64 Unresolved alert log number. [optional]

Methods

NewAlertLogStatOpenApiVO

func NewAlertLogStatOpenApiVO() *AlertLogStatOpenApiVO

NewAlertLogStatOpenApiVO instantiates a new AlertLogStatOpenApiVO 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

NewAlertLogStatOpenApiVOWithDefaults

func NewAlertLogStatOpenApiVOWithDefaults() *AlertLogStatOpenApiVO

NewAlertLogStatOpenApiVOWithDefaults instantiates a new AlertLogStatOpenApiVO 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

GetDeviceLogNum

func (o *AlertLogStatOpenApiVO) GetDeviceLogNum() int64

GetDeviceLogNum returns the DeviceLogNum field if non-nil, zero value otherwise.

GetDeviceLogNumOk

func (o *AlertLogStatOpenApiVO) 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 *AlertLogStatOpenApiVO) SetDeviceLogNum(v int64)

SetDeviceLogNum sets DeviceLogNum field to given value.

HasDeviceLogNum

func (o *AlertLogStatOpenApiVO) HasDeviceLogNum() bool

HasDeviceLogNum returns a boolean if a field has been set.

GetResolvedLogNum

func (o *AlertLogStatOpenApiVO) GetResolvedLogNum() int64

GetResolvedLogNum returns the ResolvedLogNum field if non-nil, zero value otherwise.

GetResolvedLogNumOk

func (o *AlertLogStatOpenApiVO) GetResolvedLogNumOk() (*int64, bool)

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

SetResolvedLogNum

func (o *AlertLogStatOpenApiVO) SetResolvedLogNum(v int64)

SetResolvedLogNum sets ResolvedLogNum field to given value.

HasResolvedLogNum

func (o *AlertLogStatOpenApiVO) HasResolvedLogNum() bool

HasResolvedLogNum returns a boolean if a field has been set.

GetSystemLogNum

func (o *AlertLogStatOpenApiVO) GetSystemLogNum() int64

GetSystemLogNum returns the SystemLogNum field if non-nil, zero value otherwise.

GetSystemLogNumOk

func (o *AlertLogStatOpenApiVO) 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 *AlertLogStatOpenApiVO) SetSystemLogNum(v int64)

SetSystemLogNum sets SystemLogNum field to given value.

HasSystemLogNum

func (o *AlertLogStatOpenApiVO) HasSystemLogNum() bool

HasSystemLogNum returns a boolean if a field has been set.

GetTotalLogNum

func (o *AlertLogStatOpenApiVO) GetTotalLogNum() int64

GetTotalLogNum returns the TotalLogNum field if non-nil, zero value otherwise.

GetTotalLogNumOk

func (o *AlertLogStatOpenApiVO) 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 *AlertLogStatOpenApiVO) SetTotalLogNum(v int64)

SetTotalLogNum sets TotalLogNum field to given value.

HasTotalLogNum

func (o *AlertLogStatOpenApiVO) HasTotalLogNum() bool

HasTotalLogNum returns a boolean if a field has been set.

GetUnResolvedLogNum

func (o *AlertLogStatOpenApiVO) GetUnResolvedLogNum() int64

GetUnResolvedLogNum returns the UnResolvedLogNum field if non-nil, zero value otherwise.

GetUnResolvedLogNumOk

func (o *AlertLogStatOpenApiVO) GetUnResolvedLogNumOk() (*int64, bool)

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

SetUnResolvedLogNum

func (o *AlertLogStatOpenApiVO) SetUnResolvedLogNum(v int64)

SetUnResolvedLogNum sets UnResolvedLogNum field to given value.

HasUnResolvedLogNum

func (o *AlertLogStatOpenApiVO) HasUnResolvedLogNum() bool

HasUnResolvedLogNum returns a boolean if a field has been set.

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