Interface CombineFormulaDataNotifyOuterClass.CombineFormulaDataNotifyOrBuilder

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

public static interface CombineFormulaDataNotifyOuterClass.CombineFormulaDataNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 combine_id = 5;
    boolean
    bool is_locked = 9;

    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

    • getIsLocked

      boolean getIsLocked()
      bool is_locked = 9;
      Returns:
      The isLocked.
    • getCombineId

      int getCombineId()
      uint32 combine_id = 5;
      Returns:
      The combineId.