public class CreateInstanceRequest extends com.aliyuncs.RpcAcsRequest<CreateInstanceResponse>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CreateInstanceRequest.Parameter |
| 构造器和说明 |
|---|
CreateInstanceRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientToken() |
String |
getLogistics() |
Long |
getOwnerId() |
List<CreateInstanceRequest.Parameter> |
getParameters() |
Integer |
getPeriod() |
String |
getProductCode() |
String |
getProductType() |
String |
getRenewalStatus() |
Integer |
getRenewPeriod() |
Class<CreateInstanceResponse> |
getResponseClass() |
String |
getSubscriptionType() |
void |
setClientToken(String clientToken) |
void |
setLogistics(String logistics) |
void |
setOwnerId(Long ownerId) |
void |
setParameters(List<CreateInstanceRequest.Parameter> parameters) |
void |
setPeriod(Integer period) |
void |
setProductCode(String productCode) |
void |
setProductType(String productType) |
void |
setRenewalStatus(String renewalStatus) |
void |
setRenewPeriod(Integer renewPeriod) |
void |
setSubscriptionType(String subscriptionType) |
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 Integer getPeriod()
public void setPeriod(Integer period)
public String getClientToken()
public void setClientToken(String clientToken)
public String getSubscriptionType()
public void setSubscriptionType(String subscriptionType)
public String getLogistics()
public void setLogistics(String logistics)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getProductType()
public void setProductType(String productType)
public Integer getRenewPeriod()
public void setRenewPeriod(Integer renewPeriod)
public String getRenewalStatus()
public void setRenewalStatus(String renewalStatus)
public List<CreateInstanceRequest.Parameter> getParameters()
public void setParameters(List<CreateInstanceRequest.Parameter> parameters)
public Class<CreateInstanceResponse> getResponseClass()
getResponseClass 在类中 com.aliyuncs.AcsRequest<CreateInstanceResponse>Copyright © 2023. All Rights Reserved.