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 错误信息 | 
| CosInstanceDetail[] | getInstanceList()Get 实例详情 | 
| String | getRegion()Get 地域 | 
| Long | getTotalCount()Get 地域下总数 | 
| void | setError(String Error)Set 错误信息 | 
| void | setInstanceList(CosInstanceDetail[] InstanceList)Set 实例详情 | 
| void | setRegion(String Region)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 COSInstanceList()
public COSInstanceList(COSInstanceList source)
public String getRegion()
public void setRegion(String Region)
Region - 地域public CosInstanceDetail[] getInstanceList()
public void setInstanceList(CosInstanceDetail[] InstanceList)
InstanceList - 实例详情public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 地域下总数public String getError()
public void setError(String Error)
Error - 错误信息Copyright © 2025. All rights reserved.