public class DestinationSchema extends Object implements Serializable, Cloneable
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
| Constructor and Description |
|---|
DestinationSchema() |
| Modifier and Type | Method and Description |
|---|---|
DestinationSchema |
clone() |
boolean |
equals(Object obj) |
String |
getRecordFormatType()
Specifies the format of the records on the output stream.
|
int |
hashCode() |
void |
setRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
void |
setRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DestinationSchema |
withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
DestinationSchema |
withRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
public void setRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic String getRecordFormatType()
Specifies the format of the records on the output stream.
RecordFormatTypepublic DestinationSchema withRecordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic void setRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic DestinationSchema withRecordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
recordFormatType - Specifies the format of the records on the output stream.RecordFormatTypepublic String toString()
toString in class ObjectObject.toString()public DestinationSchema clone()
Copyright © 2016. All rights reserved.