public interface NodeAddressFluent<A extends NodeAddressFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getType() |
Boolean |
hasAddress() |
Boolean |
hasType() |
A |
withAddress(String address) |
A |
withNewAddress(String arg0)
Deprecated.
|
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
String getAddress()
Boolean hasAddress()
@Deprecated A withNewAddress(String arg0)
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.