public class StorageClassAnalysisDataExport extends Object implements Serializable
Constructor and Description |
---|
StorageClassAnalysisDataExport() |
Modifier and Type | Method and Description |
---|---|
AnalyticsExportDestination |
getDestination() |
String |
getOutputSchemaVersion() |
void |
setDestination(AnalyticsExportDestination destination)
Sets the place to store the data for an analysis.
|
void |
setOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
Sets the version of the output schema to use when exporting data.
|
void |
setOutputSchemaVersion(String outputSchemaVersion)
Sets the version of the output schema to use when exporting data.
|
StorageClassAnalysisDataExport |
withDestination(AnalyticsExportDestination destination)
Sets the place to store the data for an analysis
|
StorageClassAnalysisDataExport |
withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
Sets the version of the output schema to use when exporting data.
|
StorageClassAnalysisDataExport |
withOutputSchemaVersion(String outputSchemaVersion)
Sets the version of the output schema to use when exporting data
|
public void setOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
outputSchemaVersion
- the output schema version.public StorageClassAnalysisDataExport withOutputSchemaVersion(StorageClassAnalysisSchemaVersion outputSchemaVersion)
outputSchemaVersion
- the output schema version.public String getOutputSchemaVersion()
public void setOutputSchemaVersion(String outputSchemaVersion)
outputSchemaVersion
- the output schema version.public StorageClassAnalysisDataExport withOutputSchemaVersion(String outputSchemaVersion)
outputSchemaVersion
- the output schema version.public AnalyticsExportDestination getDestination()
public void setDestination(AnalyticsExportDestination destination)
destination
- the destination to store the data.public StorageClassAnalysisDataExport withDestination(AnalyticsExportDestination destination)
destination
- the destination to store the data.Copyright © 2017. All rights reserved.