public static interface BatchReport.CpdTextBlockOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getEndLine()
optional int32 end_line = 3; |
int |
getEndTokenIndex()
optional int32 end_token_index = 5; |
String |
getHash()
optional string hash = 1; |
com.google.protobuf.ByteString |
getHashBytes()
optional string hash = 1; |
int |
getStartLine()
optional int32 start_line = 2; |
int |
getStartTokenIndex()
optional int32 start_token_index = 4; |
boolean |
hasEndLine()
optional int32 end_line = 3; |
boolean |
hasEndTokenIndex()
optional int32 end_token_index = 5; |
boolean |
hasHash()
optional string hash = 1; |
boolean |
hasStartLine()
optional int32 start_line = 2; |
boolean |
hasStartTokenIndex()
optional int32 start_token_index = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHash()
optional string hash = 1;com.google.protobuf.ByteString getHashBytes()
optional string hash = 1;boolean hasStartLine()
optional int32 start_line = 2;int getStartLine()
optional int32 start_line = 2;boolean hasEndLine()
optional int32 end_line = 3;int getEndLine()
optional int32 end_line = 3;boolean hasStartTokenIndex()
optional int32 start_token_index = 4;int getStartTokenIndex()
optional int32 start_token_index = 4;boolean hasEndTokenIndex()
optional int32 end_token_index = 5;int getEndTokenIndex()
optional int32 end_token_index = 5;Copyright © 2009–2016 SonarSource. All rights reserved.