public static final class Rules.Rule.Param.Builder extends com.google.protobuf.GeneratedMessage.Builder<Rules.Rule.Param.Builder> implements Rules.Rule.ParamOrBuilder
sonarqube.ws.rules.Rule.Param
Modifier and Type | Method and Description |
---|---|
Rules.Rule.Param |
build() |
Rules.Rule.Param |
buildPartial() |
Rules.Rule.Param.Builder |
clear() |
Rules.Rule.Param.Builder |
clearDefaultValue()
optional string defaultValue = 3; |
Rules.Rule.Param.Builder |
clearHtmlDesc()
optional string htmlDesc = 2; |
Rules.Rule.Param.Builder |
clearKey()
optional string key = 1; |
Rules.Rule.Param.Builder |
clearType()
optional string type = 4; |
Rules.Rule.Param |
getDefaultInstanceForType() |
String |
getDefaultValue()
optional string defaultValue = 3; |
com.google.protobuf.ByteString |
getDefaultValueBytes()
optional string defaultValue = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getHtmlDesc()
optional string htmlDesc = 2; |
com.google.protobuf.ByteString |
getHtmlDescBytes()
optional string htmlDesc = 2; |
String |
getKey()
optional string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
optional string key = 1; |
String |
getType()
optional string type = 4; |
com.google.protobuf.ByteString |
getTypeBytes()
optional string type = 4; |
boolean |
hasDefaultValue()
optional string defaultValue = 3; |
boolean |
hasHtmlDesc()
optional string htmlDesc = 2; |
boolean |
hasKey()
optional string key = 1; |
boolean |
hasType()
optional string type = 4; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Rules.Rule.Param.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Rules.Rule.Param.Builder |
mergeFrom(com.google.protobuf.Message other) |
Rules.Rule.Param.Builder |
mergeFrom(Rules.Rule.Param other) |
Rules.Rule.Param.Builder |
setDefaultValue(String value)
optional string defaultValue = 3; |
Rules.Rule.Param.Builder |
setDefaultValueBytes(com.google.protobuf.ByteString value)
optional string defaultValue = 3; |
Rules.Rule.Param.Builder |
setHtmlDesc(String value)
optional string htmlDesc = 2; |
Rules.Rule.Param.Builder |
setHtmlDescBytes(com.google.protobuf.ByteString value)
optional string htmlDesc = 2; |
Rules.Rule.Param.Builder |
setKey(String value)
optional string key = 1; |
Rules.Rule.Param.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1; |
Rules.Rule.Param.Builder |
setType(String value)
optional string type = 4; |
Rules.Rule.Param.Builder |
setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 4; |
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, setUnknownFields
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, newUninitializedMessageException
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<Rules.Rule.Param.Builder>
public Rules.Rule.Param.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<Rules.Rule.Param.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<Rules.Rule.Param.Builder>
public Rules.Rule.Param getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public Rules.Rule.Param build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public Rules.Rule.Param buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public Rules.Rule.Param.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Rules.Rule.Param.Builder>
public Rules.Rule.Param.Builder mergeFrom(Rules.Rule.Param other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<Rules.Rule.Param.Builder>
public Rules.Rule.Param.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<Rules.Rule.Param.Builder>
IOException
public boolean hasKey()
optional string key = 1;
hasKey
in interface Rules.Rule.ParamOrBuilder
public String getKey()
optional string key = 1;
getKey
in interface Rules.Rule.ParamOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
getKeyBytes
in interface Rules.Rule.ParamOrBuilder
public Rules.Rule.Param.Builder setKey(String value)
optional string key = 1;
public Rules.Rule.Param.Builder clearKey()
optional string key = 1;
public Rules.Rule.Param.Builder setKeyBytes(com.google.protobuf.ByteString value)
optional string key = 1;
public boolean hasHtmlDesc()
optional string htmlDesc = 2;
hasHtmlDesc
in interface Rules.Rule.ParamOrBuilder
public String getHtmlDesc()
optional string htmlDesc = 2;
getHtmlDesc
in interface Rules.Rule.ParamOrBuilder
public com.google.protobuf.ByteString getHtmlDescBytes()
optional string htmlDesc = 2;
getHtmlDescBytes
in interface Rules.Rule.ParamOrBuilder
public Rules.Rule.Param.Builder setHtmlDesc(String value)
optional string htmlDesc = 2;
public Rules.Rule.Param.Builder clearHtmlDesc()
optional string htmlDesc = 2;
public Rules.Rule.Param.Builder setHtmlDescBytes(com.google.protobuf.ByteString value)
optional string htmlDesc = 2;
public boolean hasDefaultValue()
optional string defaultValue = 3;
hasDefaultValue
in interface Rules.Rule.ParamOrBuilder
public String getDefaultValue()
optional string defaultValue = 3;
getDefaultValue
in interface Rules.Rule.ParamOrBuilder
public com.google.protobuf.ByteString getDefaultValueBytes()
optional string defaultValue = 3;
getDefaultValueBytes
in interface Rules.Rule.ParamOrBuilder
public Rules.Rule.Param.Builder setDefaultValue(String value)
optional string defaultValue = 3;
public Rules.Rule.Param.Builder clearDefaultValue()
optional string defaultValue = 3;
public Rules.Rule.Param.Builder setDefaultValueBytes(com.google.protobuf.ByteString value)
optional string defaultValue = 3;
public boolean hasType()
optional string type = 4;
hasType
in interface Rules.Rule.ParamOrBuilder
public String getType()
optional string type = 4;
getType
in interface Rules.Rule.ParamOrBuilder
public com.google.protobuf.ByteString getTypeBytes()
optional string type = 4;
getTypeBytes
in interface Rules.Rule.ParamOrBuilder
public Rules.Rule.Param.Builder setType(String value)
optional string type = 4;
public Rules.Rule.Param.Builder clearType()
optional string type = 4;
public Rules.Rule.Param.Builder setTypeBytes(com.google.protobuf.ByteString value)
optional string type = 4;
Copyright © 2009–2017 SonarSource. All rights reserved.