Interface ClientCollectorDataOuterClass.ClientCollectorDataOrBuilder

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

public static interface ClientCollectorDataOuterClass.ClientCollectorDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 curr_points = 3;
    int
    uint32 material_id = 9;
    int
    uint32 max_points = 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

    • getMaxPoints

      int getMaxPoints()
      uint32 max_points = 2;
      Returns:
      The maxPoints.
    • getCurrPoints

      int getCurrPoints()
      uint32 curr_points = 3;
      Returns:
      The currPoints.
    • getMaterialId

      int getMaterialId()
      uint32 material_id = 9;
      Returns:
      The materialId.