Class EventInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.postgres.v20170312.models.EventInfo
-
public class EventInfo 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 String
getEffectiveTime()
Get 后台参数生效开始时间 注意:此字段可能返回 null,表示取不到有效值。String
getEventLog()
Get 时间日志。 注意:此字段可能返回 null,表示取不到有效值。String
getModifyTime()
Get 后台参数修改开始时间 注意:此字段可能返回 null,表示取不到有效值。String
getNewValue()
Get 本次修改期望参数值 注意:此字段可能返回 null,表示取不到有效值。String
getOldValue()
Get 原参数值 注意:此字段可能返回 null,表示取不到有效值。String
getOperator()
Get 操作者(一般为用户sub UIN) 注意:此字段可能返回 null,表示取不到有效值。String
getParamName()
Get 参数名 注意:此字段可能返回 null,表示取不到有效值。String
getState()
Get 修改状态 注意:此字段可能返回 null,表示取不到有效值。void
setEffectiveTime(String EffectiveTime)
Set 后台参数生效开始时间 注意:此字段可能返回 null,表示取不到有效值。void
setEventLog(String EventLog)
Set 时间日志。 注意:此字段可能返回 null,表示取不到有效值。void
setModifyTime(String ModifyTime)
Set 后台参数修改开始时间 注意:此字段可能返回 null,表示取不到有效值。void
setNewValue(String NewValue)
Set 本次修改期望参数值 注意:此字段可能返回 null,表示取不到有效值。void
setOldValue(String OldValue)
Set 原参数值 注意:此字段可能返回 null,表示取不到有效值。void
setOperator(String Operator)
Set 操作者(一般为用户sub UIN) 注意:此字段可能返回 null,表示取不到有效值。void
setParamName(String ParamName)
Set 参数名 注意:此字段可能返回 null,表示取不到有效值。void
setState(String State)
Set 修改状态 注意:此字段可能返回 null,表示取不到有效值。void
toMap(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
-
EventInfo
public EventInfo()
-
EventInfo
public 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.
-
-
Method Detail
-
getParamName
public String getParamName()
Get 参数名 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ParamName 参数名 注意:此字段可能返回 null,表示取不到有效值。
-
setParamName
public void setParamName(String ParamName)
Set 参数名 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ParamName
- 参数名 注意:此字段可能返回 null,表示取不到有效值。
-
getOldValue
public String getOldValue()
Get 原参数值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OldValue 原参数值 注意:此字段可能返回 null,表示取不到有效值。
-
setOldValue
public void setOldValue(String OldValue)
Set 原参数值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OldValue
- 原参数值 注意:此字段可能返回 null,表示取不到有效值。
-
getNewValue
public String getNewValue()
Get 本次修改期望参数值 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- NewValue 本次修改期望参数值 注意:此字段可能返回 null,表示取不到有效值。
-
setNewValue
public void setNewValue(String NewValue)
Set 本次修改期望参数值 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
NewValue
- 本次修改期望参数值 注意:此字段可能返回 null,表示取不到有效值。
-
getModifyTime
public String getModifyTime()
Get 后台参数修改开始时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ModifyTime 后台参数修改开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
setModifyTime
public void setModifyTime(String ModifyTime)
Set 后台参数修改开始时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ModifyTime
- 后台参数修改开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
getEffectiveTime
public String getEffectiveTime()
Get 后台参数生效开始时间 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EffectiveTime 后台参数生效开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
setEffectiveTime
public void setEffectiveTime(String EffectiveTime)
Set 后台参数生效开始时间 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EffectiveTime
- 后台参数生效开始时间 注意:此字段可能返回 null,表示取不到有效值。
-
getState
public String getState()
Get 修改状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- State 修改状态 注意:此字段可能返回 null,表示取不到有效值。
-
setState
public void setState(String State)
Set 修改状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
State
- 修改状态 注意:此字段可能返回 null,表示取不到有效值。
-
getOperator
public String getOperator()
Get 操作者(一般为用户sub UIN) 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Operator 操作者(一般为用户sub UIN) 注意:此字段可能返回 null,表示取不到有效值。
-
setOperator
public void setOperator(String Operator)
Set 操作者(一般为用户sub UIN) 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Operator
- 操作者(一般为用户sub UIN) 注意:此字段可能返回 null,表示取不到有效值。
-
getEventLog
public String getEventLog()
Get 时间日志。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EventLog 时间日志。 注意:此字段可能返回 null,表示取不到有效值。
-
setEventLog
public void setEventLog(String EventLog)
Set 时间日志。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EventLog
- 时间日志。 注意:此字段可能返回 null,表示取不到有效值。
-
-