public class ResourceMonthBillRequest extends AbstractBceRequest
| Constructor and Description |
|---|
ResourceMonthBillRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeginTime() |
String |
getEndTime() |
String |
getMonth() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getProductType() |
String |
getQueryAccountId() |
String |
getServiceType() |
void |
setBeginTime(String beginTime) |
void |
setEndTime(String endTime) |
void |
setMonth(String month) |
void |
setPageNo(Integer pageNo) |
void |
setPageSize(Integer pageSize) |
void |
setProductType(String productType) |
void |
setQueryAccountId(String queryAccountId) |
void |
setServiceType(String serviceType) |
ResourceMonthBillRequest |
withRequestCredentials(BceCredentials credentials)
Configure request credential for the request.
|
getRequestCredentials, setRequestCredentialspublic String getMonth()
public void setMonth(String month)
public String getBeginTime()
public void setBeginTime(String beginTime)
public String getEndTime()
public void setEndTime(String endTime)
public String getProductType()
public void setProductType(String productType)
public String getServiceType()
public void setServiceType(String serviceType)
public String getQueryAccountId()
public void setQueryAccountId(String queryAccountId)
public Integer getPageNo()
public void setPageNo(Integer pageNo)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public ResourceMonthBillRequest withRequestCredentials(BceCredentials credentials)
withRequestCredentials in class AbstractBceRequestcredentials - a valid instance of BceCredentials.Copyright © 2024. All rights reserved.