Interface GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder

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

public static interface GravenInnocencePhotoStageInfoOuterClass.GravenInnocencePhotoStageInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_finished = 2;
    boolean
    bool is_open = 3;
    int
    uint32 stage_id = 15;

    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

    • getIsFinished

      boolean getIsFinished()
      bool is_finished = 2;
      Returns:
      The isFinished.
    • getStageId

      int getStageId()
      uint32 stage_id = 15;
      Returns:
      The stageId.
    • getIsOpen

      boolean getIsOpen()
      bool is_open = 3;
      Returns:
      The isOpen.