Interface LikeCustomDungeonReqOuterClass.LikeCustomDungeonReqOrBuilder

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

public static interface LikeCustomDungeonReqOuterClass.LikeCustomDungeonReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    uint64 dungeon_guid = 3;
    boolean
    bool is_cancel_like = 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

    • getIsCancelLike

      boolean getIsCancelLike()
      bool is_cancel_like = 2;
      Returns:
      The isCancelLike.
    • getDungeonGuid

      long getDungeonGuid()
      uint64 dungeon_guid = 3;
      Returns:
      The dungeonGuid.