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 |
withNewAddress(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withType(String type) |
String getAddress()
Boolean hasAddress()
@Deprecated A withNewAddress(String original)
String getType()
Boolean hasType()
@Deprecated A withNewType(String original)
Copyright © 2021. All rights reserved.