Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ApiUsagePlan
-
Packages that use ApiUsagePlan Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ApiUsagePlan in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ApiUsagePlan Modifier and Type Method Description ApiUsagePlan[]ApiUsagePlanSet. getApiUsagePlanList()Get API 绑定使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。ApiUsagePlan[]ServiceUsagePlanSet. getServiceUsagePlanList()Get 服务上绑定的使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiUsagePlan Modifier and Type Method Description voidApiUsagePlanSet. setApiUsagePlanList(ApiUsagePlan[] ApiUsagePlanList)Set API 绑定使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。voidServiceUsagePlanSet. setServiceUsagePlanList(ApiUsagePlan[] ServiceUsagePlanList)Set 服务上绑定的使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ApiUsagePlan Constructor Description ApiUsagePlan(ApiUsagePlan 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.
-