public class BudgetRemindRecords extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BudgetRemindRecords() | 
| BudgetRemindRecords(BudgetRemindRecords 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 | getAlarmType()Get 提醒类型。
枚举值:
BUDGET 预算提醒,
WAVE 波动提醒. | 
| String | getBudgetQuota()Get 预算值额度 | 
| Long | getCreateTime()Get 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getDateDesc()Get 预算周期 | 
| String | getMessageContent()Get 消息内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getRealCost()Get 实际费用 | 
| Long | getSendTime()Get 发送时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setAlarmType(String AlarmType)Set 提醒类型。
枚举值:
BUDGET 预算提醒,
WAVE 波动提醒. | 
| void | setBudgetQuota(String BudgetQuota)Set 预算值额度 | 
| void | setCreateTime(Long CreateTime)Set 创建时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setDateDesc(String DateDesc)Set 预算周期 | 
| void | setMessageContent(String MessageContent)Set 消息内容
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setRealCost(String RealCost)Set 实际费用 | 
| void | setSendTime(Long SendTime)Set 发送时间
注意:此字段可能返回 null,表示取不到有效值。 | 
| 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 BudgetRemindRecords()
public BudgetRemindRecords(BudgetRemindRecords source)
public String getDateDesc()
public void setDateDesc(String DateDesc)
DateDesc - 预算周期public String getRealCost()
public void setRealCost(String RealCost)
RealCost - 实际费用public String getBudgetQuota()
public void setBudgetQuota(String BudgetQuota)
BudgetQuota - 预算值额度public String getAlarmType()
public void setAlarmType(String AlarmType)
AlarmType - 提醒类型。
枚举值:
BUDGET 预算提醒,
WAVE 波动提醒.
注意:此字段可能返回 null,表示取不到有效值。public String getMessageContent()
public void setMessageContent(String MessageContent)
MessageContent - 消息内容
注意:此字段可能返回 null,表示取不到有效值。public Long getSendTime()
public void setSendTime(Long SendTime)
SendTime - 发送时间
注意:此字段可能返回 null,表示取不到有效值。public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.