Interface SalvageBundleChallengeInfoOuterClass.SalvageBundleChallengeInfoOrBuilder

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

public static interface SalvageBundleChallengeInfoOuterClass.SalvageBundleChallengeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    repeated uint32 finished_bundle_list = 13;
    int
    repeated uint32 finished_bundle_list = 13;
    repeated uint32 finished_bundle_list = 13;

    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

    • getFinishedBundleListList

      List<Integer> getFinishedBundleListList()
      repeated uint32 finished_bundle_list = 13;
      Returns:
      A list containing the finishedBundleList.
    • getFinishedBundleListCount

      int getFinishedBundleListCount()
      repeated uint32 finished_bundle_list = 13;
      Returns:
      The count of finishedBundleList.
    • getFinishedBundleList

      int getFinishedBundleList(int index)
      repeated uint32 finished_bundle_list = 13;
      Parameters:
      index - The index of the element to return.
      Returns:
      The finishedBundleList at the given index.