DataTransferDetailsValidationRequest Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. ValidationInputRequest - com.
azure. resourcemanager. databox. models. DataTransferDetailsValidationRequest
- com.
- com.
public final class DataTransferDetailsValidationRequest
extends ValidationInputRequest
Request to validate export and import data details.
Constructor Summary
| Constructor | Description |
|---|---|
| DataTransferDetailsValidationRequest() |
Creates an instance of Data |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Data |
dataExportDetails()
Get the data |
|
List<Data |
dataImportDetails()
Get the data |
|
Sku |
deviceType()
Get the device |
|
static
Data |
fromJson(JsonReader jsonReader)
Reads an instance of Data |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Transfer |
transferType()
Get the transfer |
| void |
validate()
Validates the instance. |
|
Validation |
validationType()
Get the validation |
|
Data |
withDataExportDetails(List<DataExportDetails> dataExportDetails)
Set the data |
|
Data |
withDataImportDetails(List<DataImportDetails> dataImportDetails)
Set the data |
|
Data |
withDeviceType(SkuName deviceType)
Set the device |
|
Data |
withTransferType(TransferType transferType)
Set the transfer |
Methods inherited from ValidationInputRequest
Methods inherited from java.lang.Object
Constructor Details
DataTransferDetailsValidationRequest
public DataTransferDetailsValidationRequest()
Creates an instance of DataTransferDetailsValidationRequest class.
Method Details
dataExportDetails
public List<DataExportDetails> dataExportDetails()
Get the dataExportDetails property: List of DataTransfer details to be used to export data from azure.
Returns:
dataImportDetails
public List<DataImportDetails> dataImportDetails()
Get the dataImportDetails property: List of DataTransfer details to be used to import data to azure.
Returns:
deviceType
public SkuName deviceType()
Get the deviceType property: Device type.
Returns:
fromJson
public static DataTransferDetailsValidationRequest fromJson(JsonReader jsonReader)
Reads an instance of DataTransferDetailsValidationRequest from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
DataTransferDetailsValidationRequest.toJson(JsonWriter jsonWriter)Parameters:
Throws:
transferType
public TransferType transferType()
Get the transferType property: Type of the transfer.
Returns:
validate
public void validate()
Validates the instance.
Overrides:
DataTransferDetailsValidationRequest.validate()validationType
public ValidationInputDiscriminator validationType()
Get the validationType property: Identifies the type of validation request.
Overrides:
DataTransferDetailsValidationRequest.validationType()Returns:
withDataExportDetails
public DataTransferDetailsValidationRequest withDataExportDetails(List<DataExportDetails> dataExportDetails)
Set the dataExportDetails property: List of DataTransfer details to be used to export data from azure.
Parameters:
Returns:
withDataImportDetails
public DataTransferDetailsValidationRequest withDataImportDetails(List<DataImportDetails> dataImportDetails)
Set the dataImportDetails property: List of DataTransfer details to be used to import data to azure.
Parameters:
Returns:
withDeviceType
public DataTransferDetailsValidationRequest withDeviceType(SkuName deviceType)
Set the deviceType property: Device type.
Parameters:
Returns:
withTransferType
public DataTransferDetailsValidationRequest withTransferType(TransferType transferType)
Set the transferType property: Type of the transfer.
Parameters:
Returns: