public class NexusByAddressModel
extends java.lang.Object
Constructor and Description |
---|
NexusByAddressModel() |
Modifier and Type | Method and Description |
---|---|
DeclareNexusByAddressModel |
getAddress()
Getter for address
The address that was provided by the user in the call to `DeclareNexusByAddress`
|
java.util.ArrayList<NexusModel> |
getDeclaredNexus()
Getter for declaredNexus
List of all nexus objects that were affected by declaring nexus at the address specified
by `address`.
|
void |
setAddress(DeclareNexusByAddressModel value)
Setter for address
The address that was provided by the user in the call to `DeclareNexusByAddress`
|
void |
setDeclaredNexus(java.util.ArrayList<NexusModel> value)
Setter for declaredNexus
List of all nexus objects that were affected by declaring nexus at the address specified
by `address`.
|
java.lang.String |
toString()
Returns a JSON string representation of NexusByAddressModel
|
public DeclareNexusByAddressModel getAddress()
public void setAddress(DeclareNexusByAddressModel value)
public java.util.ArrayList<NexusModel> getDeclaredNexus()
public void setDeclaredNexus(java.util.ArrayList<NexusModel> value)
public java.lang.String toString()
toString
in class java.lang.Object