Interface Generated.QuantityValueOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.QuantityValue, Generated.QuantityValue.Builder
    Enclosing class:
    Generated

    public static interface Generated.QuantityValueOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getString()
      optional string string = 1;
      com.google.protobuf.ByteString getStringBytes()
      optional string string = 1;
      boolean hasString()
      optional string string = 1;
      • 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 Detail

      • hasString

        boolean hasString()
        optional string string = 1;
        Returns:
        Whether the string field is set.
      • getString

        String getString()
        optional string string = 1;
        Returns:
        The string.
      • getStringBytes

        com.google.protobuf.ByteString getStringBytes()
        optional string string = 1;
        Returns:
        The bytes for string.