public class TsfPageClusterV2 extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| TsfPageClusterV2() | 
| TsfPageClusterV2(TsfPageClusterV2 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 | 
|---|---|
| ClusterV2[] | getContent()Get 集群列表 | 
| Long | getTotalCount()Get 集群总数目 | 
| void | setContent(ClusterV2[] Content)Set 集群列表 | 
| void | setTotalCount(Long TotalCount)Set 集群总数目 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TsfPageClusterV2()
public TsfPageClusterV2(TsfPageClusterV2 source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 集群总数目public ClusterV2[] getContent()
public void setContent(ClusterV2[] Content)
Content - 集群列表Copyright © 2025. All rights reserved.