public class COSInstanceList extends AbstractModel
header, skipSign
Constructor and Description |
---|
COSInstanceList() |
COSInstanceList(COSInstanceList 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 |
getError()
Get Error message.
|
CosInstanceDetail[] |
getInstanceList()
Get Instance details.
|
String |
getRegion()
Get Region.
|
Long |
getTotalCount()
Get Total number under the region.
|
void |
setError(String Error)
Set Error message.
|
void |
setInstanceList(CosInstanceDetail[] InstanceList)
Set Instance details.
|
void |
setRegion(String Region)
Set Region.
|
void |
setTotalCount(Long TotalCount)
Set Total number under the 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 COSInstanceList()
public COSInstanceList(COSInstanceList source)
public String getRegion()
public void setRegion(String Region)
Region
- Region.public CosInstanceDetail[] getInstanceList()
public void setInstanceList(CosInstanceDetail[] InstanceList)
InstanceList
- Instance details.public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- Total number under the region.public String getError()
public void setError(String Error)
Error
- Error message.Copyright © 2025. All rights reserved.