public class TSEInstanceList extends AbstractModel
header, skipSign
Constructor and Description |
---|
TSEInstanceList() |
TSEInstanceList(TSEInstanceList 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 |
---|---|
TSEInstanceDetail[] |
getInstanceList()
Get TSE instance details
Note: This field may return null, indicating that no valid value can be obtained.
|
String |
getRegion()
Get Region
|
Long |
getTotalCount()
Get Total TSE instances in this region
|
void |
setInstanceList(TSEInstanceDetail[] InstanceList)
Set TSE instance details
Note: This field may return null, indicating that no valid value can be obtained.
|
void |
setRegion(String Region)
Set Region
|
void |
setTotalCount(Long TotalCount)
Set Total TSE instances in this region
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TSEInstanceList()
public TSEInstanceList(TSEInstanceList source)
public TSEInstanceDetail[] getInstanceList()
public void setInstanceList(TSEInstanceDetail[] InstanceList)
InstanceList
- TSE instance details
Note: This field may return null, indicating that no valid value can be obtained.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total TSE instances in this regionpublic String getRegion()
public void setRegion(String Region)
Region
- RegionCopyright © 2024. All rights reserved.