Class QualityDimension.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
- de.uni_trier.recap.arg_services.quality.v1beta.QualityDimension.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,QualityDimensionOrBuilder,java.lang.Cloneable
- Enclosing class:
- QualityDimension
public static final class QualityDimension.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder> implements QualityDimensionOrBuilder
Protobuf typearg_services.quality.v1beta.QualityDimension
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QualityDimension.BuilderaddAllMethods(java.lang.Iterable<java.lang.String> values)repeated string methods = 5 [json_name = "methods"];QualityDimension.BuilderaddMethods(java.lang.String value)repeated string methods = 5 [json_name = "methods"];QualityDimension.BuilderaddMethodsBytes(com.google.protobuf.ByteString value)repeated string methods = 5 [json_name = "methods"];QualityDimensionbuild()QualityDimensionbuildPartial()QualityDimension.Builderclear()QualityDimension.BuilderclearConvincingness().arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];QualityDimension.BuilderclearExplanation()string explanation = 4 [json_name = "explanation"];QualityDimension.BuilderclearMethods()repeated string methods = 5 [json_name = "methods"];QualityDimension.BuilderclearPremise1()double premise1 = 2 [json_name = "premise1"];QualityDimension.BuilderclearPremise2()double premise2 = 3 [json_name = "premise2"];PremiseConvincingnessgetConvincingness().arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];intgetConvincingnessValue().arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];QualityDimensiongetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.lang.StringgetExplanation()string explanation = 4 [json_name = "explanation"];com.google.protobuf.ByteStringgetExplanationBytes()string explanation = 4 [json_name = "explanation"];java.lang.StringgetMethods(int index)repeated string methods = 5 [json_name = "methods"];com.google.protobuf.ByteStringgetMethodsBytes(int index)repeated string methods = 5 [json_name = "methods"];intgetMethodsCount()repeated string methods = 5 [json_name = "methods"];com.google.protobuf.ProtocolStringListgetMethodsList()repeated string methods = 5 [json_name = "methods"];doublegetPremise1()double premise1 = 2 [json_name = "premise1"];doublegetPremise2()double premise2 = 3 [json_name = "premise2"];protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()QualityDimension.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)QualityDimension.BuildermergeFrom(com.google.protobuf.Message other)QualityDimension.BuildermergeFrom(QualityDimension other)QualityDimension.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)QualityDimension.BuildersetConvincingness(PremiseConvincingness value).arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];QualityDimension.BuildersetConvincingnessValue(int value).arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];QualityDimension.BuildersetExplanation(java.lang.String value)string explanation = 4 [json_name = "explanation"];QualityDimension.BuildersetExplanationBytes(com.google.protobuf.ByteString value)string explanation = 4 [json_name = "explanation"];QualityDimension.BuildersetMethods(int index, java.lang.String value)repeated string methods = 5 [json_name = "methods"];QualityDimension.BuildersetPremise1(double value)double premise1 = 2 [json_name = "premise1"];QualityDimension.BuildersetPremise2(double value)double premise2 = 3 [json_name = "premise2"];QualityDimension.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
clear
public QualityDimension.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
getDefaultInstanceForType
public QualityDimension getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public QualityDimension build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public QualityDimension buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public QualityDimension.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<QualityDimension.Builder>
-
mergeFrom
public QualityDimension.Builder mergeFrom(QualityDimension other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
mergeFrom
public QualityDimension.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<QualityDimension.Builder>- Throws:
java.io.IOException
-
getConvincingnessValue
public int getConvincingnessValue()
.arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];- Specified by:
getConvincingnessValuein interfaceQualityDimensionOrBuilder- Returns:
- The enum numeric value on the wire for convincingness.
-
setConvincingnessValue
public QualityDimension.Builder setConvincingnessValue(int value)
.arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];- Parameters:
value- The enum numeric value on the wire for convincingness to set.- Returns:
- This builder for chaining.
-
getConvincingness
public PremiseConvincingness getConvincingness()
.arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];- Specified by:
getConvincingnessin interfaceQualityDimensionOrBuilder- Returns:
- The convincingness.
-
setConvincingness
public QualityDimension.Builder setConvincingness(PremiseConvincingness value)
.arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];- Parameters:
value- The convincingness to set.- Returns:
- This builder for chaining.
-
clearConvincingness
public QualityDimension.Builder clearConvincingness()
.arg_services.quality.v1beta.PremiseConvincingness convincingness = 1 [json_name = "convincingness"];- Returns:
- This builder for chaining.
-
getPremise1
public double getPremise1()
double premise1 = 2 [json_name = "premise1"];- Specified by:
getPremise1in interfaceQualityDimensionOrBuilder- Returns:
- The premise1.
-
setPremise1
public QualityDimension.Builder setPremise1(double value)
double premise1 = 2 [json_name = "premise1"];- Parameters:
value- The premise1 to set.- Returns:
- This builder for chaining.
-
clearPremise1
public QualityDimension.Builder clearPremise1()
double premise1 = 2 [json_name = "premise1"];- Returns:
- This builder for chaining.
-
getPremise2
public double getPremise2()
double premise2 = 3 [json_name = "premise2"];- Specified by:
getPremise2in interfaceQualityDimensionOrBuilder- Returns:
- The premise2.
-
setPremise2
public QualityDimension.Builder setPremise2(double value)
double premise2 = 3 [json_name = "premise2"];- Parameters:
value- The premise2 to set.- Returns:
- This builder for chaining.
-
clearPremise2
public QualityDimension.Builder clearPremise2()
double premise2 = 3 [json_name = "premise2"];- Returns:
- This builder for chaining.
-
getExplanation
public java.lang.String getExplanation()
string explanation = 4 [json_name = "explanation"];- Specified by:
getExplanationin interfaceQualityDimensionOrBuilder- Returns:
- The explanation.
-
getExplanationBytes
public com.google.protobuf.ByteString getExplanationBytes()
string explanation = 4 [json_name = "explanation"];- Specified by:
getExplanationBytesin interfaceQualityDimensionOrBuilder- Returns:
- The bytes for explanation.
-
setExplanation
public QualityDimension.Builder setExplanation(java.lang.String value)
string explanation = 4 [json_name = "explanation"];- Parameters:
value- The explanation to set.- Returns:
- This builder for chaining.
-
clearExplanation
public QualityDimension.Builder clearExplanation()
string explanation = 4 [json_name = "explanation"];- Returns:
- This builder for chaining.
-
setExplanationBytes
public QualityDimension.Builder setExplanationBytes(com.google.protobuf.ByteString value)
string explanation = 4 [json_name = "explanation"];- Parameters:
value- The bytes for explanation to set.- Returns:
- This builder for chaining.
-
getMethodsList
public com.google.protobuf.ProtocolStringList getMethodsList()
repeated string methods = 5 [json_name = "methods"];- Specified by:
getMethodsListin interfaceQualityDimensionOrBuilder- Returns:
- A list containing the methods.
-
getMethodsCount
public int getMethodsCount()
repeated string methods = 5 [json_name = "methods"];- Specified by:
getMethodsCountin interfaceQualityDimensionOrBuilder- Returns:
- The count of methods.
-
getMethods
public java.lang.String getMethods(int index)
repeated string methods = 5 [json_name = "methods"];- Specified by:
getMethodsin interfaceQualityDimensionOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The methods at the given index.
-
getMethodsBytes
public com.google.protobuf.ByteString getMethodsBytes(int index)
repeated string methods = 5 [json_name = "methods"];- Specified by:
getMethodsBytesin interfaceQualityDimensionOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the methods at the given index.
-
setMethods
public QualityDimension.Builder setMethods(int index, java.lang.String value)
repeated string methods = 5 [json_name = "methods"];- Parameters:
index- The index to set the value at.value- The methods to set.- Returns:
- This builder for chaining.
-
addMethods
public QualityDimension.Builder addMethods(java.lang.String value)
repeated string methods = 5 [json_name = "methods"];- Parameters:
value- The methods to add.- Returns:
- This builder for chaining.
-
addAllMethods
public QualityDimension.Builder addAllMethods(java.lang.Iterable<java.lang.String> values)
repeated string methods = 5 [json_name = "methods"];- Parameters:
values- The methods to add.- Returns:
- This builder for chaining.
-
clearMethods
public QualityDimension.Builder clearMethods()
repeated string methods = 5 [json_name = "methods"];- Returns:
- This builder for chaining.
-
addMethodsBytes
public QualityDimension.Builder addMethodsBytes(com.google.protobuf.ByteString value)
repeated string methods = 5 [json_name = "methods"];- Parameters:
value- The bytes of the methods to add.- Returns:
- This builder for chaining.
-
setUnknownFields
public final QualityDimension.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
mergeUnknownFields
public final QualityDimension.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<QualityDimension.Builder>
-
-