Package protobuf_unittest
Class UnittestProto.BarResponse
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestProto.BarResponse
- All Implemented Interfaces:
Message<UnittestProto.BarResponse>
- 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.BarResponseparseFramed(byte[] data) static UnittestProto.BarResponseparseFramed(InputStream data) static UnittestProto.BarResponseparseFramed(Buffer data) static UnittestProto.BarResponseparseFramed(CodedInputStream data) static UnittestProto.BarResponseparseUnframed(byte[] data) static UnittestProto.BarResponseparseUnframed(InputStream data) static UnittestProto.BarResponseparseUnframed(Buffer data) static UnittestProto.BarResponseinttoString()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
-
BarResponse
public BarResponse()
-
-
Method Details
-
missingFields
- Overrides:
missingFieldsin classBaseMessage<UnittestProto.BarResponse>
-
clear
public void clear()- Specified by:
clearin interfaceMessage<UnittestProto.BarResponse>- Overrides:
clearin classBaseMessage<UnittestProto.BarResponse>
-
clone
- Specified by:
clonein interfaceMessage<UnittestProto.BarResponse>- Specified by:
clonein classBaseMessage<UnittestProto.BarResponse>
-
mergeFrom
- Specified by:
mergeFromin interfaceMessage<UnittestProto.BarResponse>- Overrides:
mergeFromin classBaseMessage<UnittestProto.BarResponse>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframedin interfaceMessage<UnittestProto.BarResponse>- Overrides:
writeUnframedin classBaseMessage<UnittestProto.BarResponse>- Throws:
IOException
-
parseUnframed
public static UnittestProto.BarResponse parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseUnframed
public static UnittestProto.BarResponse parseUnframed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.BarResponse parseUnframed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseUnframed
public static UnittestProto.BarResponse parseUnframed(InputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.BarResponse parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, IOException -
parseFramed
public static UnittestProto.BarResponse parseFramed(Buffer data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.BarResponse parseFramed(byte[] data) throws InvalidProtocolBufferException - Throws:
InvalidProtocolBufferException
-
parseFramed
public static UnittestProto.BarResponse parseFramed(InputStream data) throws InvalidProtocolBufferException, IOException -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode()
-