Class PreviewIngestionFileRows
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PreviewIngestionFileRows
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PreviewIngestionFileRows extends com.ibm.cloud.sdk.core.service.model.GenericModel
First 10 rows of the table.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getRowEight()
Gets the rowEight.java.util.List<java.lang.String>
getRowFive()
Gets the rowFive.java.util.List<java.lang.String>
getRowFour()
Gets the rowFour.java.util.List<java.lang.String>
getRowNine()
Gets the rowNine.java.util.List<java.lang.String>
getRowOne()
Gets the rowOne.java.util.List<java.lang.String>
getRowSeven()
Gets the rowSeven.java.util.List<java.lang.String>
getRowSix()
Gets the rowSix.java.util.List<java.lang.String>
getRowTen()
Gets the rowTen.java.util.List<java.lang.String>
getRowThree()
Gets the rowThree.java.util.List<java.lang.String>
getRowTwo()
Gets the rowTwo.
-
-
-
Method Detail
-
getRowEight
public java.util.List<java.lang.String> getRowEight()
Gets the rowEight. Each rows slice.- Returns:
- the rowEight
-
getRowFive
public java.util.List<java.lang.String> getRowFive()
Gets the rowFive. Each rows slice.- Returns:
- the rowFive
-
getRowFour
public java.util.List<java.lang.String> getRowFour()
Gets the rowFour. Each rows slice.- Returns:
- the rowFour
-
getRowNine
public java.util.List<java.lang.String> getRowNine()
Gets the rowNine. Each rows slice.- Returns:
- the rowNine
-
getRowOne
public java.util.List<java.lang.String> getRowOne()
Gets the rowOne. Each rows slice.- Returns:
- the rowOne
-
getRowSeven
public java.util.List<java.lang.String> getRowSeven()
Gets the rowSeven. Each rows slice.- Returns:
- the rowSeven
-
getRowSix
public java.util.List<java.lang.String> getRowSix()
Gets the rowSix. Each rows slice.- Returns:
- the rowSix
-
getRowTen
public java.util.List<java.lang.String> getRowTen()
Gets the rowTen. Each rows slice.- Returns:
- the rowTen
-
getRowThree
public java.util.List<java.lang.String> getRowThree()
Gets the rowThree. Each rows slice.- Returns:
- the rowThree
-
getRowTwo
public java.util.List<java.lang.String> getRowTwo()
Gets the rowTwo. Each rows slice.- Returns:
- the rowTwo
-
-