public class ModifyTableGroupTagsRequest extends AbstractModel
| Constructor and Description |
|---|
ModifyTableGroupTagsRequest() |
ModifyTableGroupTagsRequest(ModifyTableGroupTagsRequest 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 |
getClusterId()
Get 待修改标签表格组所属集群ID
|
TagInfoUnit[] |
getDeleteTags()
Get 待删除的标签
|
TagInfoUnit[] |
getReplaceTags()
Get 待增加或修改的标签列表
|
String |
getTableGroupId()
Get 待修改标签表格组ID
|
void |
setClusterId(String ClusterId)
Set 待修改标签表格组所属集群ID
|
void |
setDeleteTags(TagInfoUnit[] DeleteTags)
Set 待删除的标签
|
void |
setReplaceTags(TagInfoUnit[] ReplaceTags)
Set 待增加或修改的标签列表
|
void |
setTableGroupId(String TableGroupId)
Set 待修改标签表格组ID
|
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 ModifyTableGroupTagsRequest()
public ModifyTableGroupTagsRequest(ModifyTableGroupTagsRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 待修改标签表格组所属集群IDpublic String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - 待修改标签表格组IDpublic TagInfoUnit[] getReplaceTags()
public void setReplaceTags(TagInfoUnit[] ReplaceTags)
ReplaceTags - 待增加或修改的标签列表public TagInfoUnit[] getDeleteTags()
public void setDeleteTags(TagInfoUnit[] DeleteTags)
DeleteTags - 待删除的标签Copyright © 2021. All rights reserved.