Interface ForgeFormulaDataNotifyOuterClass.ForgeFormulaDataNotifyOrBuilder

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

public static interface ForgeFormulaDataNotifyOuterClass.ForgeFormulaDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 forge_id = 12;
    boolean
    bool is_locked = 2;

    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

    • getForgeId

      int getForgeId()
      uint32 forge_id = 12;
      Returns:
      The forgeId.
    • getIsLocked

      boolean getIsLocked()
      bool is_locked = 2;
      Returns:
      The isLocked.