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 TypeMethodDescriptionlongoptional int64 resolvant_id = 1;longgetUnitIds(int index) repeated int64 unit_ids = 2 [packed = true];intrepeated int64 unit_ids = 2 [packed = true];repeated int64 unit_ids = 2 [packed = true];booleanoptional int64 resolvant_id = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
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.
-