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