public class RuleHistory extends AbstractModel
skipSign
Constructor and Description |
---|
RuleHistory() |
RuleHistory(RuleHistory 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 |
getAlterContent()
Get 变更内容
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getAlterTime()
Get 变更时间 yyyy-MM-dd HH:mm:ss
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getOperatorName()
Get 操作人名称
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getOperatorUserId()
Get 操作账号UId
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getRuleId()
Get 规则ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlterContent(String AlterContent)
Set 变更内容
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setAlterTime(String AlterTime)
Set 变更时间 yyyy-MM-dd HH:mm:ss
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperatorName(String OperatorName)
Set 操作人名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOperatorUserId(Long OperatorUserId)
Set 操作账号UId
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRuleId(Long RuleId)
Set 规则ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RuleHistory()
public RuleHistory(RuleHistory source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则ID
注意:此字段可能返回 null,表示取不到有效值。public String getAlterTime()
public void setAlterTime(String AlterTime)
AlterTime
- 变更时间 yyyy-MM-dd HH:mm:ss
注意:此字段可能返回 null,表示取不到有效值。public String getAlterContent()
public void setAlterContent(String AlterContent)
AlterContent
- 变更内容
注意:此字段可能返回 null,表示取不到有效值。public Long getOperatorUserId()
public void setOperatorUserId(Long OperatorUserId)
OperatorUserId
- 操作账号UId
注意:此字段可能返回 null,表示取不到有效值。public String getOperatorName()
public void setOperatorName(String OperatorName)
OperatorName
- 操作人名称
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2023. All rights reserved.