Interface BartenderGetFormulaRspOuterClass.BartenderGetFormulaRspOrBuilder

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

public static interface BartenderGetFormulaRspOuterClass.BartenderGetFormulaRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getAffixList(int index)
    repeated uint32 affix_list = 1;
    int
    repeated uint32 affix_list = 1;
    repeated uint32 affix_list = 1;
    int
    uint32 formula_id = 15;
    boolean
    bool is_new = 10;
    int
    int32 retcode = 7;

    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

    • getFormulaId

      int getFormulaId()
      uint32 formula_id = 15;
      Returns:
      The formulaId.
    • getAffixListList

      List<Integer> getAffixListList()
      repeated uint32 affix_list = 1;
      Returns:
      A list containing the affixList.
    • getAffixListCount

      int getAffixListCount()
      repeated uint32 affix_list = 1;
      Returns:
      The count of affixList.
    • getAffixList

      int getAffixList(int index)
      repeated uint32 affix_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The affixList at the given index.
    • getRetcode

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.
    • getIsNew

      boolean getIsNew()
      bool is_new = 10;
      Returns:
      The isNew.