@Value.Immutable public abstract class Registration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Registration.RegCheck |
| Constructor and Description |
|---|
Registration() |
| Modifier and Type | Method and Description |
|---|---|
abstract Optional<String> |
getAddress() |
abstract Optional<Registration.RegCheck> |
getCheck() |
abstract List<Registration.RegCheck> |
getChecks() |
abstract Optional<Boolean> |
getEnableTagOverride() |
abstract String |
getId() |
abstract String |
getName() |
abstract Optional<Integer> |
getPort() |
abstract List<String> |
getTags() |
public abstract String getName()
public abstract String getId()
public abstract Optional<Registration.RegCheck> getCheck()
public abstract List<Registration.RegCheck> getChecks()
Copyright © 2018. All rights reserved.