Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.APIDoc
-
Packages that use APIDoc Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of APIDoc in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return APIDoc Modifier and Type Method Description APIDoc[]APIDocs. getAPIDocSet()Get API文档基本信息APIDocCreateAPIDocResponse. getResult()Get API文档基本信息APIDocModifyAPIDocResponse. getResult()Get API文档基本信息APIDocResetAPIDocPasswordResponse. getResult()Get API文档基本信息Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type APIDoc Modifier and Type Method Description voidAPIDocs. setAPIDocSet(APIDoc[] APIDocSet)Set API文档基本信息voidCreateAPIDocResponse. setResult(APIDoc Result)Set API文档基本信息voidModifyAPIDocResponse. setResult(APIDoc Result)Set API文档基本信息voidResetAPIDocPasswordResponse. setResult(APIDoc Result)Set API文档基本信息Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type APIDoc Constructor Description APIDoc(APIDoc 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.
-