Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UsagePlanEnvironment
-
Packages that use UsagePlanEnvironment Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UsagePlanEnvironment in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return UsagePlanEnvironment Modifier and Type Method Description UsagePlanEnvironment[]UsagePlanEnvironmentStatus. getEnvironmentList()Get 使用计划已经绑定的各个服务的环境状态。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UsagePlanEnvironment Modifier and Type Method Description voidUsagePlanEnvironmentStatus. setEnvironmentList(UsagePlanEnvironment[] EnvironmentList)Set 使用计划已经绑定的各个服务的环境状态。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UsagePlanEnvironment Constructor Description UsagePlanEnvironment(UsagePlanEnvironment 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.
-