public class QuerySettleBillRequest extends com.aliyuncs.RpcAcsRequest<QuerySettleBillResponse>
| 构造器和说明 |
|---|
QuerySettleBillRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillingCycle() |
Long |
getBillOwnerId() |
Boolean |
getIsDisplayLocalCurrency() |
Boolean |
getIsHideZeroCharge() |
Integer |
getMaxResults() |
String |
getNextToken() |
Long |
getOwnerId() |
String |
getProductCode() |
String |
getProductType() |
String |
getRecordID() |
Class<QuerySettleBillResponse> |
getResponseClass() |
String |
getSubscriptionType() |
String |
getType() |
void |
setBillingCycle(String billingCycle) |
void |
setBillOwnerId(Long billOwnerId) |
void |
setIsDisplayLocalCurrency(Boolean isDisplayLocalCurrency) |
void |
setIsHideZeroCharge(Boolean isHideZeroCharge) |
void |
setMaxResults(Integer maxResults) |
void |
setNextToken(String nextToken) |
void |
setOwnerId(Long ownerId) |
void |
setProductCode(String productCode) |
void |
setProductType(String productType) |
void |
setRecordID(String recordID) |
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 Long getBillOwnerId()
public void setBillOwnerId(Long billOwnerId)
public String getProductType()
public void setProductType(String productType)
public String getRecordID()
public void setRecordID(String recordID)
public String getNextToken()
public void setNextToken(String nextToken)
public Integer getMaxResults()
public void setMaxResults(Integer maxResults)
public Class<QuerySettleBillResponse> getResponseClass()
getResponseClass 在类中 com.aliyuncs.AcsRequest<QuerySettleBillResponse>Copyright © 2023. All Rights Reserved.