Interface TaackResultSetOuterClass.CellOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TaackResultSetOuterClass.Cell, TaackResultSetOuterClass.Cell.Builder
Enclosing class:
TaackResultSetOuterClass

public static interface TaackResultSetOuterClass.CellOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasStringValue

      boolean hasStringValue()
      string stringValue = 1;
      Returns:
      Whether the stringValue field is set.
    • getStringValue

      String getStringValue()
      string stringValue = 1;
      Returns:
      The stringValue.
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
      string stringValue = 1;
      Returns:
      The bytes for stringValue.
    • hasLongValue

      boolean hasLongValue()
      int64 longValue = 2;
      Returns:
      Whether the longValue field is set.
    • getLongValue

      long getLongValue()
      int64 longValue = 2;
      Returns:
      The longValue.
    • hasDateValue

      boolean hasDateValue()
      int64 dateValue = 3;
      Returns:
      Whether the dateValue field is set.
    • getDateValue

      long getDateValue()
      int64 dateValue = 3;
      Returns:
      The dateValue.
    • hasBigDecimal

      boolean hasBigDecimal()
      string bigDecimal = 4;
      Returns:
      Whether the bigDecimal field is set.
    • getBigDecimal

      String getBigDecimal()
      string bigDecimal = 4;
      Returns:
      The bigDecimal.
    • getBigDecimalBytes

      com.google.protobuf.ByteString getBigDecimalBytes()
      string bigDecimal = 4;
      Returns:
      The bytes for bigDecimal.
    • hasBoolValue

      boolean hasBoolValue()
      bool boolValue = 5;
      Returns:
      Whether the boolValue field is set.
    • getBoolValue

      boolean getBoolValue()
      bool boolValue = 5;
      Returns:
      The boolValue.
    • hasByteValue

      boolean hasByteValue()
      int32 byteValue = 6;
      Returns:
      Whether the byteValue field is set.
    • getByteValue

      int getByteValue()
      int32 byteValue = 6;
      Returns:
      The byteValue.
    • hasShortValue

      boolean hasShortValue()
      int32 shortValue = 7;
      Returns:
      Whether the shortValue field is set.
    • getShortValue

      int getShortValue()
      int32 shortValue = 7;
      Returns:
      The shortValue.
    • hasIntValue

      boolean hasIntValue()
      int32 intValue = 8;
      Returns:
      Whether the intValue field is set.
    • getIntValue

      int getIntValue()
      int32 intValue = 8;
      Returns:
      The intValue.
    • hasBytesValue

      boolean hasBytesValue()
      bytes bytesValue = 9;
      Returns:
      Whether the bytesValue field is set.
    • getBytesValue

      com.google.protobuf.ByteString getBytesValue()
      bytes bytesValue = 9;
      Returns:
      The bytesValue.
    • getContentCase