public class TagsInfoOfTableGroup extends AbstractModel
| Constructor and Description |
|---|
TagsInfoOfTableGroup() |
| 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 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 © 2020. All rights reserved.