public static interface BatchReport.DuplicationOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
BatchReport.Duplicate |
getDuplicate(int index)
repeated .Duplicate duplicate = 2; |
int |
getDuplicateCount()
repeated .Duplicate duplicate = 2; |
List<BatchReport.Duplicate> |
getDuplicateList()
repeated .Duplicate duplicate = 2; |
BatchReport.DuplicateOrBuilder |
getDuplicateOrBuilder(int index)
repeated .Duplicate duplicate = 2; |
List<? extends BatchReport.DuplicateOrBuilder> |
getDuplicateOrBuilderList()
repeated .Duplicate duplicate = 2; |
BatchReport.TextRange |
getOriginPosition()
optional .TextRange origin_position = 1; |
BatchReport.TextRangeOrBuilder |
getOriginPositionOrBuilder()
optional .TextRange origin_position = 1; |
boolean |
hasOriginPosition()
optional .TextRange origin_position = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOriginPosition()
optional .TextRange origin_position = 1;
Origin position in current file
BatchReport.TextRange getOriginPosition()
optional .TextRange origin_position = 1;
Origin position in current file
BatchReport.TextRangeOrBuilder getOriginPositionOrBuilder()
optional .TextRange origin_position = 1;
Origin position in current file
List<BatchReport.Duplicate> getDuplicateList()
repeated .Duplicate duplicate = 2;BatchReport.Duplicate getDuplicate(int index)
repeated .Duplicate duplicate = 2;int getDuplicateCount()
repeated .Duplicate duplicate = 2;List<? extends BatchReport.DuplicateOrBuilder> getDuplicateOrBuilderList()
repeated .Duplicate duplicate = 2;BatchReport.DuplicateOrBuilder getDuplicateOrBuilder(int index)
repeated .Duplicate duplicate = 2;Copyright © 2009–2016 SonarSource. All rights reserved.