Uses of Class
com.tencentcloudapi.monitor.v20180724.models.ServiceDiscoveryItem
-
Packages that use ServiceDiscoveryItem Package Description com.tencentcloudapi.monitor.v20180724.models -
-
Uses of ServiceDiscoveryItem in com.tencentcloudapi.monitor.v20180724.models
Methods in com.tencentcloudapi.monitor.v20180724.models that return ServiceDiscoveryItem Modifier and Type Method Description ServiceDiscoveryItemCreateServiceDiscoveryResponse. getServiceDiscovery()Get 创建成功之后,返回对应服务发现信息ServiceDiscoveryItemUpdateServiceDiscoveryResponse. getServiceDiscovery()Get 更新成功之后,返回对应服务发现的信息ServiceDiscoveryItem[]DescribeServiceDiscoveryResponse. getServiceDiscoverySet()Get 返回服务发现列表信息 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.monitor.v20180724.models with parameters of type ServiceDiscoveryItem Modifier and Type Method Description voidCreateServiceDiscoveryResponse. setServiceDiscovery(ServiceDiscoveryItem ServiceDiscovery)Set 创建成功之后,返回对应服务发现信息voidUpdateServiceDiscoveryResponse. setServiceDiscovery(ServiceDiscoveryItem ServiceDiscovery)Set 更新成功之后,返回对应服务发现的信息voidDescribeServiceDiscoveryResponse. setServiceDiscoverySet(ServiceDiscoveryItem[] ServiceDiscoverySet)Set 返回服务发现列表信息 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.monitor.v20180724.models with parameters of type ServiceDiscoveryItem Constructor Description ServiceDiscoveryItem(ServiceDiscoveryItem 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.
-