Package protobuf_unittest
Class UnittestProto.TestRecursiveMessage
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.TestRecursiveMessage
- All Implemented Interfaces:
Message<UnittestProto.TestRecursiveMessage>
- Enclosing class:
- UnittestProto
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclearA()voidclearI()clone()booleanbooleangetA()intgetI()booleanhasA()inthashCode()booleanhasI()mergeUnframed(CodedInputStream input) parseFramed(byte[] data) parseFramed(InputStream data) parseFramed(Buffer data) parseFramed(CodedInputStream data) parseUnframed(byte[] data) parseUnframed(InputStream data) parseUnframed(Buffer data) intsetI(int i) toString()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
-
TestRecursiveMessage
public TestRecursiveMessage()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classBaseMessage<UnittestProto.TestRecursiveMessage>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestProto.TestRecursiveMessage>- Overrides:
clearin classBaseMessage<UnittestProto.TestRecursiveMessage>
-
clone
- Specified by:
clonein interfaceMessage<UnittestProto.TestRecursiveMessage>- Specified by:
clonein classBaseMessage<UnittestProto.TestRecursiveMessage>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage<UnittestProto.TestRecursiveMessage>- Overrides:
mergeFromin classBaseMessage<UnittestProto.TestRecursiveMessage>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestProto.TestRecursiveMessage>- Overrides:
writeUnframedin classBaseMessage<UnittestProto.TestRecursiveMessage>- Throws:
IOException
-
parseUnframed
public static UnittestProto.TestRecursiveMessage parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.TestRecursiveMessage parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestRecursiveMessage parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.TestRecursiveMessage parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestRecursiveMessage parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.TestRecursiveMessage parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestRecursiveMessage parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.TestRecursiveMessage parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasA
public boolean hasA() -
getA
-
setA
-
clearA
public void clearA() -
hasI
public boolean hasI() -
getI
public int getI() -
setI
-
clearI
public void clearI()
-