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