Interface essential_typeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    essential_type, essential_type.Builder

    public interface essential_typeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasIntData

        boolean hasIntData()
        int32 int_data = 1;
        Returns:
        Whether the intData field is set.
      • getIntData

        int getIntData()
        int32 int_data = 1;
        Returns:
        The intData.
      • hasLongData

        boolean hasLongData()
        int64 long_data = 2;
        Returns:
        Whether the longData field is set.
      • getLongData

        long getLongData()
        int64 long_data = 2;
        Returns:
        The longData.
      • hasFloatData

        boolean hasFloatData()
        float float_data = 3;
        Returns:
        Whether the floatData field is set.
      • getFloatData

        float getFloatData()
        float float_data = 3;
        Returns:
        The floatData.
      • hasDoubleData

        boolean hasDoubleData()
        double double_data = 4;
        Returns:
        Whether the doubleData field is set.
      • getDoubleData

        double getDoubleData()
        double double_data = 4;
        Returns:
        The doubleData.
      • hasBoolData

        boolean hasBoolData()
        bool bool_data = 5;
        Returns:
        Whether the boolData field is set.
      • getBoolData

        boolean getBoolData()
        bool bool_data = 5;
        Returns:
        The boolData.
      • hasStringData

        boolean hasStringData()
        string string_data = 6;
        Returns:
        Whether the stringData field is set.
      • getStringData

        String getStringData()
        string string_data = 6;
        Returns:
        The stringData.
      • getStringDataBytes

        com.google.protobuf.ByteString getStringDataBytes()
        string string_data = 6;
        Returns:
        The bytes for stringData.