public abstract static class HealthStatus.HealthStatusInternal extends Object
static HealthStatus.HealthStatusInternal
create(String ipAddress, int port, URI instance, String healthState)
abstract String
healthState()
abstract URI
instance()
ipAddress()
abstract Integer
port()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@Nullable public abstract String ipAddress()
public abstract Integer port()
public abstract URI instance()
public abstract String healthState()
public static HealthStatus.HealthStatusInternal create(String ipAddress, int port, URI instance, String healthState)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.