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 Format: yyyy-MM.
|
String |
getTimeFrom()
Get Format: yyyy-MM-dd.
|
String |
getTimeTo()
Get Format: yyyy-MM-dd.
|
void |
setMonth(String Month)
Set Format: yyyy-MM.
|
void |
setTimeFrom(String TimeFrom)
Set Format: yyyy-MM-dd.
|
void |
setTimeTo(String TimeTo)
Set Format: yyyy-MM-dd.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeBillAdjustInfoRequest()
public DescribeBillAdjustInfoRequest(DescribeBillAdjustInfoRequest source)
public String getMonth()
public void setMonth(String Month)
Month
- Format: yyyy-MM.
Billing month. Either Month or the combination of TimeFrom and TimeTo needs to be passed. If the TimeFrom and TimeTo are passed, the Month field is invalid.
Example: 2024-10.public String getTimeFrom()
public void setTimeFrom(String TimeFrom)
TimeFrom
- Format: yyyy-MM-dd.
Start date. Either Month or the combination of TimeFrom and TimeTo needs to be passed. If TimeFrom and TimeTo are passed, the Month field is invalid. TimeFrom and TimeTo should represent the same month and be passed in together. Cross-month queries are not supported. The result will include the full month's data.
Example: 2024-10-01.public String getTimeTo()
public void setTimeTo(String TimeTo)
TimeTo
- Format: yyyy-MM-dd.
End date. Either Month or the combination of TimeFrom and TimeTo needs to be passed. If TimeFrom and TimeTo are passed, the Month field is invalid. TimeFrom and TimeTo should represent the same month and be passed in together. Cross-month queries are not supported. The result will include the full month's data.
Example: 2024-10-02.Copyright © 2024. All rights reserved.