public class InstanceDetailResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InstanceDetailResponse() | 
| InstanceDetailResponse(InstanceDetailResponse 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 | 
|---|---|
| InstanceDetail[] | getInstanceList()Get List of eligible instance details | 
| Long | getTotalCount()Get Total number of eligible instances | 
| void | setInstanceList(InstanceDetail[] InstanceList)Set List of eligible instance details | 
| void | setTotalCount(Long TotalCount)Set Total number of eligible instances | 
| 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 InstanceDetailResponse()
public InstanceDetailResponse(InstanceDetailResponse source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - Total number of eligible instancespublic InstanceDetail[] getInstanceList()
public void setInstanceList(InstanceDetail[] InstanceList)
InstanceList - List of eligible instance detailsCopyright © 2025. All rights reserved.