Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ServiceUsagePlanSet
-
Packages that use ServiceUsagePlanSet Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ServiceUsagePlanSet in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ServiceUsagePlanSet Modifier and Type Method Description ServiceUsagePlanSetDescribeServiceUsagePlanResponse. getResult()Get 服务绑定使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceUsagePlanSet Modifier and Type Method Description voidDescribeServiceUsagePlanResponse. setResult(ServiceUsagePlanSet Result)Set 服务绑定使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceUsagePlanSet Constructor Description ServiceUsagePlanSet(ServiceUsagePlanSet 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.
-