public class TagResourceInfo extends AbstractModel
| Constructor and Description |
|---|
TagResourceInfo() |
TagResourceInfo(TagResourceInfo 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 |
getResourceId()
Get 资源ID
|
String |
getResourceType()
Get 资源类型,其中:
Proxy表示通道,
ProxyGroup表示通道组,
RealServer表示源站
|
void |
setResourceId(String ResourceId)
Set 资源ID
|
void |
setResourceType(String ResourceType)
Set 资源类型,其中:
Proxy表示通道,
ProxyGroup表示通道组,
RealServer表示源站
|
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 TagResourceInfo()
public TagResourceInfo(TagResourceInfo source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 资源类型,其中:
Proxy表示通道,
ProxyGroup表示通道组,
RealServer表示源站public String getResourceId()
public void setResourceId(String ResourceId)
ResourceId - 资源IDCopyright © 2021. All rights reserved.