public class Nodes extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
migrationXsl |
protected String |
migratorClass |
protected List<NodeLabel> |
nodeLabel |
protected String |
searchPath |
| Constructor and Description |
|---|
Nodes() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getMigrationXsl()
Gets the value of the migrationXsl property.
|
String |
getMigratorClass()
Gets the value of the migratorClass property.
|
List<NodeLabel> |
getNodeLabel()
Gets the value of the nodeLabel property.
|
String |
getSearchPath()
Gets the value of the searchPath property.
|
int |
hashCode() |
void |
setMigrationXsl(String value)
Sets the value of the migrationXsl property.
|
void |
setMigratorClass(String value)
Sets the value of the migratorClass property.
|
void |
setSearchPath(String value)
Sets the value of the searchPath property.
|
String |
toString() |
Nodes |
withMigrationXsl(String value) |
Nodes |
withMigratorClass(String value) |
Nodes |
withNodeLabel(Collection<NodeLabel> values) |
Nodes |
withNodeLabel(NodeLabel... values) |
Nodes |
withSearchPath(String value) |
protected String searchPath
protected String migratorClass
protected String migrationXsl
public List<NodeLabel> getNodeLabel()
NodeLabelpublic String getSearchPath()
Stringpublic void setSearchPath(String value)
value - allowed object is
Stringpublic String getMigratorClass()
Stringpublic void setMigratorClass(String value)
value - allowed object is
Stringpublic String getMigrationXsl()
Stringpublic void setMigrationXsl(String value)
value - allowed object is
Stringpublic Nodes withNodeLabel(Collection<NodeLabel> values)
Copyright © 2023. All rights reserved.