public interface V1NodeAddressFluent<A extends V1NodeAddressFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
String |
getAddress() |
String |
getType() |
Boolean |
hasAddress() |
Boolean |
hasType() |
A |
withAddress(String address) |
A |
withType(String type) |
Copyright © 2018. All rights reserved.