public class QueryAccountBillRequest extends com.aliyuncs.RpcAcsRequest<QueryAccountBillResponse>
| 构造器和说明 |
|---|
QueryAccountBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillingCycle() |
String |
getBillingDate() |
Long |
getBillOwnerId() |
String |
getGranularity() |
Boolean |
getIsGroupByProduct() |
Long |
getOwnerID() |
Integer |
getPageNum() |
Integer |
getPageSize() |
String |
getProductCode() |
Class<QueryAccountBillResponse> |
getResponseClass() |
void |
setBillingCycle(String billingCycle) |
void |
setBillingDate(String billingDate) |
void |
setBillOwnerId(Long billOwnerId) |
void |
setGranularity(String granularity) |
void |
setIsGroupByProduct(Boolean isGroupByProduct) |
void |
setOwnerID(Long ownerID) |
void |
setPageNum(Integer pageNum) |
void |
setPageSize(Integer pageSize) |
void |
setProductCode(String productCode) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setSysAcceptFormat, setSysActionName, setSysSecurityToken, setSysVersion, setVersion, signRequestappendUserAgent, concatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getSysAcceptFormat, getSysActionName, getSysBodyParameters, getSysDomainParameters, getSysEndpointType, getSysLocationProduct, getSysProduct, getSysProductDomain, getSysProtocol, getSysQueryParameters, getSysRegionId, getSysSecurityToken, getSysSignatureAlgorithm, getSysSignatureVersion, getSysSignedHeaders, getSysStrToSign, getSysUserAgentConfig, getSysVersion, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, resolveSignatureComposer, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, setSysEndpoint, setSysEndpointType, setSysLocationProduct, setSysProductDomain, setSysProtocol, setSysRegionId, setSysSignatureAlgorithm, setSysSignatureVersiongetConnectTimeout, getContentTypeValue, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentString, getHttpContentType, getKeyManagers, getMethod, getReadTimeout, getSysConnectTimeout, getSysEncoding, getSysHeaders, getSysMethod, getSysReadTimeout, getSysRetryPolicy, getSysUrl, getUrl, getX509TrustManagers, isIgnoreSSLCerts, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setIgnoreSSLCerts, setKeyManagers, setMethod, setReadTimeout, setSysConnectTimeout, setSysEncoding, setSysMethod, setSysReadTimeout, setSysRetryPolicy, setSysUrl, setUrl, setX509TrustManagerspublic String getProductCode()
public void setProductCode(String productCode)
public String getBillingCycle()
public void setBillingCycle(String billingCycle)
public Integer getPageNum()
public void setPageNum(Integer pageNum)
public Long getOwnerID()
public void setOwnerID(Long ownerID)
public Long getBillOwnerId()
public void setBillOwnerId(Long billOwnerId)
public String getBillingDate()
public void setBillingDate(String billingDate)
public Boolean getIsGroupByProduct()
public void setIsGroupByProduct(Boolean isGroupByProduct)
public String getGranularity()
public void setGranularity(String granularity)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Class<QueryAccountBillResponse> getResponseClass()
getResponseClass 在类中 com.aliyuncs.AcsRequest<QueryAccountBillResponse>Copyright © 2023. All Rights Reserved.