public class DescribeBillSummaryByProjectRequest extends AbstractModel
Constructor and Description |
---|
DescribeBillSummaryByProjectRequest() |
DescribeBillSummaryByProjectRequest(DescribeBillSummaryByProjectRequest 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 |
getBeginTime()
Get The value must be of the same month as `EndTime`.
|
String |
getEndTime()
Get The value must be of the same month as `BeginTime`.
|
String |
getPayerUin()
Get Queries bill data user's UIN
|
void |
setBeginTime(String BeginTime)
Set The value must be of the same month as `EndTime`.
|
void |
setEndTime(String EndTime)
Set The value must be of the same month as `BeginTime`.
|
void |
setPayerUin(String PayerUin)
Set Queries bill data user's UIN
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeBillSummaryByProjectRequest()
public DescribeBillSummaryByProjectRequest(DescribeBillSummaryByProjectRequest source)
public String getBeginTime()
public void setBeginTime(String BeginTime)
BeginTime
- The value must be of the same month as `EndTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- The value must be of the same month as `BeginTime`. Query period must start and end on the same month and the query result returned will be of the entire month. For example, if both `BeginTime` and `EndTime` are `2018-09`, the data returned will be for the entire month of September 2018.public String getPayerUin()
public void setPayerUin(String PayerUin)
PayerUin
- Queries bill data user's UINCopyright © 2021. All rights reserved.