public class AddTagsRequest extends com.aliyuncs.RpcAcsRequest<AddTagsResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
AddTagsRequest.Tag |
| Constructor and Description |
|---|
AddTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOwnerId() |
String |
getResourceId() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getResourceType() |
Class<AddTagsResponse> |
getResponseClass() |
List<AddTagsRequest.Tag> |
getTags() |
void |
setOwnerId(Long ownerId) |
void |
setResourceId(String resourceId) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setResourceType(String resourceType) |
void |
setTags(List<AddTagsRequest.Tag> tags) |
composeUrl, setAcceptFormat, setActionName, setSecurityToken, setVersion, signRequestconcatQueryString, getAcceptFormat, getActionName, getBodyParameters, getDomainParameters, getEndpointType, getLocationProduct, getProduct, getProductDomain, getProtocol, getQueryParameters, getRegionId, getSecurityToken, getVersion, putBodyParameter, putDomainParameter, putDomainParameter, putQueryParameter, putQueryParameter, setEndpoint, setEndpointType, setLocationProduct, setParameter, setProductDomain, setProtocol, setRegionId, signRequestbuildHttpConnection, getConnectTimeout, getEncoding, getHeaders, getHeaderValue, getHttpContent, getHttpContentType, getMethod, getReadTimeout, getSslSocketFactory, getUrl, putHeaderParameter, setConnectTimeout, setEncoding, setHttpContent, setHttpContentType, setMethod, setReadTimeout, setSslSocketFactory, setUrlpublic Long getResourceOwnerId()
public void setResourceOwnerId(Long resourceOwnerId)
public String getResourceId()
public void setResourceId(String resourceId)
public String getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public List<AddTagsRequest.Tag> getTags()
public void setTags(List<AddTagsRequest.Tag> tags)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getResourceType()
public void setResourceType(String resourceType)
public Class<AddTagsResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<AddTagsResponse>Copyright © 2018. All Rights Reserved.