Interface GenericObjectProto.GenericObjectPBOrBuilder

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

public static interface GenericObjectProto.GenericObjectPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 dataTypeIntVal = 4;
    double
    double doubleValue = 2;
    long
    sint64 intValue = 1;
    string stringValue = 3;
    com.google.protobuf.ByteString
    string stringValue = 3;
     
    boolean
    double doubleValue = 2;
    boolean
    sint64 intValue = 1;
    boolean
    string stringValue = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasIntValue

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

      long getIntValue()
      sint64 intValue = 1;
      Returns:
      The intValue.
    • hasDoubleValue

      boolean hasDoubleValue()
      double doubleValue = 2;
      Returns:
      Whether the doubleValue field is set.
    • getDoubleValue

      double getDoubleValue()
      double doubleValue = 2;
      Returns:
      The doubleValue.
    • hasStringValue

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

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

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

      int getDataTypeIntVal()
      int32 dataTypeIntVal = 4;
      Returns:
      The dataTypeIntVal.
    • getValueCase