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