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
public static final class UnittestProto.TestMutualRecursionA extends BaseMessage<T>
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
-
Constructor Summary
Constructors Constructor Description TestMutualRecursionA()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
missingFields
public java.util.ArrayList<java.lang.String> missingFields()
- Overrides:
missingFields
in classBaseMessage<UnittestProto.TestMutualRecursionA>
-
clear
public void clear()
- Specified by:
clear
in interfaceMessage<UnittestProto.TestMutualRecursionA>
- Overrides:
clear
in classBaseMessage<UnittestProto.TestMutualRecursionA>
-
clone
public UnittestProto.TestMutualRecursionA clone()
- Specified by:
clone
in interfaceMessage<UnittestProto.TestMutualRecursionA>
- Specified by:
clone
in classBaseMessage<UnittestProto.TestMutualRecursionA>
-
mergeFrom
public UnittestProto.TestMutualRecursionA mergeFrom(UnittestProto.TestMutualRecursionA other)
- Specified by:
mergeFrom
in interfaceMessage<UnittestProto.TestMutualRecursionA>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.TestMutualRecursionA>
-
serializedSizeUnframed
public int serializedSizeUnframed()
-
mergeUnframed
public UnittestProto.TestMutualRecursionA mergeUnframed(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
writeUnframed
public void writeUnframed(CodedOutputStream output) throws java.io.IOException
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.TestMutualRecursionA>
- Overrides:
writeUnframed
in classBaseMessage<UnittestProto.TestMutualRecursionA>
- Throws:
java.io.IOException
-
parseUnframed
public static UnittestProto.TestMutualRecursionA parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseFramed
public static UnittestProto.TestMutualRecursionA parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toString
public java.lang.StringBuilder toString(java.lang.StringBuilder sb, java.lang.String prefix)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(UnittestProto.TestMutualRecursionA obj)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
hasBb
public boolean hasBb()
-
getBb
public UnittestProto.TestMutualRecursionB getBb()
-
setBb
public T setBb(UnittestProto.TestMutualRecursionB bb)
-
clearBb
public void clearBb()
-
-