Package edu.psu.cse.siis.ic3
Interface Ic3Data.Application.Component.ExtraOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ic3Data.Application.Component.Extra,Ic3Data.Application.Component.Extra.Builder
- Enclosing class:
- Ic3Data.Application.Component
public static interface Ic3Data.Application.Component.ExtraOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExtra()optional string extra = 1;com.google.protobuf.ByteStringoptional string extra = 1;optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;booleanhasExtra()optional string extra = 1;booleanoptional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExtra
boolean hasExtra()optional string extra = 1;- Returns:
- Whether the extra field is set.
-
getExtra
String getExtra()optional string extra = 1;- Returns:
- The extra.
-
getExtraBytes
com.google.protobuf.ByteString getExtraBytes()optional string extra = 1;- Returns:
- The bytes for extra.
-
hasInstruction
boolean hasInstruction()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;- Returns:
- Whether the instruction field is set.
-
getInstruction
Ic3Data.Application.Component.Instruction getInstruction()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;- Returns:
- The instruction.
-
getInstructionOrBuilder
Ic3Data.Application.Component.InstructionOrBuilder getInstructionOrBuilder()optional .edu.psu.cse.siis.ic3.Application.Component.Instruction instruction = 2;
-