Class ImportData
java.lang.Object
com.denodo.scheduler.client.commons.ImportData
- All Implemented Interfaces:
Serializable
Contains data with zip backup and properties file (optional) to import
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAllows to construct new instances ofImportData -
Method Summary
Modifier and TypeMethodDescriptionbooleanbyte[]Get backup file databyte[]Get properties file data Optional, can be nullbyte[]Deprecated.Deprecated since 8.0u09.inthashCode()
-
Method Details
-
getZipFile
Deprecated.Deprecated since 8.0u09.Use
getBackupFile()instead.Get zip file data- Returns:
- Backup zip file data
-
getBackupFile
public byte[] getBackupFile()Get backup file data- Returns:
- Backup file data
-
getPropertiesFile
public byte[] getPropertiesFile()Get properties file data Optional, can be null- Returns:
- Properties file data
-
equals
-
hashCode
public int hashCode()
-