Package protobuf_unittest
Class UnittestProto.TestMutualRecursionB
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<UnittestProto.TestMutualRecursionB>
protobuf_unittest.UnittestProto.TestMutualRecursionB
- All Implemented Interfaces:
Message<UnittestProto.TestMutualRecursionB>
- Enclosing class:
UnittestProto
public static final class UnittestProto.TestMutualRecursionB
extends BaseMessage<UnittestProto.TestMutualRecursionB>
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
clearA()
void
clone()
boolean
boolean
getA()
int
boolean
hasA()
int
hashCode()
boolean
mergeUnframed
(CodedInputStream input) parseFramed
(byte[] data) parseFramed
(InputStream data) parseFramed
(Buffer data) parseFramed
(CodedInputStream data) parseUnframed
(byte[] data) parseUnframed
(InputStream data) parseUnframed
(Buffer data) int
setOptionalInt32
(int optionalInt32) toString()
toString
(StringBuilder sb, String prefix) void
writeUnframed
(CodedOutputStream output) Methods inherited from class org.apache.activemq.protobuf.BaseMessage
addAll, assertInitialized, checktInitialized, computeGroupSize, computeMessageSize, isInitialized, load, loadAndClear, mergeFramed, mergeFramed, mergeFramed, mergeFramed, mergeUnframed, mergeUnframed, mergeUnframed, prefix, readGroup, readRawByte, readRawVarint32, serializedSizeFramed, toFramedBuffer, toFramedByteArray, toUnframedBuffer, toUnframedByteArray, writeFramed, writeFramed, writeGroup, writeMessage, writeUnframed
-
Constructor Details
-
TestMutualRecursionB
public TestMutualRecursionB()
-
-
Method Details
-
missingFields
- Overrides:
missingFields
in classBaseMessage<UnittestProto.TestMutualRecursionB>
-
clear
public void clear()- Specified by:
clear
in interfaceMessage<UnittestProto.TestMutualRecursionB>
- Overrides:
clear
in classBaseMessage<UnittestProto.TestMutualRecursionB>
-
clone
- Specified by:
clone
in interfaceMessage<UnittestProto.TestMutualRecursionB>
- Specified by:
clone
in classBaseMessage<UnittestProto.TestMutualRecursionB>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage<UnittestProto.TestMutualRecursionB>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.TestMutualRecursionB>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.TestMutualRecursionB>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestMutualRecursionB>
- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestMutualRecursionB parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestMutualRecursionB parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestMutualRecursionB parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestMutualRecursionB parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestMutualRecursionB parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestMutualRecursionB parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestMutualRecursionB parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestMutualRecursionB parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasA
public boolean hasA() -
getA
-
setA
-
clearA
public void clearA() -
hasOptionalInt32
public boolean hasOptionalInt32() -
getOptionalInt32
public int getOptionalInt32() -
setOptionalInt32
-
clearOptionalInt32
public void clearOptionalInt32()
-