protobuf_unittest
Class UnittestMset.TestMessageSet
java.lang.Object
org.apache.activemq.protobuf.BaseMessage<T>
protobuf_unittest.UnittestMset.TestMessageSet
- All Implemented Interfaces:
- Message<UnittestMset.TestMessageSet>
- Enclosing class:
- UnittestMset
public static final class UnittestMset.TestMessageSet
- extends BaseMessage<T>
| 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 |
UnittestMset.TestMessageSet
public UnittestMset.TestMessageSet()
missingFields
public ArrayList<String> missingFields()
- Overrides:
missingFields in class BaseMessage<UnittestMset.TestMessageSet>
clear
public void clear()
- Specified by:
clear in interface Message<UnittestMset.TestMessageSet>- Overrides:
clear in class BaseMessage<UnittestMset.TestMessageSet>
clone
public UnittestMset.TestMessageSet clone()
- Specified by:
clone in interface Message<UnittestMset.TestMessageSet>- Specified by:
clone in class BaseMessage<UnittestMset.TestMessageSet>
mergeFrom
public UnittestMset.TestMessageSet mergeFrom(UnittestMset.TestMessageSet other)
- Specified by:
mergeFrom in interface Message<UnittestMset.TestMessageSet>- Overrides:
mergeFrom in class BaseMessage<UnittestMset.TestMessageSet>
serializedSizeUnframed
public int serializedSizeUnframed()
mergeUnframed
public UnittestMset.TestMessageSet mergeUnframed(CodedInputStream input)
throws IOException
- Throws:
IOException
writeUnframed
public void writeUnframed(CodedOutputStream output)
throws IOException
- Specified by:
writeUnframed in interface Message<UnittestMset.TestMessageSet>- Overrides:
writeUnframed in class BaseMessage<UnittestMset.TestMessageSet>
- Throws:
IOException
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseUnframed
public static UnittestMset.TestMessageSet parseUnframed(InputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestMset.TestMessageSet parseFramed(CodedInputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
parseFramed
public static UnittestMset.TestMessageSet parseFramed(Buffer data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static UnittestMset.TestMessageSet parseFramed(byte[] data)
throws InvalidProtocolBufferException
- Throws:
InvalidProtocolBufferException
parseFramed
public static UnittestMset.TestMessageSet parseFramed(InputStream data)
throws InvalidProtocolBufferException,
IOException
- Throws:
InvalidProtocolBufferException
IOException
toString
public String toString()
- Overrides:
toString in class Object
toString
public StringBuilder toString(StringBuilder sb,
String prefix)
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
equals
public boolean equals(UnittestMset.TestMessageSet obj)
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2009 FuseSource. All Rights Reserved.