Interface GradeIconOrBuilder

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

public interface GradeIconOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .Image icon = 1;
    long
    int64 iconDiamond = 2;
    .Image icon = 1;
    long
    int64 level = 3;
    string levelStr = 4;
    com.google.protobuf.ByteString
    string levelStr = 4;
    boolean
    .Image icon = 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 Details

    • hasIcon

      boolean hasIcon()
      .Image icon = 1;
      Returns:
      Whether the icon field is set.
    • getIcon

      Image getIcon()
      .Image icon = 1;
      Returns:
      The icon.
    • getIconOrBuilder

      ImageOrBuilder getIconOrBuilder()
      .Image icon = 1;
    • getIconDiamond

      long getIconDiamond()
      int64 iconDiamond = 2;
      Returns:
      The iconDiamond.
    • getLevel

      long getLevel()
      int64 level = 3;
      Returns:
      The level.
    • getLevelStr

      String getLevelStr()
      string levelStr = 4;
      Returns:
      The levelStr.
    • getLevelStrBytes

      com.google.protobuf.ByteString getLevelStrBytes()
      string levelStr = 4;
      Returns:
      The bytes for levelStr.