Interface InvestigationTargetOuterClass.InvestigationTargetOrBuilder

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

public static interface InvestigationTargetOuterClass.InvestigationTargetOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 investigation_id = 3;
    int
    uint32 progress = 15;
    int
    uint32 quest_id = 4;
    .InvestigationTarget.State state = 9;
    int
    .InvestigationTarget.State state = 9;
    int
    uint32 total_progress = 5;

    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

    • getInvestigationId

      int getInvestigationId()
      uint32 investigation_id = 3;
      Returns:
      The investigationId.
    • getTotalProgress

      int getTotalProgress()
      uint32 total_progress = 5;
      Returns:
      The totalProgress.
    • getProgress

      int getProgress()
      uint32 progress = 15;
      Returns:
      The progress.
    • getQuestId

      int getQuestId()
      uint32 quest_id = 4;
      Returns:
      The questId.
    • getStateValue

      int getStateValue()
      .InvestigationTarget.State state = 9;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .InvestigationTarget.State state = 9;
      Returns:
      The state.