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(byte[] arg1) |
A |
withNewAddress(byte[] arg1,
int arg2) |
A |
withNewAddress(byte[] arg1,
int arg2,
int arg3) |
A |
withNewAddress(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewAddress(char[] arg1) |
A |
withNewAddress(char[] arg1,
int arg2,
int arg3) |
A |
withNewAddress(int[] arg1,
int arg2,
int arg3) |
A |
withNewAddress(String arg1) |
A |
withNewAddress(StringBuffer arg1) |
A |
withNewAddress(StringBuilder arg1) |
A |
withNewType(byte[] arg1) |
A |
withNewType(byte[] arg1,
int arg2) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewType(char[] arg1) |
A |
withNewType(char[] arg1,
int arg2,
int arg3) |
A |
withNewType(int[] arg1,
int arg2,
int arg3) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withType(String type) |
String getAddress()
Boolean hasAddress()
A withNewAddress(StringBuilder arg1)
A withNewAddress(int[] arg1, int arg2, int arg3)
A withNewAddress(char[] arg1)
A withNewAddress(StringBuffer arg1)
A withNewAddress(byte[] arg1, int arg2)
A withNewAddress(byte[] arg1)
A withNewAddress(char[] arg1, int arg2, int arg3)
A withNewAddress(byte[] arg1, int arg2, int arg3)
A withNewAddress(byte[] arg1, int arg2, int arg3, int arg4)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(int[] arg1, int arg2, int arg3)
A withNewType(char[] arg1)
A withNewType(StringBuffer arg1)
A withNewType(byte[] arg1, int arg2)
A withNewType(byte[] arg1)
A withNewType(char[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.