public class ListPendingActiveNodesResult
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Class and Description |
---|---|
static class |
ListPendingActiveNodesResult.Builder |
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
ListPendingActiveNodesResult() |
ListPendingActiveNodesResult(PendingActiveNode[] pendingActiveNodes) |
Modifier and Type | Method and Description |
---|---|
ListPendingActiveNodesResult.Builder |
asBuilder() |
static ListPendingActiveNodesResult.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
PendingActiveNode[] |
getPendingActiveNodes()
List of objects detailing information about all PendingActive nodes in the system.
|
int |
hashCode() |
void |
setPendingActiveNodes(PendingActiveNode[] pendingActiveNodes) |
java.util.Map<java.lang.String,java.lang.Object> |
toMap() |
java.lang.String |
toString() |
public static final long serialVersionUID
@Since(value="7.0") public ListPendingActiveNodesResult(PendingActiveNode[] pendingActiveNodes)
public PendingActiveNode[] getPendingActiveNodes()
public void setPendingActiveNodes(PendingActiveNode[] pendingActiveNodes)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.util.Map<java.lang.String,java.lang.Object> toMap()
public java.lang.String toString()
toString
in class java.lang.Object
public static ListPendingActiveNodesResult.Builder builder()
public final ListPendingActiveNodesResult.Builder asBuilder()