public static interface BatchReport.DuplicateOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getOtherFileKey()
optional string other_file_key = 3; |
com.google.protobuf.ByteString |
getOtherFileKeyBytes()
optional string other_file_key = 3; |
int |
getOtherFileRef()
optional int32 other_file_ref = 1; |
BatchReport.TextRange |
getRange()
optional .TextRange range = 2; |
BatchReport.TextRangeOrBuilder |
getRangeOrBuilder()
optional .TextRange range = 2; |
boolean |
hasOtherFileKey()
optional string other_file_key = 3; |
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;boolean hasOtherFileKey()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
String getOtherFileKey()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
com.google.protobuf.ByteString getOtherFileKeyBytes()
optional string other_file_key = 3;
temporary field during development of computation stack for cross project duplications
Copyright © 2009–2015 SonarSource. All rights reserved.