Interface SkyCrystalDetectorDataOuterClass.SkyCrystalDetectorDataOrBuilder

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

public static interface SkyCrystalDetectorDataOuterClass.SkyCrystalDetectorDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 config_id = 14;
    int
    uint32 group_id = 7;
    .Vector hint_center_pos = 12;
    .Vector hint_center_pos = 12;
    boolean
    bool is_hint_valid = 6;
    boolean
    .Vector hint_center_pos = 12;

    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

    • hasHintCenterPos

      boolean hasHintCenterPos()
      .Vector hint_center_pos = 12;
      Returns:
      Whether the hintCenterPos field is set.
    • getHintCenterPos

      VectorOuterClass.Vector getHintCenterPos()
      .Vector hint_center_pos = 12;
      Returns:
      The hintCenterPos.
    • getHintCenterPosOrBuilder

      VectorOuterClass.VectorOrBuilder getHintCenterPosOrBuilder()
      .Vector hint_center_pos = 12;
    • getGroupId

      int getGroupId()
      uint32 group_id = 7;
      Returns:
      The groupId.
    • getConfigId

      int getConfigId()
      uint32 config_id = 14;
      Returns:
      The configId.
    • getIsHintValid

      boolean getIsHintValid()
      bool is_hint_valid = 6;
      Returns:
      The isHintValid.