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