public class NewCSVFileAssetRequestBody extends NewFileAssetRequestBody
| Constructor and Description |
|---|
NewCSVFileAssetRequestBody()
Default constructor
|
NewCSVFileAssetRequestBody(NewCSVFileAssetRequestBody template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
List<String> |
getColumnHeaders()
Return the list of column headers for the data set - this is used if the columns are not
listed in the first line of the file.
|
Character |
getDelimiterCharacter()
Return the delimiter character used between the columns.
|
Character |
getQuoteCharacter()
Return the character used to group the content of a column that contains one or more delimiter characters.
|
int |
hashCode()
Return hash code for this object
|
void |
setColumnHeaders(List<String> columnHeaders)
Set up he list of column headers for the data set - this is used if the columns are not
listed in the first line of the file.
|
void |
setDelimiterCharacter(Character delimiterCharacter)
Set up the delimiter character used between the columns.
|
void |
setQuoteCharacter(Character quoteCharacter)
Set up he character used to group the content of a column that contains one or more delimiter characters.
|
String |
toString()
JSON-style toString
|
getDescription, getDisplayName, getFullPath, setDescription, setDisplayName, setFullPathpublic NewCSVFileAssetRequestBody()
public NewCSVFileAssetRequestBody(NewCSVFileAssetRequestBody template)
template - object to copypublic List<String> getColumnHeaders()
public void setColumnHeaders(List<String> columnHeaders)
columnHeaders - list of column namespublic Character getDelimiterCharacter()
public void setDelimiterCharacter(Character delimiterCharacter)
delimiterCharacter - characterpublic Character getQuoteCharacter()
public void setQuoteCharacter(Character quoteCharacter)
quoteCharacter - characterpublic String toString()
toString in class NewFileAssetRequestBodypublic boolean equals(Object objectToCompare)
equals in class NewFileAssetRequestBodyobjectToCompare - test objectpublic int hashCode()
hashCode in class NewFileAssetRequestBodyCopyright © 2018–2019 ODPi. All rights reserved.