public class TagResource extends Object implements Serializable
| Constructor and Description |
|---|
TagResource(String resourceId,
String resourceType,
String tagKey,
String tagValue) |
| Modifier and Type | Method and Description |
|---|---|
static TagResource |
FromJsonObject(com.alibaba.fastjson.JSONObject object) |
String |
getResourceId() |
String |
getResourceType() |
String |
getTagKey() |
String |
getTagValue() |
void |
setResourceId(String resourceId) |
void |
setResourceType(String resourceType) |
void |
setTagKey(String tagKey) |
void |
setTagValue(String tagValue) |
public String getResourceId()
public String getResourceType()
public String getTagKey()
public String getTagValue()
public void setResourceId(String resourceId)
public void setResourceType(String resourceType)
public void setTagKey(String tagKey)
public void setTagValue(String tagValue)
public static TagResource FromJsonObject(com.alibaba.fastjson.JSONObject object)
Copyright © 2025. All Rights Reserved.