public static class SerInstance.NodeProperties extends Object
| Constructor and Description |
|---|
SerInstance.NodeProperties(String nodeId,
List<String> scopes,
Node customProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Node |
getCustomProperties() |
String |
getNodeId() |
List<String> |
getScopes() |
int |
hashCode() |
void |
setCustomProperties(Node customProperties) |
void |
setNodeId(String nodeId) |
void |
setScopes(List<String> scopes) |
String |
toString() |
public String getNodeId()
public void setNodeId(String nodeId)
nodeId - the nodeId to setpublic Node getCustomProperties()
public void setCustomProperties(Node customProperties)
customProperties - the customProperties to setCopyright © 2015. All Rights Reserved.