public class BudgetInfoDiffEntity extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BudgetInfoDiffEntity() | 
| BudgetInfoDiffEntity(BudgetInfoDiffEntity 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 | getAfter()Get 变更后内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getBefore()Get 变更前内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getProperty()Get 变更属性 | 
| void | setAfter(String After)Set 变更后内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setBefore(String Before)Set 变更前内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setProperty(String Property)Set 变更属性 | 
| 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, toJsonStringpublic BudgetInfoDiffEntity()
public BudgetInfoDiffEntity(BudgetInfoDiffEntity source)
public String getProperty()
public void setProperty(String Property)
Property - 变更属性public String getBefore()
public void setBefore(String Before)
Before - 变更前内容
注意:此字段可能返回 null,表示取不到有效值。public String getAfter()
public void setAfter(String After)
After - 变更后内容
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.