public class InvokeCommandRequest extends com.aliyuncs.RpcAcsRequest<InvokeCommandResponse>
| Constructor and Description |
|---|
InvokeCommandRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerBid() |
Long |
getCallerUid() |
String |
getCommandId() |
String |
getFrequency() |
List<String> |
getInstanceIds() |
String |
getOwnerAccount() |
Long |
getOwnerId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
Class<InvokeCommandResponse> |
getResponseClass() |
Boolean |
getTimed() |
void |
setCallerBid(String callerBid) |
void |
setCallerUid(Long callerUid) |
void |
setCommandId(String commandId) |
void |
setFrequency(String frequency) |
void |
setInstanceIds(List<String> instanceIds) |
void |
setOwnerAccount(String ownerAccount) |
void |
setOwnerId(Long ownerId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setTimed(Boolean timed) |
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 getCommandId()
public void setCommandId(String commandId)
public String getFrequency()
public void setFrequency(String frequency)
public Long getCallerUid()
public void setCallerUid(Long callerUid)
public Boolean getTimed()
public void setTimed(Boolean timed)
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 Class<InvokeCommandResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<InvokeCommandResponse>Copyright © 2017. All Rights Reserved.