Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.UsagePlanBindEnvironment
-
Packages that use UsagePlanBindEnvironment Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of UsagePlanBindEnvironment in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return UsagePlanBindEnvironment Modifier and Type Method Description UsagePlanBindEnvironment[]UsagePlanInfo. getBindEnvironments()Get 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UsagePlanBindEnvironment Modifier and Type Method Description voidUsagePlanInfo. setBindEnvironments(UsagePlanBindEnvironment[] BindEnvironments)Set 绑定环境详情。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type UsagePlanBindEnvironment Constructor Description UsagePlanBindEnvironment(UsagePlanBindEnvironment 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.
-