Interface CoopPointOuterClass.CoopPointOrBuilder

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

public static interface CoopPointOuterClass.CoopPointOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 id = 15;
    int
    uint32 self_confidence = 8;
    .CoopPoint.State state = 4;
    int
    .CoopPoint.State state = 4;

    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

    • getId

      int getId()
      uint32 id = 15;
      Returns:
      The id.
    • getStateValue

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

      .CoopPoint.State state = 4;
      Returns:
      The state.
    • getSelfConfidence

      int getSelfConfidence()
      uint32 self_confidence = 8;
      Returns:
      The selfConfidence.