Interface CollectionSetProtos.NumericAttributeOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getGroup()
      string group = 1;
      com.google.protobuf.ByteString getGroupBytes()
      string group = 1;
      java.lang.String getName()
      string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      CollectionSetProtos.NumericAttribute.Type getType()
      .NumericAttribute.Type type = 4;
      int getTypeValue()
      .NumericAttribute.Type type = 4;
      double getValue()
      double value = 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 Detail

      • getGroup

        java.lang.String getGroup()
        string group = 1;
      • getGroupBytes

        com.google.protobuf.ByteString getGroupBytes()
        string group = 1;
      • getName

        java.lang.String getName()
        string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
      • getValue

        double getValue()
        double value = 3;
      • getTypeValue

        int getTypeValue()
        .NumericAttribute.Type type = 4;