Class EventLog
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.EventLog
-
public class EventLog extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEventChannel()Get 事件通道,支持Application,Security,Setup,System,ALLString[]getEventIDs()Get 事件ID过滤列表LonggetTimestamp()Get 时间,用户选择自定义时间类型时,需要指定时间LonggetTimeType()Get 时间类型,1:用户自定义,2:当前时间voidsetEventChannel(String EventChannel)Set 事件通道,支持Application,Security,Setup,System,ALLvoidsetEventIDs(String[] EventIDs)Set 事件ID过滤列表voidsetTimestamp(Long Timestamp)Set 时间,用户选择自定义时间类型时,需要指定时间voidsetTimeType(Long TimeType)Set 时间类型,1:用户自定义,2:当前时间voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
EventLog
public EventLog()
-
EventLog
public EventLog(EventLog source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getEventChannel
public String getEventChannel()
Get 事件通道,支持Application,Security,Setup,System,ALL- Returns:
- EventChannel 事件通道,支持Application,Security,Setup,System,ALL
-
setEventChannel
public void setEventChannel(String EventChannel)
Set 事件通道,支持Application,Security,Setup,System,ALL- Parameters:
EventChannel- 事件通道,支持Application,Security,Setup,System,ALL
-
getTimeType
public Long getTimeType()
Get 时间类型,1:用户自定义,2:当前时间- Returns:
- TimeType 时间类型,1:用户自定义,2:当前时间
-
setTimeType
public void setTimeType(Long TimeType)
Set 时间类型,1:用户自定义,2:当前时间- Parameters:
TimeType- 时间类型,1:用户自定义,2:当前时间
-
getTimestamp
public Long getTimestamp()
Get 时间,用户选择自定义时间类型时,需要指定时间- Returns:
- Timestamp 时间,用户选择自定义时间类型时,需要指定时间
-
setTimestamp
public void setTimestamp(Long Timestamp)
Set 时间,用户选择自定义时间类型时,需要指定时间- Parameters:
Timestamp- 时间,用户选择自定义时间类型时,需要指定时间
-
getEventIDs
public String[] getEventIDs()
Get 事件ID过滤列表- Returns:
- EventIDs 事件ID过滤列表
-
setEventIDs
public void setEventIDs(String[] EventIDs)
Set 事件ID过滤列表- Parameters:
EventIDs- 事件ID过滤列表
-
-