public static final class BatchReport.ActiveRule.ActiveRuleParam.Builder extends com.google.protobuf.GeneratedMessage.Builder<BatchReport.ActiveRule.ActiveRuleParam.Builder> implements BatchReport.ActiveRule.ActiveRuleParamOrBuilder
ActiveRule.ActiveRuleParam
TODO replace by map
| Modifier and Type | Method and Description |
|---|---|
BatchReport.ActiveRule.ActiveRuleParam |
build() |
BatchReport.ActiveRule.ActiveRuleParam |
buildPartial() |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
clear() |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
clearKey()
optional string key = 1; |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
clearValue()
optional string value = 2; |
BatchReport.ActiveRule.ActiveRuleParam |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
String |
getValue()
optional string value = 2; |
com.google.protobuf.ByteString |
getValueBytes()
optional string value = 2; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasValue()
optional string value = 2; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
mergeFrom(BatchReport.ActiveRule.ActiveRuleParam other) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
mergeFrom(com.google.protobuf.Message other) |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
setKey(String value)
optional string key = 1; |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1; |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
setValue(String value)
optional string value = 2; |
BatchReport.ActiveRule.ActiveRuleParam.Builder |
setValueBytes(com.google.protobuf.ByteString value)
optional string value = 2; |
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.ActiveRule.ActiveRuleParam.Builder>public BatchReport.ActiveRule.ActiveRuleParam.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.ActiveRule.ActiveRuleParam.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.ActiveRule.ActiveRuleParam.Builder>public BatchReport.ActiveRule.ActiveRuleParam getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic BatchReport.ActiveRule.ActiveRuleParam build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.ActiveRule.ActiveRuleParam buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic BatchReport.ActiveRule.ActiveRuleParam.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<BatchReport.ActiveRule.ActiveRuleParam.Builder>public BatchReport.ActiveRule.ActiveRuleParam.Builder mergeFrom(BatchReport.ActiveRule.ActiveRuleParam other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<BatchReport.ActiveRule.ActiveRuleParam.Builder>public BatchReport.ActiveRule.ActiveRuleParam.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.ActiveRule.ActiveRuleParam.Builder>IOExceptionpublic boolean hasKey()
optional string key = 1;hasKey in interface BatchReport.ActiveRule.ActiveRuleParamOrBuilderpublic String getKey()
optional string key = 1;getKey in interface BatchReport.ActiveRule.ActiveRuleParamOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;getKeyBytes in interface BatchReport.ActiveRule.ActiveRuleParamOrBuilderpublic BatchReport.ActiveRule.ActiveRuleParam.Builder setKey(String value)
optional string key = 1;public BatchReport.ActiveRule.ActiveRuleParam.Builder clearKey()
optional string key = 1;public BatchReport.ActiveRule.ActiveRuleParam.Builder setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1;public boolean hasValue()
optional string value = 2;hasValue in interface BatchReport.ActiveRule.ActiveRuleParamOrBuilderpublic String getValue()
optional string value = 2;getValue in interface BatchReport.ActiveRule.ActiveRuleParamOrBuilderpublic com.google.protobuf.ByteString getValueBytes()
optional string value = 2;getValueBytes in interface BatchReport.ActiveRule.ActiveRuleParamOrBuilderpublic BatchReport.ActiveRule.ActiveRuleParam.Builder setValue(String value)
optional string value = 2;public BatchReport.ActiveRule.ActiveRuleParam.Builder clearValue()
optional string value = 2;public BatchReport.ActiveRule.ActiveRuleParam.Builder setValueBytes(com.google.protobuf.ByteString value)
optional string value = 2;Copyright © 2009–2016 SonarSource. All rights reserved.