Class ImportRequest
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.dataintegration.model.ImportRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class ImportRequest extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelImport metadata object response.
 Note: Objects should always be created or deserialized using theImportRequest.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theImportRequest.Builder, which maintain a set of all explicitly set fields calledImportRequest.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classImportRequest.Builderstatic classImportRequest.StatusImport Objects request status.
 - 
Constructor SummaryConstructors Constructor Description ImportRequest(String key, String bucketName, String fileName, String objectStorageTenancyId, String objectStorageRegion, String objectKeyForImport, Boolean areDataAssetReferencesIncluded, ImportConflictResolution importConflictResolution, ImportRequest.Status status, String createdBy, Integer totalImportedObjectCount, Long timeStartedInMillis, Long timeEndedInMillis, Map<String,String> errorMessages, List<ImportObjectMetadataSummary> importedObjects, String name)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImportRequest.Builderbuilder()Create a new builder.booleanequals(Object o)BooleangetAreDataAssetReferencesIncluded()This field controls if the data asset references will be included during import.StringgetBucketName()The name of the Object Storage Bucket where the objects will be imported fromStringgetCreatedBy()Name of the user who initiated import request.Map<String,String>getErrorMessages()Contains key of the errorStringgetFileName()Name of the zip file from which objects will be imported.ImportConflictResolutiongetImportConflictResolution()List<ImportObjectMetadataSummary>getImportedObjects()The array of imported object details.StringgetKey()Import object request keyStringgetName()Name of the import request.StringgetObjectKeyForImport()Key of the object inside which all the objects will be importedStringgetObjectStorageRegion()Region of the object storage (if using object storage of different region)StringgetObjectStorageTenancyId()Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)ImportRequest.StatusgetStatus()Import Objects request status.LonggetTimeEndedInMillis()Time at which the request was completely processed.LonggetTimeStartedInMillis()Time at which the request started getting processed.IntegergetTotalImportedObjectCount()Number of objects that are imported.inthashCode()ImportRequest.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ImportRequest@Deprecated @ConstructorProperties({"key","bucketName","fileName","objectStorageTenancyId","objectStorageRegion","objectKeyForImport","areDataAssetReferencesIncluded","importConflictResolution","status","createdBy","totalImportedObjectCount","timeStartedInMillis","timeEndedInMillis","errorMessages","importedObjects","name"}) public ImportRequest(String key, String bucketName, String fileName, String objectStorageTenancyId, String objectStorageRegion, String objectKeyForImport, Boolean areDataAssetReferencesIncluded, ImportConflictResolution importConflictResolution, ImportRequest.Status status, String createdBy, Integer totalImportedObjectCount, Long timeStartedInMillis, Long timeEndedInMillis, Map<String,String> errorMessages, List<ImportObjectMetadataSummary> importedObjects, String name) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ImportRequest.Builder builder() Create a new builder.
 - 
toBuilderpublic ImportRequest.Builder toBuilder() 
 - 
getKeypublic String getKey() Import object request key- Returns:
- the value
 
 - 
getBucketNamepublic String getBucketName() The name of the Object Storage Bucket where the objects will be imported from- Returns:
- the value
 
 - 
getFileNamepublic String getFileName() Name of the zip file from which objects will be imported.- Returns:
- the value
 
 - 
getObjectStorageTenancyIdpublic String getObjectStorageTenancyId() Optional parameter to point to object storage tenancy (if using Object Storage of different tenancy)- Returns:
- the value
 
 - 
getObjectStorageRegionpublic String getObjectStorageRegion() Region of the object storage (if using object storage of different region)- Returns:
- the value
 
 - 
getObjectKeyForImportpublic String getObjectKeyForImport() Key of the object inside which all the objects will be imported- Returns:
- the value
 
 - 
getAreDataAssetReferencesIncludedpublic Boolean getAreDataAssetReferencesIncluded() This field controls if the data asset references will be included during import.- Returns:
- the value
 
 - 
getImportConflictResolutionpublic ImportConflictResolution getImportConflictResolution() 
 - 
getStatuspublic ImportRequest.Status getStatus() Import Objects request status.- Returns:
- the value
 
 - 
getCreatedBypublic String getCreatedBy() Name of the user who initiated import request.- Returns:
- the value
 
 - 
getTotalImportedObjectCountpublic Integer getTotalImportedObjectCount() Number of objects that are imported.- Returns:
- the value
 
 - 
getTimeStartedInMillispublic Long getTimeStartedInMillis() Time at which the request started getting processed.- Returns:
- the value
 
 - 
getTimeEndedInMillispublic Long getTimeEndedInMillis() Time at which the request was completely processed.- Returns:
- the value
 
 - 
getErrorMessagespublic Map<String,String> getErrorMessages() Contains key of the error- Returns:
- the value
 
 - 
getImportedObjectspublic List<ImportObjectMetadataSummary> getImportedObjects() The array of imported object details.- Returns:
- the value
 
 - 
getNamepublic String getName() Name of the import request.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-