Interface Lrat.LratInferredClause.RatInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Lrat.LratInferredClause.RatInfo, Lrat.LratInferredClause.RatInfo.Builder
Enclosing class:
Lrat.LratInferredClause

public static interface Lrat.LratInferredClause.RatInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    optional int64 resolvant_id = 1;
    long
    getUnitIds(int index)
    repeated int64 unit_ids = 2 [packed = true];
    int
    repeated int64 unit_ids = 2 [packed = true];
    repeated int64 unit_ids = 2 [packed = true];
    boolean
    optional int64 resolvant_id = 1;

    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

    • hasResolvantId

      boolean hasResolvantId()
      optional int64 resolvant_id = 1;
      Returns:
      Whether the resolvantId field is set.
    • getResolvantId

      long getResolvantId()
      optional int64 resolvant_id = 1;
      Returns:
      The resolvantId.
    • getUnitIdsList

      List<Long> getUnitIdsList()
      repeated int64 unit_ids = 2 [packed = true];
      Returns:
      A list containing the unitIds.
    • getUnitIdsCount

      int getUnitIdsCount()
      repeated int64 unit_ids = 2 [packed = true];
      Returns:
      The count of unitIds.
    • getUnitIds

      long getUnitIds(int index)
      repeated int64 unit_ids = 2 [packed = true];
      Parameters:
      index - The index of the element to return.
      Returns:
      The unitIds at the given index.