@Generated(value="OracleSDKGenerator", comments="API Version: 20211001") public final class DelimitedFileTypeMetadata extends TextFileTypeMetadata
Metadata of delimited files.
Note: Objects should always be created or deserialized using the DelimitedFileTypeMetadata.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 the DelimitedFileTypeMetadata.Builder
, which maintain a
set of all explicitly set fields called DelimitedFileTypeMetadata.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
DelimitedFileTypeMetadata.Builder |
TextFileTypeMetadata.FormatType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
DelimitedFileTypeMetadata(String columnName,
Integer columnIndex,
String columnDelimiter,
String lineDelimiter,
String escapeCharacter)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static DelimitedFileTypeMetadata.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getColumnDelimiter()
A column delimiter
|
Integer |
getColumnIndex()
The index of a selected column.
|
String |
getColumnName()
The name of a selected column.
|
String |
getEscapeCharacter()
An escape character.
|
String |
getLineDelimiter()
A line delimiter.
|
int |
hashCode() |
DelimitedFileTypeMetadata.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static DelimitedFileTypeMetadata.Builder builder()
Create a new builder.
public DelimitedFileTypeMetadata.Builder toBuilder()
public String getColumnName()
The name of a selected column.
public Integer getColumnIndex()
The index of a selected column. This is a zero-based index.
public String getColumnDelimiter()
A column delimiter
public String getLineDelimiter()
A line delimiter.
public String getEscapeCharacter()
An escape character.
public String toString()
toString
in class TextFileTypeMetadata
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class TextFileTypeMetadata
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class TextFileTypeMetadata
public int hashCode()
hashCode
in class TextFileTypeMetadata
Copyright © 2016–2024. All rights reserved.