public class DescribeResourcesByTagRequest extends AbstractModel
| Constructor and Description |
|---|
DescribeResourcesByTagRequest() |
DescribeResourcesByTagRequest(DescribeResourcesByTagRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getResourceType()
Get 资源类型,其中:
Proxy表示通道;
ProxyGroup表示通道组;
RealServer表示源站。
不指定该字段则查询该标签下所有资源。
|
String |
getTagKey()
Get 标签键。
|
String |
getTagValue()
Get 标签值。
|
void |
setResourceType(String ResourceType)
Set 资源类型,其中:
Proxy表示通道;
ProxyGroup表示通道组;
RealServer表示源站。
不指定该字段则查询该标签下所有资源。
|
void |
setTagKey(String TagKey)
Set 标签键。
|
void |
setTagValue(String TagValue)
Set 标签值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic DescribeResourcesByTagRequest()
public DescribeResourcesByTagRequest(DescribeResourcesByTagRequest source)
public String getTagKey()
public void setTagKey(String TagKey)
TagKey - 标签键。public String getTagValue()
public void setTagValue(String TagValue)
TagValue - 标签值。public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 资源类型,其中:
Proxy表示通道;
ProxyGroup表示通道组;
RealServer表示源站。
不指定该字段则查询该标签下所有资源。Copyright © 2022. All rights reserved.