public static final class BatchReport.Issue extends com.google.protobuf.GeneratedMessage implements BatchReport.IssueOrBuilder
Issue| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReport.Issue.Builder
Protobuf type
Issue |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
EFFORT_TO_FIX_FIELD_NUMBER |
static int |
FLOW_FIELD_NUMBER |
static int |
LINE_FIELD_NUMBER |
static int |
MSG_FIELD_NUMBER |
static com.google.protobuf.Parser<BatchReport.Issue> |
PARSER
Deprecated.
|
static int |
RULE_KEY_FIELD_NUMBER |
static int |
RULE_REPOSITORY_FIELD_NUMBER |
static int |
SEVERITY_FIELD_NUMBER |
static int |
TEXT_RANGE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static BatchReport.Issue |
getDefaultInstance() |
BatchReport.Issue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getEffortToFix()
optional double effort_to_fix = 6; |
BatchReport.Flow |
getFlow(int index)
repeated .Flow flow = 8; |
int |
getFlowCount()
repeated .Flow flow = 8; |
List<BatchReport.Flow> |
getFlowList()
repeated .Flow flow = 8; |
BatchReport.FlowOrBuilder |
getFlowOrBuilder(int index)
repeated .Flow flow = 8; |
List<? extends BatchReport.FlowOrBuilder> |
getFlowOrBuilderList()
repeated .Flow flow = 8; |
int |
getLine()
optional int32 line = 3; |
String |
getMsg()
optional string msg = 4; |
com.google.protobuf.ByteString |
getMsgBytes()
optional string msg = 4; |
com.google.protobuf.Parser<BatchReport.Issue> |
getParserForType() |
String |
getRuleKey()
optional string rule_key = 2; |
com.google.protobuf.ByteString |
getRuleKeyBytes()
optional string rule_key = 2; |
String |
getRuleRepository()
optional string rule_repository = 1; |
com.google.protobuf.ByteString |
getRuleRepositoryBytes()
optional string rule_repository = 1; |
int |
getSerializedSize() |
Constants.Severity |
getSeverity()
optional .Severity severity = 5; |
BatchReport.TextRange |
getTextRange()
optional .TextRange text_range = 7; |
BatchReport.TextRangeOrBuilder |
getTextRangeOrBuilder()
optional .TextRange text_range = 7; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEffortToFix()
optional double effort_to_fix = 6; |
boolean |
hasLine()
optional int32 line = 3; |
boolean |
hasMsg()
optional string msg = 4; |
boolean |
hasRuleKey()
optional string rule_key = 2; |
boolean |
hasRuleRepository()
optional string rule_repository = 1; |
boolean |
hasSeverity()
optional .Severity severity = 5; |
boolean |
hasTextRange()
optional .TextRange text_range = 7; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchReport.Issue.Builder |
newBuilder() |
static BatchReport.Issue.Builder |
newBuilder(BatchReport.Issue prototype) |
BatchReport.Issue.Builder |
newBuilderForType() |
protected BatchReport.Issue.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BatchReport.Issue |
parseDelimitedFrom(InputStream input) |
static BatchReport.Issue |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
parseFrom(byte[] data) |
static BatchReport.Issue |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Issue |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Issue |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Issue |
parseFrom(InputStream input) |
static BatchReport.Issue |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BatchReport.Issue> |
parser() |
BatchReport.Issue.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int RULE_REPOSITORY_FIELD_NUMBER
public static final int RULE_KEY_FIELD_NUMBER
public static final int LINE_FIELD_NUMBER
public static final int MSG_FIELD_NUMBER
public static final int SEVERITY_FIELD_NUMBER
public static final int EFFORT_TO_FIX_FIELD_NUMBER
public static final int TEXT_RANGE_FIELD_NUMBER
public static final int FLOW_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<BatchReport.Issue> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasRuleRepository()
optional string rule_repository = 1;hasRuleRepository in interface BatchReport.IssueOrBuilderpublic String getRuleRepository()
optional string rule_repository = 1;getRuleRepository in interface BatchReport.IssueOrBuilderpublic com.google.protobuf.ByteString getRuleRepositoryBytes()
optional string rule_repository = 1;getRuleRepositoryBytes in interface BatchReport.IssueOrBuilderpublic boolean hasRuleKey()
optional string rule_key = 2;hasRuleKey in interface BatchReport.IssueOrBuilderpublic String getRuleKey()
optional string rule_key = 2;getRuleKey in interface BatchReport.IssueOrBuilderpublic com.google.protobuf.ByteString getRuleKeyBytes()
optional string rule_key = 2;getRuleKeyBytes in interface BatchReport.IssueOrBuilderpublic boolean hasLine()
optional int32 line = 3;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file. TODO To be removed. Use first line of text_range instead
hasLine in interface BatchReport.IssueOrBuilderpublic int getLine()
optional int32 line = 3;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file. TODO To be removed. Use first line of text_range instead
getLine in interface BatchReport.IssueOrBuilderpublic boolean hasMsg()
optional string msg = 4;hasMsg in interface BatchReport.IssueOrBuilderpublic String getMsg()
optional string msg = 4;getMsg in interface BatchReport.IssueOrBuilderpublic com.google.protobuf.ByteString getMsgBytes()
optional string msg = 4;getMsgBytes in interface BatchReport.IssueOrBuilderpublic boolean hasSeverity()
optional .Severity severity = 5;hasSeverity in interface BatchReport.IssueOrBuilderpublic Constants.Severity getSeverity()
optional .Severity severity = 5;getSeverity in interface BatchReport.IssueOrBuilderpublic boolean hasEffortToFix()
optional double effort_to_fix = 6;hasEffortToFix in interface BatchReport.IssueOrBuilderpublic double getEffortToFix()
optional double effort_to_fix = 6;getEffortToFix in interface BatchReport.IssueOrBuilderpublic boolean hasTextRange()
optional .TextRange text_range = 7;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file.
hasTextRange in interface BatchReport.IssueOrBuilderpublic BatchReport.TextRange getTextRange()
optional .TextRange text_range = 7;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file.
getTextRange in interface BatchReport.IssueOrBuilderpublic BatchReport.TextRangeOrBuilder getTextRangeOrBuilder()
optional .TextRange text_range = 7;
Only when issue component is a file. Can also be empty for a file if this is an issue global to the file.
getTextRangeOrBuilder in interface BatchReport.IssueOrBuilderpublic List<BatchReport.Flow> getFlowList()
repeated .Flow flow = 8;getFlowList in interface BatchReport.IssueOrBuilderpublic List<? extends BatchReport.FlowOrBuilder> getFlowOrBuilderList()
repeated .Flow flow = 8;getFlowOrBuilderList in interface BatchReport.IssueOrBuilderpublic int getFlowCount()
repeated .Flow flow = 8;getFlowCount in interface BatchReport.IssueOrBuilderpublic BatchReport.Flow getFlow(int index)
repeated .Flow flow = 8;getFlow in interface BatchReport.IssueOrBuilderpublic BatchReport.FlowOrBuilder getFlowOrBuilder(int index)
repeated .Flow flow = 8;getFlowOrBuilder in interface BatchReport.IssueOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Issue parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Issue parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Issue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Issue parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Issue parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Issue parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Issue parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Issue parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Issue parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchReport.Issue parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchReport.Issue.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReport.Issue.Builder newBuilder()
public static BatchReport.Issue.Builder newBuilder(BatchReport.Issue prototype)
public BatchReport.Issue.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchReport.Issue.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Issue getDefaultInstance()
public static com.google.protobuf.Parser<BatchReport.Issue> parser()
public com.google.protobuf.Parser<BatchReport.Issue> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic BatchReport.Issue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2009–2016 SonarSource. All rights reserved.