public class SetNodeStateParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SetNodeStateParams.Builder |
Modifier and Type | Method and Description |
---|---|
static SetNodeStateParams.Builder |
create() |
boolean |
equals(java.lang.Object o) |
NodeId |
getNodeId() |
NodeState |
getNodeState() |
int |
hashCode() |
boolean |
isRecursive() |
public NodeId getNodeId()
public NodeState getNodeState()
public boolean isRecursive()
public static SetNodeStateParams.Builder create()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object