Interface AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder

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

public static interface AbilityScalarValueEntryOuterClass.AbilityScalarValueEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasKey

      boolean hasKey()
      .AbilityString key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      .AbilityString key = 1;
      Returns:
      The key.
    • getKeyOrBuilder

      .AbilityString key = 1;
    • getValueTypeValue

      int getValueTypeValue()
      .AbilityScalarType value_type = 2;
      Returns:
      The enum numeric value on the wire for valueType.
    • getValueType

      .AbilityScalarType value_type = 2;
      Returns:
      The valueType.
    • hasFloatValue

      boolean hasFloatValue()
      float float_value = 3;
      Returns:
      Whether the floatValue field is set.
    • getFloatValue

      float getFloatValue()
      float float_value = 3;
      Returns:
      The floatValue.
    • hasStringValue

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

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

      com.google.protobuf.ByteString getStringValueBytes()
      string string_value = 4;
      Returns:
      The bytes for stringValue.
    • hasIntValue

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

      int getIntValue()
      int32 int_value = 5;
      Returns:
      The intValue.
    • hasUintValue

      boolean hasUintValue()
      uint32 uint_value = 6;
      Returns:
      Whether the uintValue field is set.
    • getUintValue

      int getUintValue()
      uint32 uint_value = 6;
      Returns:
      The uintValue.
    • getValueCase