类 ResourceTagForListTagsForResourcesOutput
- java.lang.Object
-
- com.volcengine.vpc.model.ResourceTagForListTagsForResourcesOutput
-
public class ResourceTagForListTagsForResourcesOutput extends Object
ResourceTagForListTagsForResourcesOutput
-
-
构造器概要
构造器 构造器 说明 ResourceTagForListTagsForResourcesOutput()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(Object o)StringgetResourceId()Get resourceIdStringgetResourceType()Get resourceTypeStringgetTagKey()Get tagKeyStringgetTagValue()Get tagValueinthashCode()ResourceTagForListTagsForResourcesOutputresourceId(String resourceId)ResourceTagForListTagsForResourcesOutputresourceType(String resourceType)voidsetResourceId(String resourceId)voidsetResourceType(String resourceType)voidsetTagKey(String tagKey)voidsetTagValue(String tagValue)ResourceTagForListTagsForResourcesOutputtagKey(String tagKey)ResourceTagForListTagsForResourcesOutputtagValue(String tagValue)StringtoString()
-
-
-
方法详细资料
-
resourceId
public ResourceTagForListTagsForResourcesOutput resourceId(String resourceId)
-
getResourceId
public String getResourceId()
Get resourceId- 返回:
- resourceId
-
setResourceId
public void setResourceId(String resourceId)
-
resourceType
public ResourceTagForListTagsForResourcesOutput resourceType(String resourceType)
-
getResourceType
public String getResourceType()
Get resourceType- 返回:
- resourceType
-
setResourceType
public void setResourceType(String resourceType)
-
tagKey
public ResourceTagForListTagsForResourcesOutput tagKey(String tagKey)
-
getTagKey
public String getTagKey()
Get tagKey- 返回:
- tagKey
-
setTagKey
public void setTagKey(String tagKey)
-
tagValue
public ResourceTagForListTagsForResourcesOutput tagValue(String tagValue)
-
getTagValue
public String getTagValue()
Get tagValue- 返回:
- tagValue
-
setTagValue
public void setTagValue(String tagValue)
-
-