public class EventLog extends AbstractModel
header, skipSign
Constructor and Description |
---|
EventLog() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEventChannel()
Get 事件通道,支持Application,Security,Setup,System,ALL
|
String[] |
getEventIDs()
Get 事件ID过滤列表
|
Long |
getTimestamp()
Get 时间,用户选择自定义时间类型时,需要指定时间
|
Long |
getTimeType()
Get 时间类型,1:用户自定义,2:当前时间
|
void |
setEventChannel(String EventChannel)
Set 事件通道,支持Application,Security,Setup,System,ALL
|
void |
setEventIDs(String[] EventIDs)
Set 事件ID过滤列表
|
void |
setTimestamp(Long Timestamp)
Set 时间,用户选择自定义时间类型时,需要指定时间
|
void |
setTimeType(Long TimeType)
Set 时间类型,1:用户自定义,2:当前时间
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EventLog()
public EventLog(EventLog source)
public String getEventChannel()
public void setEventChannel(String EventChannel)
EventChannel
- 事件通道,支持Application,Security,Setup,System,ALLpublic Long getTimeType()
public void setTimeType(Long TimeType)
TimeType
- 时间类型,1:用户自定义,2:当前时间public Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- 时间,用户选择自定义时间类型时,需要指定时间public String[] getEventIDs()
public void setEventIDs(String[] EventIDs)
EventIDs
- 事件ID过滤列表Copyright © 2024. All rights reserved.