public class TagsInfoOfTableGroup extends AbstractModel
| Constructor and Description |
|---|
TagsInfoOfTableGroup() |
TagsInfoOfTableGroup(TagsInfoOfTableGroup 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
注意:此字段可能返回 null,表示取不到有效值。
|
ErrorInfo |
getError()
Get 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getTableGroupId()
Get 表格组ID
注意:此字段可能返回 null,表示取不到有效值。
|
TagInfoUnit[] |
getTags()
Get 标签信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterId(String ClusterId)
Set 集群ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setError(ErrorInfo Error)
Set 错误信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTableGroupId(String TableGroupId)
Set 表格组ID
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTags(TagInfoUnit[] Tags)
Set 标签信息
注意:此字段可能返回 null,表示取不到有效值。
|
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 TagsInfoOfTableGroup()
public TagsInfoOfTableGroup(TagsInfoOfTableGroup source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - 集群ID
注意:此字段可能返回 null,表示取不到有效值。public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - 表格组ID
注意:此字段可能返回 null,表示取不到有效值。public TagInfoUnit[] getTags()
public void setTags(TagInfoUnit[] Tags)
Tags - 标签信息
注意:此字段可能返回 null,表示取不到有效值。public ErrorInfo getError()
public void setError(ErrorInfo Error)
Error - 错误信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.