public static interface BatchReport.DuplicateOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getOtherFileRef()
optional int32 other_file_ref = 1; |
BatchReport.TextRange |
getRange()
optional .TextRange range = 2; |
BatchReport.TextRangeOrBuilder |
getRangeOrBuilder()
optional .TextRange range = 2; |
boolean |
hasOtherFileRef()
optional int32 other_file_ref = 1; |
boolean |
hasRange()
optional .TextRange range = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasOtherFileRef()
optional int32 other_file_ref = 1;
Will be null when duplicate is in the same file
int getOtherFileRef()
optional int32 other_file_ref = 1;
Will be null when duplicate is in the same file
boolean hasRange()
optional .TextRange range = 2;BatchReport.TextRange getRange()
optional .TextRange range = 2;BatchReport.TextRangeOrBuilder getRangeOrBuilder()
optional .TextRange range = 2;Copyright © 2009–2016 SonarSource. All rights reserved.