public static final class BatchReport.Issue.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.Issue.Builder> implements BatchReport.IssueOrBuilder
Issue| Modifier and Type | Method and Description |
|---|---|
BatchReport.Issue.Builder |
addAllFlow(Iterable<? extends BatchReport.Flow> values)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
addFlow(BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
addFlow(BatchReport.Flow value)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
addFlow(int index,
BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
addFlow(int index,
BatchReport.Flow value)
repeated .Flow flow = 8; |
BatchReport.Flow.Builder |
addFlowBuilder()
repeated .Flow flow = 8; |
BatchReport.Flow.Builder |
addFlowBuilder(int index)
repeated .Flow flow = 8; |
BatchReport.Issue |
build() |
BatchReport.Issue |
buildPartial() |
BatchReport.Issue.Builder |
clear() |
BatchReport.Issue.Builder |
clearEffortToFix()
optional double effort_to_fix = 6; |
BatchReport.Issue.Builder |
clearFlow()
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
clearLine()
optional int32 line = 3; |
BatchReport.Issue.Builder |
clearMsg()
optional string msg = 4; |
BatchReport.Issue.Builder |
clearRuleKey()
optional string rule_key = 2; |
BatchReport.Issue.Builder |
clearRuleRepository()
optional string rule_repository = 1; |
BatchReport.Issue.Builder |
clearSeverity()
optional .Severity severity = 5; |
BatchReport.Issue.Builder |
clearTextRange()
optional .TextRange text_range = 7; |
BatchReport.Issue |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
double |
getEffortToFix()
optional double effort_to_fix = 6; |
BatchReport.Flow |
getFlow(int index)
repeated .Flow flow = 8; |
BatchReport.Flow.Builder |
getFlowBuilder(int index)
repeated .Flow flow = 8; |
List<BatchReport.Flow.Builder> |
getFlowBuilderList()
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; |
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; |
Constants.Severity |
getSeverity()
optional .Severity severity = 5; |
BatchReport.TextRange |
getTextRange()
optional .TextRange text_range = 7; |
BatchReport.TextRange.Builder |
getTextRangeBuilder()
optional .TextRange text_range = 7; |
BatchReport.TextRangeOrBuilder |
getTextRangeOrBuilder()
optional .TextRange text_range = 7; |
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() |
BatchReport.Issue.Builder |
mergeFrom(BatchReport.Issue other) |
BatchReport.Issue.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Issue.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.Issue.Builder |
mergeTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 7; |
BatchReport.Issue.Builder |
removeFlow(int index)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
setEffortToFix(double value)
optional double effort_to_fix = 6; |
BatchReport.Issue.Builder |
setFlow(int index,
BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
setFlow(int index,
BatchReport.Flow value)
repeated .Flow flow = 8; |
BatchReport.Issue.Builder |
setLine(int value)
optional int32 line = 3; |
BatchReport.Issue.Builder |
setMsg(String value)
optional string msg = 4; |
BatchReport.Issue.Builder |
setMsgBytes(com.google.protobuf.ByteString value)
optional string msg = 4; |
BatchReport.Issue.Builder |
setRuleKey(String value)
optional string rule_key = 2; |
BatchReport.Issue.Builder |
setRuleKeyBytes(com.google.protobuf.ByteString value)
optional string rule_key = 2; |
BatchReport.Issue.Builder |
setRuleRepository(String value)
optional string rule_repository = 1; |
BatchReport.Issue.Builder |
setRuleRepositoryBytes(com.google.protobuf.ByteString value)
optional string rule_repository = 1; |
BatchReport.Issue.Builder |
setSeverity(Constants.Severity value)
optional .Severity severity = 5; |
BatchReport.Issue.Builder |
setTextRange(BatchReport.TextRange.Builder builderForValue)
optional .TextRange text_range = 7; |
BatchReport.Issue.Builder |
setTextRange(BatchReport.TextRange value)
optional .TextRange text_range = 7; |
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldsfindInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, newUninitializedMessageExceptionpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Issue.Builder>public BatchReport.Issue.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Issue.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Issue.Builder>public BatchReport.Issue getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.Issue build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Issue buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.Issue.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Issue.Builder>public BatchReport.Issue.Builder mergeFrom(BatchReport.Issue other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.Issue.Builder>public BatchReport.Issue.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.Issue.Builder>IOExceptionpublic 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 BatchReport.Issue.Builder setRuleRepository(String value)
optional string rule_repository = 1;public BatchReport.Issue.Builder clearRuleRepository()
optional string rule_repository = 1;public BatchReport.Issue.Builder setRuleRepositoryBytes(com.google.protobuf.ByteString value)
optional string rule_repository = 1;public 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 BatchReport.Issue.Builder setRuleKey(String value)
optional string rule_key = 2;public BatchReport.Issue.Builder clearRuleKey()
optional string rule_key = 2;public BatchReport.Issue.Builder setRuleKeyBytes(com.google.protobuf.ByteString value)
optional string rule_key = 2;public 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 BatchReport.Issue.Builder setLine(int value)
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
public BatchReport.Issue.Builder clearLine()
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
public 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 BatchReport.Issue.Builder setMsg(String value)
optional string msg = 4;public BatchReport.Issue.Builder clearMsg()
optional string msg = 4;public BatchReport.Issue.Builder setMsgBytes(com.google.protobuf.ByteString value)
optional string msg = 4;public boolean hasSeverity()
optional .Severity severity = 5;hasSeverity in interface BatchReport.IssueOrBuilderpublic Constants.Severity getSeverity()
optional .Severity severity = 5;getSeverity in interface BatchReport.IssueOrBuilderpublic BatchReport.Issue.Builder setSeverity(Constants.Severity value)
optional .Severity severity = 5;public BatchReport.Issue.Builder clearSeverity()
optional .Severity severity = 5;public 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 BatchReport.Issue.Builder setEffortToFix(double value)
optional double effort_to_fix = 6;public BatchReport.Issue.Builder clearEffortToFix()
optional double effort_to_fix = 6;public 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.Issue.Builder setTextRange(BatchReport.TextRange value)
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.
public BatchReport.Issue.Builder setTextRange(BatchReport.TextRange.Builder builderForValue)
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.
public BatchReport.Issue.Builder mergeTextRange(BatchReport.TextRange value)
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.
public BatchReport.Issue.Builder clearTextRange()
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.
public BatchReport.TextRange.Builder getTextRangeBuilder()
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.
public 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 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.Issue.Builder setFlow(int index, BatchReport.Flow value)
repeated .Flow flow = 8;public BatchReport.Issue.Builder setFlow(int index, BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8;public BatchReport.Issue.Builder addFlow(BatchReport.Flow value)
repeated .Flow flow = 8;public BatchReport.Issue.Builder addFlow(int index, BatchReport.Flow value)
repeated .Flow flow = 8;public BatchReport.Issue.Builder addFlow(BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8;public BatchReport.Issue.Builder addFlow(int index, BatchReport.Flow.Builder builderForValue)
repeated .Flow flow = 8;public BatchReport.Issue.Builder addAllFlow(Iterable<? extends BatchReport.Flow> values)
repeated .Flow flow = 8;public BatchReport.Issue.Builder clearFlow()
repeated .Flow flow = 8;public BatchReport.Issue.Builder removeFlow(int index)
repeated .Flow flow = 8;public BatchReport.Flow.Builder getFlowBuilder(int index)
repeated .Flow flow = 8;public BatchReport.FlowOrBuilder getFlowOrBuilder(int index)
repeated .Flow flow = 8;getFlowOrBuilder in interface BatchReport.IssueOrBuilderpublic List<? extends BatchReport.FlowOrBuilder> getFlowOrBuilderList()
repeated .Flow flow = 8;getFlowOrBuilderList in interface BatchReport.IssueOrBuilderpublic BatchReport.Flow.Builder addFlowBuilder()
repeated .Flow flow = 8;public BatchReport.Flow.Builder addFlowBuilder(int index)
repeated .Flow flow = 8;public List<BatchReport.Flow.Builder> getFlowBuilderList()
repeated .Flow flow = 8;Copyright © 2009–2015 SonarSource. All rights reserved.