Interface UnlockPersonalLineRspOuterClass.UnlockPersonalLineRspOrBuilder

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

public static interface UnlockPersonalLineRspOuterClass.UnlockPersonalLineRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 chapter_id = 6;
    int
    uint32 level = 1;
     
    int
    uint32 personal_line_id = 5;
    int
    int32 retcode = 2;
    boolean
    uint32 chapter_id = 6;
    boolean
    uint32 level = 1;

    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

    • getPersonalLineId

      int getPersonalLineId()
      uint32 personal_line_id = 5;
      Returns:
      The personalLineId.
    • getRetcode

      int getRetcode()
      int32 retcode = 2;
      Returns:
      The retcode.
    • hasLevel

      boolean hasLevel()
      uint32 level = 1;
      Returns:
      Whether the level field is set.
    • getLevel

      int getLevel()
      uint32 level = 1;
      Returns:
      The level.
    • hasChapterId

      boolean hasChapterId()
      uint32 chapter_id = 6;
      Returns:
      Whether the chapterId field is set.
    • getChapterId

      int getChapterId()
      uint32 chapter_id = 6;
      Returns:
      The chapterId.
    • getParamCase