Class CreateApiRspSet
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.apigateway.v20180808.models.CreateApiRspSet
-
public class CreateApiRspSet extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApiRsp[]getApiSet()Get 返回的数组LonggetTotalCount()Get 个数voidsetApiSet(CreateApiRsp[] ApiSet)Set 返回的数组voidsetTotalCount(Long TotalCount)Set 个数voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateApiRspSet
public CreateApiRspSet()
-
CreateApiRspSet
public 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.
-
-
Method Detail
-
getTotalCount
public Long getTotalCount()
Get 个数- Returns:
- TotalCount 个数
-
setTotalCount
public void setTotalCount(Long TotalCount)
Set 个数- Parameters:
TotalCount- 个数
-
getApiSet
public CreateApiRsp[] getApiSet()
Get 返回的数组- Returns:
- ApiSet 返回的数组
-
setApiSet
public void setApiSet(CreateApiRsp[] ApiSet)
Set 返回的数组- Parameters:
ApiSet- 返回的数组
-
-