Uses of Class
com.tencentcloudapi.apigateway.v20180808.models.ServiceConfig
-
Packages that use ServiceConfig Package Description com.tencentcloudapi.apigateway.v20180808.models -
-
Uses of ServiceConfig in com.tencentcloudapi.apigateway.v20180808.models
Methods in com.tencentcloudapi.apigateway.v20180808.models that return ServiceConfig Modifier and Type Method Description ServiceConfigApiInfo. getServiceConfig()Get API 的后端服务配置。 注意:此字段可能返回 null,表示取不到有效值。ServiceConfigCreateApiRequest. getServiceConfig()Get API 的后端服务配置。ServiceConfigModifyApiRequest. getServiceConfig()Get API 的后端服务配置。Methods in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceConfig Modifier and Type Method Description voidApiInfo. setServiceConfig(ServiceConfig ServiceConfig)Set API 的后端服务配置。 注意:此字段可能返回 null,表示取不到有效值。voidCreateApiRequest. setServiceConfig(ServiceConfig ServiceConfig)Set API 的后端服务配置。voidModifyApiRequest. setServiceConfig(ServiceConfig ServiceConfig)Set API 的后端服务配置。Constructors in com.tencentcloudapi.apigateway.v20180808.models with parameters of type ServiceConfig Constructor Description ServiceConfig(ServiceConfig 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.
-