Interface InferenceWordInfoOuterClass.InferenceWordInfoOrBuilder

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

public static interface InferenceWordInfoOuterClass.InferenceWordInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_associate = 10;
    boolean
    bool is_interpret = 3;
    boolean
    bool is_submit = 12;
    int
    uint32 unlock_by_word_id = 11;
    int
    uint32 word_id = 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

    • getIsSubmit

      boolean getIsSubmit()
      bool is_submit = 12;
      Returns:
      The isSubmit.
    • getUnlockByWordId

      int getUnlockByWordId()
      uint32 unlock_by_word_id = 11;
      Returns:
      The unlockByWordId.
    • getIsAssociate

      boolean getIsAssociate()
      bool is_associate = 10;
      Returns:
      The isAssociate.
    • getWordId

      int getWordId()
      uint32 word_id = 2;
      Returns:
      The wordId.
    • getIsInterpret

      boolean getIsInterpret()
      bool is_interpret = 3;
      Returns:
      The isInterpret.