Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UsagePlanStatusInfo
-
Packages that use UsagePlanStatusInfo Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UsagePlanStatusInfo in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return UsagePlanStatusInfo Modifier and Type Method Description UsagePlanStatusInfo[]UsagePlansStatus. getUsagePlanStatusSet()Get 使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UsagePlanStatusInfo Modifier and Type Method Description voidUsagePlansStatus. setUsagePlanStatusSet(UsagePlanStatusInfo[] UsagePlanStatusSet)Set 使用计划列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UsagePlanStatusInfo Constructor Description UsagePlanStatusInfo(UsagePlanStatusInfo 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.
-