Package protobuf_unittest
Class UnittestProto.ForeignMessage
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.ForeignMessage
- All Implemented Interfaces:
Message<UnittestProto.ForeignMessage>
- Enclosing class:
- UnittestProto
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidclearC()clone()booleanbooleanintgetC()booleanhasC()inthashCode()mergeUnframed(CodedInputStream input) static UnittestProto.ForeignMessageparseFramed(byte[] data) static UnittestProto.ForeignMessageparseFramed(InputStream data) static UnittestProto.ForeignMessageparseFramed(Buffer data) static UnittestProto.ForeignMessageparseFramed(CodedInputStream data) static UnittestProto.ForeignMessageparseUnframed(byte[] data) static UnittestProto.ForeignMessageparseUnframed(InputStream data) static UnittestProto.ForeignMessageparseUnframed(Buffer data) static UnittestProto.ForeignMessageintsetC(int c) 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
-
ForeignMessage
public ForeignMessage()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classBaseMessage<UnittestProto.ForeignMessage>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestProto.ForeignMessage>- Overrides:
clearin classBaseMessage<UnittestProto.ForeignMessage>
-
clone
- Specified by:
clonein interfaceMessage<UnittestProto.ForeignMessage>- Specified by:
clonein classBaseMessage<UnittestProto.ForeignMessage>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage<UnittestProto.ForeignMessage>- Overrides:
mergeFromin classBaseMessage<UnittestProto.ForeignMessage>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestProto.ForeignMessage>- Overrides:
writeUnframedin classBaseMessage<UnittestProto.ForeignMessage>- Throws:
IOException
-
parseUnframed
public static UnittestProto.ForeignMessage parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.ForeignMessage parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.ForeignMessage parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.ForeignMessage parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.ForeignMessage parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.ForeignMessage parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.ForeignMessage parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.ForeignMessage parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasC
public boolean hasC() -
getC
public int getC() -
setC
-
clearC
public void clearC()
-