Package com.streamlayer.importer
Interface CsvInvalidRowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CsvInvalidRow,CsvInvalidRow.Builder
public interface CsvInvalidRowOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetReason()string reason = 3 [json_name = "reason"];com.google.protobuf.ByteStringgetReasonBytes()string reason = 3 [json_name = "reason"];java.lang.StringgetRow()string row = 1 [json_name = "row"];com.google.protobuf.ByteStringgetRowBytes()string row = 1 [json_name = "row"];intgetRowNumber()uint32 row_number = 2 [json_name = "rowNumber"];
-
-
-
Method Detail
-
getRow
java.lang.String getRow()
string row = 1 [json_name = "row"];- Returns:
- The row.
-
getRowBytes
com.google.protobuf.ByteString getRowBytes()
string row = 1 [json_name = "row"];- Returns:
- The bytes for row.
-
getRowNumber
int getRowNumber()
uint32 row_number = 2 [json_name = "rowNumber"];- Returns:
- The rowNumber.
-
getReason
java.lang.String getReason()
string reason = 3 [json_name = "reason"];- Returns:
- The reason.
-
getReasonBytes
com.google.protobuf.ByteString getReasonBytes()
string reason = 3 [json_name = "reason"];- Returns:
- The bytes for reason.
-
-