Package edu.psu.cse.siis.ic3
Class Ic3Data.Application.Component.Instruction.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
edu.psu.cse.siis.ic3.Ic3Data.Application.Component.Instruction.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Ic3Data.Application.Component.InstructionOrBuilder,Cloneable
- Enclosing class:
- Ic3Data.Application.Component.Instruction
public static final class Ic3Data.Application.Component.Instruction.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
implements Ic3Data.Application.Component.InstructionOrBuilder
Protobuf type
edu.psu.cse.siis.ic3.Application.Component.Instruction-
Method Summary
Modifier and TypeMethodDescriptionaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()clear()optional string class_name = 2;clearField(com.google.protobuf.Descriptors.FieldDescriptor field) clearId()optional uint32 id = 4;optional string method = 3;clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) optional string statement = 1;clone()optional string class_name = 2;com.google.protobuf.ByteStringoptional string class_name = 2;static final com.google.protobuf.Descriptors.Descriptorcom.google.protobuf.Descriptors.DescriptorintgetId()optional uint32 id = 4;optional string method = 3;com.google.protobuf.ByteStringoptional string method = 3;optional string statement = 1;com.google.protobuf.ByteStringoptional string statement = 1;booleanoptional string class_name = 2;booleanhasId()optional uint32 id = 4;booleanoptional string method = 3;booleanoptional string statement = 1;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanmergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom(com.google.protobuf.Message other) mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) setClassName(String value) optional string class_name = 2;setClassNameBytes(com.google.protobuf.ByteString value) optional string class_name = 2;setId(int value) optional uint32 id = 4;optional string method = 3;setMethodBytes(com.google.protobuf.ByteString value) optional string method = 3;setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setStatement(String value) optional string statement = 1;setStatementBytes(com.google.protobuf.ByteString value) optional string statement = 1;setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFromMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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<Ic3Data.Application.Component.Instruction.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<Ic3Data.Application.Component.Instruction.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<Ic3Data.Application.Component.Instruction.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
setField
public Ic3Data.Application.Component.Instruction.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
clearField
public Ic3Data.Application.Component.Instruction.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
clearOneof
public Ic3Data.Application.Component.Instruction.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
setRepeatedField
public Ic3Data.Application.Component.Instruction.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
addRepeatedField
public Ic3Data.Application.Component.Instruction.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
mergeFrom
public Ic3Data.Application.Component.Instruction.Builder mergeFrom(com.google.protobuf.Message other) - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
mergeFrom
public Ic3Data.Application.Component.Instruction.Builder mergeFrom(Ic3Data.Application.Component.Instruction other) -
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
mergeFrom
public Ic3Data.Application.Component.Instruction.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Ic3Data.Application.Component.Instruction.Builder>- Throws:
IOException
-
hasStatement
public boolean hasStatement()optional string statement = 1;- Specified by:
hasStatementin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- Whether the statement field is set.
-
getStatement
optional string statement = 1;- Specified by:
getStatementin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The statement.
-
getStatementBytes
public com.google.protobuf.ByteString getStatementBytes()optional string statement = 1;- Specified by:
getStatementBytesin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The bytes for statement.
-
setStatement
optional string statement = 1;- Parameters:
value- The statement to set.- Returns:
- This builder for chaining.
-
clearStatement
optional string statement = 1;- Returns:
- This builder for chaining.
-
setStatementBytes
public Ic3Data.Application.Component.Instruction.Builder setStatementBytes(com.google.protobuf.ByteString value) optional string statement = 1;- Parameters:
value- The bytes for statement to set.- Returns:
- This builder for chaining.
-
hasClassName
public boolean hasClassName()optional string class_name = 2;- Specified by:
hasClassNamein interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- Whether the className field is set.
-
getClassName
optional string class_name = 2;- Specified by:
getClassNamein interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The className.
-
getClassNameBytes
public com.google.protobuf.ByteString getClassNameBytes()optional string class_name = 2;- Specified by:
getClassNameBytesin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The bytes for className.
-
setClassName
optional string class_name = 2;- Parameters:
value- The className to set.- Returns:
- This builder for chaining.
-
clearClassName
optional string class_name = 2;- Returns:
- This builder for chaining.
-
setClassNameBytes
public Ic3Data.Application.Component.Instruction.Builder setClassNameBytes(com.google.protobuf.ByteString value) optional string class_name = 2;- Parameters:
value- The bytes for className to set.- Returns:
- This builder for chaining.
-
hasMethod
public boolean hasMethod()optional string method = 3;- Specified by:
hasMethodin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- Whether the method field is set.
-
getMethod
optional string method = 3;- Specified by:
getMethodin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The method.
-
getMethodBytes
public com.google.protobuf.ByteString getMethodBytes()optional string method = 3;- Specified by:
getMethodBytesin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The bytes for method.
-
setMethod
optional string method = 3;- Parameters:
value- The method to set.- Returns:
- This builder for chaining.
-
clearMethod
optional string method = 3;- Returns:
- This builder for chaining.
-
setMethodBytes
public Ic3Data.Application.Component.Instruction.Builder setMethodBytes(com.google.protobuf.ByteString value) optional string method = 3;- Parameters:
value- The bytes for method to set.- Returns:
- This builder for chaining.
-
hasId
public boolean hasId()optional uint32 id = 4;- Specified by:
hasIdin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- Whether the id field is set.
-
getId
public int getId()optional uint32 id = 4;- Specified by:
getIdin interfaceIc3Data.Application.Component.InstructionOrBuilder- Returns:
- The id.
-
setId
optional uint32 id = 4;- Parameters:
value- The id to set.- Returns:
- This builder for chaining.
-
clearId
optional uint32 id = 4;- Returns:
- This builder for chaining.
-
setUnknownFields
public final Ic3Data.Application.Component.Instruction.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-
mergeUnknownFields
public final Ic3Data.Application.Component.Instruction.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<Ic3Data.Application.Component.Instruction.Builder>
-