public class QueryBillRequest extends com.aliyuncs.RpcAcsRequest<QueryBillResponse>
| 构造器和说明 |
|---|
QueryBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillingCycle() |
Long |
getBillOwnerId() |
Boolean |
getIsDisplayLocalCurrency() |
Boolean |
getIsHideZeroCharge() |
Long |
getOwnerId() |
Integer |
getPageNum() |
Integer |
getPageSize() |
String |
getProductCode() |
String |
getProductType() |
Class<QueryBillResponse> |
getResponseClass() |
String |
getSubscriptionType() |
String |
getType() |
void |
setBillingCycle(String billingCycle) |
void |
setBillOwnerId(Long billOwnerId) |
void |
setIsDisplayLocalCurrency(Boolean isDisplayLocalCurrency) |
void |
setIsHideZeroCharge(Boolean isHideZeroCharge) |
void |
setOwnerId(Long ownerId) |
void |
setPageNum(Integer pageNum) |
void |
setPageSize(Integer pageSize) |
void |
setProductCode(String productCode) |
void |
setProductType(String productType) |
void |
setSubscriptionType(String subscriptionType) |
void |
setType(String type) |
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 Boolean getIsHideZeroCharge()
public void setIsHideZeroCharge(Boolean isHideZeroCharge)
public Boolean getIsDisplayLocalCurrency()
public void setIsDisplayLocalCurrency(Boolean isDisplayLocalCurrency)
public String getSubscriptionType()
public void setSubscriptionType(String subscriptionType)
public String getBillingCycle()
public void setBillingCycle(String billingCycle)
public String getType()
public void setType(String type)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public Integer getPageNum()
public void setPageNum(Integer pageNum)
public Long getBillOwnerId()
public void setBillOwnerId(Long billOwnerId)
public String getProductType()
public void setProductType(String productType)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public Class<QueryBillResponse> getResponseClass()
getResponseClass 在类中 com.aliyuncs.AcsRequest<QueryBillResponse>Copyright © 2023. All Rights Reserved.