public class EventInfo extends AbstractModel
Constructor and Description |
---|
EventInfo() |
EventInfo(EventInfo 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 |
getEffectiveTime()
Get Start time when the modified parameter takes effect
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getEventLog()
Get Event log
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getModifyTime()
Get Start time of parameter modification
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getNewValue()
Get New parameter value in this modification event
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getOldValue()
Get Original parameter value
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getOperator()
Get Operator (generally, the value is the UIN of a sub-user)
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getParamName()
Get Parameter name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
String |
getState()
Get Modification status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setEffectiveTime(String EffectiveTime)
Set Start time when the modified parameter takes effect
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setEventLog(String EventLog)
Set Event log
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setModifyTime(String ModifyTime)
Set Start time of parameter modification
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setNewValue(String NewValue)
Set New parameter value in this modification event
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setOldValue(String OldValue)
Set Original parameter value
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setOperator(String Operator)
Set Operator (generally, the value is the UIN of a sub-user)
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setParamName(String ParamName)
Set Parameter name
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
setState(String State)
Set Modification status
Note: this field may return `null`, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EventInfo()
public EventInfo(EventInfo source)
public String getParamName()
public void setParamName(String ParamName)
ParamName
- Parameter name
Note: this field may return `null`, indicating that no valid values can be obtained.public String getOldValue()
public void setOldValue(String OldValue)
OldValue
- Original parameter value
Note: this field may return `null`, indicating that no valid values can be obtained.public String getNewValue()
public void setNewValue(String NewValue)
NewValue
- New parameter value in this modification event
Note: this field may return `null`, indicating that no valid values can be obtained.public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- Start time of parameter modification
Note: this field may return `null`, indicating that no valid values can be obtained.public String getEffectiveTime()
public void setEffectiveTime(String EffectiveTime)
EffectiveTime
- Start time when the modified parameter takes effect
Note: this field may return `null`, indicating that no valid values can be obtained.public String getState()
public void setState(String State)
State
- Modification status
Note: this field may return `null`, indicating that no valid values can be obtained.public String getOperator()
public void setOperator(String Operator)
Operator
- Operator (generally, the value is the UIN of a sub-user)
Note: this field may return `null`, indicating that no valid values can be obtained.public String getEventLog()
public void setEventLog(String EventLog)
EventLog
- Event log
Note: this field may return `null`, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.