public static interface BatchReport.IssuesOrBuilder extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getComponentRef()
optional int32 component_ref = 1; |
String |
getComponentUuid()
optional string component_uuid = 3; |
com.google.protobuf.ByteString |
getComponentUuidBytes()
optional string component_uuid = 3; |
BatchReport.Issue |
getList(int index)
repeated .Issue list = 2; |
int |
getListCount()
repeated .Issue list = 2; |
List<BatchReport.Issue> |
getListList()
repeated .Issue list = 2; |
BatchReport.IssueOrBuilder |
getListOrBuilder(int index)
repeated .Issue list = 2; |
List<? extends BatchReport.IssueOrBuilder> |
getListOrBuilderList()
repeated .Issue list = 2; |
boolean |
hasComponentRef()
optional int32 component_ref = 1; |
boolean |
hasComponentUuid()
optional string component_uuid = 3; |
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;List<BatchReport.Issue> getListList()
repeated .Issue list = 2;BatchReport.Issue getList(int index)
repeated .Issue list = 2;int getListCount()
repeated .Issue list = 2;List<? extends BatchReport.IssueOrBuilder> getListOrBuilderList()
repeated .Issue list = 2;BatchReport.IssueOrBuilder getListOrBuilder(int index)
repeated .Issue list = 2;boolean hasComponentUuid()
optional string component_uuid = 3;
Temporary field for issues on deleted components
String getComponentUuid()
optional string component_uuid = 3;
Temporary field for issues on deleted components
com.google.protobuf.ByteString getComponentUuidBytes()
optional string component_uuid = 3;
Temporary field for issues on deleted components
Copyright © 2009–2015 SonarSource. All rights reserved.