public class DescribeBillAdjustInfoRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeBillAdjustInfoRequest() |
DescribeBillAdjustInfoRequest(DescribeBillAdjustInfoRequest 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 |
getMonth()
Get 格式:yyyy-MM
账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效
|
String |
getTimeFrom()
Get 格式:yyyy-MM-dd
开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
|
String |
getTimeTo()
Get 格式:yyyy-MM-dd
截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
|
void |
setMonth(String Month)
Set 格式:yyyy-MM
账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效
|
void |
setTimeFrom(String TimeFrom)
Set 格式:yyyy-MM-dd
开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
|
void |
setTimeTo(String TimeTo)
Set 格式:yyyy-MM-dd
截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据
|
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 DescribeBillAdjustInfoRequest()
public DescribeBillAdjustInfoRequest(DescribeBillAdjustInfoRequest source)
public String getMonth()
public void setMonth(String Month)
Month
- 格式:yyyy-MM
账单月份,month和timeFrom&timeTo必传一个,如果有传timeFrom&timeTo则month字段无效public String getTimeFrom()
public void setTimeFrom(String TimeFrom)
TimeFrom
- 格式:yyyy-MM-dd
开始时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据public String getTimeTo()
public void setTimeTo(String TimeTo)
TimeTo
- 格式:yyyy-MM-dd
截止时间,month和timeFrom&timeTo必传一个,如果有该字段则month字段无效。timeFrom和timeTo必须一起传,且为相同月份,不支持跨月查询,查询结果是整月数据Copyright © 2024. All rights reserved.