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