public class CreateCommandRequest extends com.aliyuncs.RpcAcsRequest<CreateCommandResponse>
| Constructor and Description |
|---|
CreateCommandRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerBid() |
Long |
getCallerUid() |
String |
getCommandContent() |
String |
getDescription() |
String |
getName() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<CreateCommandResponse> |
getResponseClass() |
Long |
getTimeout() |
String |
getType() |
String |
getWorkingDir() |
void |
setCallerBid(String callerBid) |
void |
setCallerUid(Long callerUid) |
void |
setCommandContent(String commandContent) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setTimeout(Long timeout) |
void |
setType(String type) |
void |
setWorkingDir(String workingDir) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpointType, setLocationProduct, setParameter, setProtocol, setRegionIdgetConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpConnection, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setUrlpublic 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 Long getCallerUid()
public void setCallerUid(Long callerUid)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public String getOwnerAccount()
public void setOwnerAccount(String ownerAccount)
public String getCallerBid()
public void setCallerBid(String callerBid)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getName()
public void setName(String name)
public Class<CreateCommandResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<CreateCommandResponse>Copyright © 2017. All Rights Reserved.