public class CreateApiRspSet extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateApiRspSet() |
CreateApiRspSet(CreateApiRspSet 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 |
---|---|
CreateApiRsp[] |
getApiSet()
Get 返回的数组
|
Long |
getTotalCount()
Get 个数
|
void |
setApiSet(CreateApiRsp[] ApiSet)
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, toJsonString
public CreateApiRspSet()
public CreateApiRspSet(CreateApiRspSet source)
public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount
- 个数public CreateApiRsp[] getApiSet()
public void setApiSet(CreateApiRsp[] ApiSet)
ApiSet
- 返回的数组Copyright © 2024. All rights reserved.