Uses of Class
com.tencentcloudapi.tcb.v20180608.models.BackendServiceInfo
-
Packages that use BackendServiceInfo Package Description com.tencentcloudapi.tcb.v20180608.models -
-
Uses of BackendServiceInfo in com.tencentcloudapi.tcb.v20180608.models
Methods in com.tencentcloudapi.tcb.v20180608.models that return BackendServiceInfo Modifier and Type Method Description BackendServiceInfoStandaloneGatewayInfo. getServiceInfo()Get 服务信息Methods in com.tencentcloudapi.tcb.v20180608.models with parameters of type BackendServiceInfo Modifier and Type Method Description voidStandaloneGatewayInfo. setServiceInfo(BackendServiceInfo ServiceInfo)Set 服务信息Constructors in com.tencentcloudapi.tcb.v20180608.models with parameters of type BackendServiceInfo Constructor Description BackendServiceInfo(BackendServiceInfo 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.
-