Class SpecialCostItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcb.v20180608.models.SpecialCostItem
-
public class SpecialCostItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SpecialCostItem()SpecialCostItem(SpecialCostItem 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEnvId()Get 资源id:环境id 注意:此字段可能返回 null,表示取不到有效值。StringgetReportDate()Get 上报日期 注意:此字段可能返回 null,表示取不到有效值。StringgetStatus()Get 上报任务状态 注意:此字段可能返回 null,表示取不到有效值。StringgetUin()Get 腾讯云uin 注意:此字段可能返回 null,表示取不到有效值。voidsetEnvId(String EnvId)Set 资源id:环境id 注意:此字段可能返回 null,表示取不到有效值。voidsetReportDate(String ReportDate)Set 上报日期 注意:此字段可能返回 null,表示取不到有效值。voidsetStatus(String Status)Set 上报任务状态 注意:此字段可能返回 null,表示取不到有效值。voidsetUin(String Uin)Set 腾讯云uin 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(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
-
SpecialCostItem
public SpecialCostItem()
-
SpecialCostItem
public SpecialCostItem(SpecialCostItem 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
-
getReportDate
public String getReportDate()
Get 上报日期 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReportDate 上报日期 注意:此字段可能返回 null,表示取不到有效值。
-
setReportDate
public void setReportDate(String ReportDate)
Set 上报日期 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReportDate- 上报日期 注意:此字段可能返回 null,表示取不到有效值。
-
getUin
public String getUin()
Get 腾讯云uin 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Uin 腾讯云uin 注意:此字段可能返回 null,表示取不到有效值。
-
setUin
public void setUin(String Uin)
Set 腾讯云uin 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Uin- 腾讯云uin 注意:此字段可能返回 null,表示取不到有效值。
-
getEnvId
public String getEnvId()
Get 资源id:环境id 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- EnvId 资源id:环境id 注意:此字段可能返回 null,表示取不到有效值。
-
setEnvId
public void setEnvId(String EnvId)
Set 资源id:环境id 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
EnvId- 资源id:环境id 注意:此字段可能返回 null,表示取不到有效值。
-
getStatus
public String getStatus()
Get 上报任务状态 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Status 上报任务状态 注意:此字段可能返回 null,表示取不到有效值。
-
setStatus
public void setStatus(String Status)
Set 上报任务状态 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Status- 上报任务状态 注意:此字段可能返回 null,表示取不到有效值。
-
-