public class SpecialCostItem extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getEnvId()
Get 资源id:环境id
|
String |
getReportDate()
Get 上报日期
|
String |
getStatus()
Get 上报任务状态
|
String |
getUin()
Get 腾讯云uin
|
void |
setEnvId(String EnvId)
Set 资源id:环境id
|
void |
setReportDate(String ReportDate)
Set 上报日期
|
void |
setStatus(String Status)
Set 上报任务状态
|
void |
setUin(String Uin)
Set 腾讯云uin
|
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, toJsonString
public SpecialCostItem()
public SpecialCostItem(SpecialCostItem source)
public String getReportDate()
public void setReportDate(String ReportDate)
ReportDate
- 上报日期public String getUin()
public void setUin(String Uin)
Uin
- 腾讯云uinpublic String getEnvId()
public void setEnvId(String EnvId)
EnvId
- 资源id:环境idpublic String getStatus()
public void setStatus(String Status)
Status
- 上报任务状态Copyright © 2025. All rights reserved.