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 Event channel, supports Application, Security, Setup, System, ALL
|
String[] |
getEventIDs()
Get Event ID filter list
|
Long |
getTimestamp()
Get Time, when choosing custom time type, a specific time is required
|
Long |
getTimeType()
Get Time type, 1: User-defined, 2: Current time
|
void |
setEventChannel(String EventChannel)
Set Event channel, supports Application, Security, Setup, System, ALL
|
void |
setEventIDs(String[] EventIDs)
Set Event ID filter list
|
void |
setTimestamp(Long Timestamp)
Set Time, when choosing custom time type, a specific time is required
|
void |
setTimeType(Long TimeType)
Set Time type, 1: User-defined, 2: Current time
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EventLog()
public EventLog(EventLog source)
public String getEventChannel()
public void setEventChannel(String EventChannel)
EventChannel
- Event channel, supports Application, Security, Setup, System, ALLpublic Long getTimeType()
public void setTimeType(Long TimeType)
TimeType
- Time type, 1: User-defined, 2: Current timepublic Long getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- Time, when choosing custom time type, a specific time is requiredpublic String[] getEventIDs()
public void setEventIDs(String[] EventIDs)
EventIDs
- Event ID filter listCopyright © 2024. All rights reserved.