public class ClusterInfoResult extends AbstractModel
Constructor and Description |
---|
ClusterInfoResult() |
Modifier and Type | Method and Description |
---|---|
ClusterInstanceInfo[] |
getClusterList()
获取集群信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
Integer |
getTotalCnt()
获取数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClusterList(ClusterInstanceInfo[] ClusterList)
设置集群信息列表
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTotalCnt(Integer TotalCnt)
设置数量
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Integer getTotalCnt()
public void setTotalCnt(Integer TotalCnt)
TotalCnt
- 数量
注意:此字段可能返回 null,表示取不到有效值。public ClusterInstanceInfo[] getClusterList()
public void setClusterList(ClusterInstanceInfo[] ClusterList)
ClusterList
- 集群信息列表
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2019. All rights reserved.