Package protobuf_unittest
Class UnittestProto.TestMutualRecursionA
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestMutualRecursionA
- All Implemented Interfaces:
Message<UnittestProto.TestMutualRecursionA>
- Enclosing class:
- UnittestProto
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclearBb()clone()booleanbooleangetBb()booleanhasBb()inthashCode()mergeUnframed(CodedInputStream input) parseFramed(byte[] data) parseFramed(InputStream data) parseFramed(Buffer data) parseFramed(CodedInputStream data) parseUnframed(byte[] data) parseUnframed(InputStream data) parseUnframed(Buffer data) inttoString()toString(StringBuilder sb, String prefix) voidwriteUnframed(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
-
TestMutualRecursionA
public TestMutualRecursionA()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classBaseMessage<UnittestProto.TestMutualRecursionA>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestProto.TestMutualRecursionA>- Overrides:
clearin classBaseMessage<UnittestProto.TestMutualRecursionA>
-
clone
- Specified by:
clonein interfaceMessage<UnittestProto.TestMutualRecursionA>- Specified by:
clonein classBaseMessage<UnittestProto.TestMutualRecursionA>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage<UnittestProto.TestMutualRecursionA>- Overrides:
mergeFromin classBaseMessage<UnittestProto.TestMutualRecursionA>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestProto.TestMutualRecursionA>- Overrides:
writeUnframedin classBaseMessage<UnittestProto.TestMutualRecursionA>- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestMutualRecursionA parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestMutualRecursionA parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestMutualRecursionA parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestMutualRecursionA parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestMutualRecursionA parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestMutualRecursionA parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestMutualRecursionA parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestMutualRecursionA parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasBb
public boolean hasBb() -
getBb
-
setBb
-
clearBb
public void clearBb()
-