Interface GCGGrowthLevelNotifyOuterClass.GCGGrowthLevelNotifyOrBuilder

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

public static interface GCGGrowthLevelNotifyOuterClass.GCGGrowthLevelNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 exp = 2;
    int
    uint32 level = 10;

    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

    • getLevel

      int getLevel()
      uint32 level = 10;
      Returns:
      The level.
    • getExp

      int getExp()
      uint32 exp = 2;
      Returns:
      The exp.