public class NodeResourceV1 extends ResourceV1
| Modifier and Type | Field and Description |
|---|---|
protected String |
nodeType |
id, primaryHierarchy, schema| Constructor and Description |
|---|
NodeResourceV1() |
NodeResourceV1(String id,
Class<? extends ResourceV1> schema,
List<HierarchyEntry> primaryHierarchy,
String nodeType) |
NodeResourceV1(String id,
List<HierarchyEntry> primaryHierarchy,
String nodeType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getNodeType() |
int |
hashCode() |
void |
setNodeType(String nodeType) |
String |
toString() |
getId, getPrimaryHierarchy, getSchema, setId, setPrimaryHierarchy, setSchemaprotected String nodeType
public NodeResourceV1()
public NodeResourceV1(String id, List<HierarchyEntry> primaryHierarchy, String nodeType)
public NodeResourceV1(String id, Class<? extends ResourceV1> schema, List<HierarchyEntry> primaryHierarchy, String nodeType)
public String getNodeType()
public void setNodeType(String nodeType)
public int hashCode()
hashCode in class ResourceV1public boolean equals(Object obj)
equals in class ResourceV1public String toString()
toString in class ResourceV1Copyright © 2019. All rights reserved.