public class ApplicationImportConfiguration
Application import options.
| Constructor and Description |
|---|
ApplicationImportConfiguration(java.lang.String newApplicationName,
boolean defaultModelMayExist)
Application import options.
|
ApplicationImportConfiguration()
Application import options.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1()
The target application name
|
boolean |
component2()
If true,
|
ApplicationImportConfiguration |
copy(java.lang.String newApplicationName,
boolean defaultModelMayExist)
Application import options.
|
boolean |
equals(java.lang.Object p) |
boolean |
getDefaultModelMayExist()
If true,
|
java.lang.String |
getNewApplicationName()
The target application name
|
int |
hashCode() |
java.lang.String |
toString() |
public ApplicationImportConfiguration(@Nullable
java.lang.String newApplicationName,
boolean defaultModelMayExist)
Application import options.
newApplicationName - The target application name - if null, dump application name is used.defaultModelMayExist - If true, an automatically generated model may exist.Then the default model options are removed from the model when importing the dump.public ApplicationImportConfiguration()
Application import options.
@Nullable public java.lang.String getNewApplicationName()
The target application name
- if null, dump application name is used.
public boolean getDefaultModelMayExist()
If true,
an automatically generated model may exist.Then the default model options are removed from the model when importing the dump.
@Nullable public java.lang.String component1()
The target application name
- if null, dump application name is used.
public boolean component2()
If true,
an automatically generated model may exist.Then the default model options are removed from the model when importing the dump.
@NotNull public ApplicationImportConfiguration copy(@Nullable java.lang.String newApplicationName, boolean defaultModelMayExist)
Application import options.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)