public class ListCvmAndIpInfoRsp extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ListCvmAndIpInfoRsp() | 
| ListCvmAndIpInfoRsp(ListCvmAndIpInfoRsp 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 | 
|---|---|
| CvmAndIpInfo[] | getCvmList()Get cvm和IP 列表 | 
| Long | getTotalCount()Get 实例数据量 | 
| void | setCvmList(CvmAndIpInfo[] CvmList)Set cvm和IP 列表 | 
| 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 ListCvmAndIpInfoRsp()
public ListCvmAndIpInfoRsp(ListCvmAndIpInfoRsp source)
public CvmAndIpInfo[] getCvmList()
public void setCvmList(CvmAndIpInfo[] CvmList)
CvmList - cvm和IP 列表public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 实例数据量Copyright © 2025. All rights reserved.