Package protobuf_unittest
Class UnittestProto.FooResponse
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<UnittestProto.FooResponse>
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 TypeMethodDescriptionvoid
clear()
clone()
boolean
boolean
int
hashCode()
mergeUnframed
(CodedInputStream input) static UnittestProto.FooResponse
parseFramed
(byte[] data) static UnittestProto.FooResponse
parseFramed
(InputStream data) static UnittestProto.FooResponse
parseFramed
(Buffer data) static UnittestProto.FooResponse
parseFramed
(CodedInputStream data) static UnittestProto.FooResponse
parseUnframed
(byte[] data) static UnittestProto.FooResponse
parseUnframed
(InputStream data) static UnittestProto.FooResponse
parseUnframed
(Buffer data) static UnittestProto.FooResponse
int
toString()
toString
(StringBuilder sb, String prefix) void
writeUnframed
(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:
missingFields
in classBaseMessage<UnittestProto.FooResponse>
-
clear
public void clear()- Specified by:
clear
in interfaceMessage<UnittestProto.FooResponse>
- Overrides:
clear
in classBaseMessage<UnittestProto.FooResponse>
-
clone
- Specified by:
clone
in interfaceMessage<UnittestProto.FooResponse>
- Specified by:
clone
in classBaseMessage<UnittestProto.FooResponse>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage<UnittestProto.FooResponse>
- Overrides:
mergeFrom
in classBaseMessage<UnittestProto.FooResponse>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestProto.FooResponse>
- Overrides:
writeUnframed
in 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()
-