Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.InstanceDetail
-
Packages that use InstanceDetail Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of InstanceDetail in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return InstanceDetail Modifier and Type Method Description InstanceDetailDescribeExclusiveInstanceDetailResponse. getResult()Get 独享实例详情InstanceDetailModifyExclusiveInstanceResponse. getResult()Get 独享实例详情信息Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type InstanceDetail Modifier and Type Method Description voidDescribeExclusiveInstanceDetailResponse. setResult(InstanceDetail Result)Set 独享实例详情voidModifyExclusiveInstanceResponse. setResult(InstanceDetail Result)Set 独享实例详情信息Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type InstanceDetail Constructor Description InstanceDetail(InstanceDetail 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.
-