public class ImportOptions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportOptions.Builder
Allows to construct new instances of
ImportOptions |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMetadataPassword()
Obtains password to decrypt sensitive metadata
|
int |
hashCode() |
boolean |
isReplaceDataSources()
Obtains if dataSource should be replaced
|
boolean |
isReplaceDrivers()
Obtains if drivers should be replaced
|
boolean |
isReplaceJobs()
Obtains if jobs should be replaced
|
boolean |
isReplacePlugins() |
java.lang.String |
toString() |
public boolean isReplaceJobs()
public boolean isReplaceDataSources()
public boolean isReplacePlugins()
public boolean isReplaceDrivers()
public java.lang.String getMetadataPassword()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2024 Denodo Technologies. All rights reserved.