Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.CreateApiRsp
-
Packages that use CreateApiRsp Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of CreateApiRsp in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return CreateApiRsp Modifier and Type Method Description CreateApiRsp[]CreateApiRspSet. getApiSet()Get 返回的数组Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CreateApiRsp Modifier and Type Method Description voidCreateApiRspSet. setApiSet(CreateApiRsp[] ApiSet)Set 返回的数组Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type CreateApiRsp Constructor Description CreateApiRsp(CreateApiRsp 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.
-