public class CreateCommandRequest extends com.aliyuncs.RpcAcsRequest<CreateCommandResponse>
限定符和类型 | 类和说明 |
---|---|
static class |
CreateCommandRequest.Tag |
构造器和说明 |
---|
CreateCommandRequest() |
限定符和类型 | 方法和说明 |
---|---|
String |
getCommandContent() |
String |
getContentEncoding() |
String |
getDescription() |
Boolean |
getEnableParameter() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateCommandResponse> |
getResponseClass() |
List<CreateCommandRequest.Tag> |
getTags() |
Long |
getTimeout() |
String |
getType() |
String |
getWorkingDir() |
void |
setCommandContent(String commandContent) |
void |
setContentEncoding(String contentEncoding) |
void |
setDescription(String description) |
void |
setEnableParameter(Boolean enableParameter) |
void |
setName(String name) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setTags(List<CreateCommandRequest.Tag> tags) |
void |
setTimeout(Long timeout) |
void |
setType(String type) |
void |
setWorkingDir(String workingDir) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setSysAcceptFormat, setSysActionName, setSysSecurityToken, setSysVersion, setVersion, signRequest
appendUserAgent, 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, setSysSignatureVersion
getConnectTimeout, 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, setX509TrustManagers
public Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getWorkingDir()
public void setWorkingDir(String workingDir)
public String getDescription()
public void setDescription(String description)
public String getType()
public void setType(String type)
public String getCommandContent()
public void setCommandContent(String commandContent)
public Long getTimeout()
public void setTimeout(Long timeout)
public String getContentEncoding()
public void setContentEncoding(String contentEncoding)
public List<CreateCommandRequest.Tag> getTags()
public void setTags(List<CreateCommandRequest.Tag> tags)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getName()
public void setName(String name)
public Boolean getEnableParameter()
public void setEnableParameter(Boolean enableParameter)
public Class<CreateCommandResponse> getResponseClass()
getResponseClass
在类中 com.aliyuncs.AcsRequest<CreateCommandResponse>
Copyright © 2023. All Rights Reserved.