类 ServiceHealthProblem
java.lang.Object
top.codef.pojos.servicemonitor.ServiceProblem
top.codef.pojos.servicemonitor.ServiceHealthProblem
- 所有已实现的接口:
UniqueMessage
-
字段概要
从类继承的字段 top.codef.pojos.servicemonitor.ServiceProblem
serviceName -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleangetUid()表示该条数据的唯一idinthashCode()voidsetHealthyInstances(Set<String> healthyInstances) voidsetUnhealthyInstances(Set<String> unhealthyInstances) toString()从类继承的方法 top.codef.pojos.servicemonitor.ServiceProblem
getServiceName, setServiceName
-
构造器详细资料
-
ServiceHealthProblem
-
ServiceHealthProblem
-
-
方法详细资料
-
getUid
从接口复制的说明:UniqueMessage表示该条数据的唯一id- 指定者:
getUid在接口中UniqueMessage- 返回:
-
getHealthyInstances
-
setHealthyInstances
-
getUnhealthyInstances
-
setUnhealthyInstances
-
hashCode
public int hashCode() -
equals
-
toString
-