public class DescribeResourceByTagsRequest extends com.aliyuncs.RpcAcsRequest<DescribeResourceByTagsResponse>
| Modifier and Type | Class and Description |
|---|---|
static class |
DescribeResourceByTagsRequest.Tag |
| Constructor and Description |
|---|
DescribeResourceByTagsRequest() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getOwnerId() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getResourceOwnerAccount() |
Long |
getResourceOwnerId() |
String |
getResourceType() |
Class<DescribeResourceByTagsResponse> |
getResponseClass() |
List<DescribeResourceByTagsRequest.Tag> |
getTags() |
void |
setOwnerId(Long ownerId) |
void |
setPageNumber(Integer pageNumber) |
void |
setPageSize(Integer pageSize) |
void |
setResourceOwnerAccount(String resourceOwnerAccount) |
void |
setResourceOwnerId(Long resourceOwnerId) |
void |
setResourceType(String resourceType) |
void |
setTags(List<DescribeResourceByTagsRequest.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 getResourceOwnerAccount()
public void setResourceOwnerAccount(String resourceOwnerAccount)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public List<DescribeResourceByTagsRequest.Tag> getTags()
public void setTags(List<DescribeResourceByTagsRequest.Tag> tags)
public Long getOwnerId()
public void setOwnerId(Long ownerId)
public String getResourceType()
public void setResourceType(String resourceType)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public Class<DescribeResourceByTagsResponse> getResponseClass()
getResponseClass in class com.aliyuncs.AcsRequest<DescribeResourceByTagsResponse>Copyright © 2018. All Rights Reserved.