public static interface BatchReport.IssueLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getComponentRef()
optional int32 component_ref = 1; |
String |
getMsg()
optional string msg = 3; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 3; |
BatchReport.TextRange |
getTextRange()
optional .TextRange text_range = 2; |
BatchReport.TextRangeOrBuilder |
getTextRangeOrBuilder()
optional .TextRange text_range = 2; |
boolean |
hasComponentRef()
optional int32 component_ref = 1; |
boolean |
hasMsg()
optional string msg = 3; |
boolean |
hasTextRange()
optional .TextRange text_range = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasComponentRef()
optional int32 component_ref = 1;int getComponentRef()
optional int32 component_ref = 1;boolean hasTextRange()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
BatchReport.TextRange getTextRange()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
BatchReport.TextRangeOrBuilder getTextRangeOrBuilder()
optional .TextRange text_range = 2;
Only when component is a file. Can be empty for a file if this is an issue global to the file.
boolean hasMsg()
optional string msg = 3;com.google.protobuf.ByteString getMsgBytes()
optional string msg = 3;Copyright © 2009–2016 SonarSource. All rights reserved.