Package 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>
-
-
Field Summary
-
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
-
Constructor Summary
Constructors Constructor Description ImportMessage()
-
Method Summary
-
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
-
-
-
-
Method Detail
-
missingFields
public java.util.ArrayList<java.lang.String> missingFields()
- Overrides:
missingFields
in classBaseMessage<UnittestImport.ImportMessage>
-
clear
public void clear()
- Specified by:
clear
in interfaceMessage<UnittestImport.ImportMessage>
- Overrides:
clear
in classBaseMessage<UnittestImport.ImportMessage>
-
clone
public UnittestImport.ImportMessage clone()
- Specified by:
clone
in interfaceMessage<UnittestImport.ImportMessage>
- Specified by:
clone
in classBaseMessage<UnittestImport.ImportMessage>
-
mergeFrom
public UnittestImport.ImportMessage mergeFrom(UnittestImport.ImportMessage other)
- Specified by:
mergeFrom
in interfaceMessage<UnittestImport.ImportMessage>
- Overrides:
mergeFrom
in classBaseMessage<UnittestImport.ImportMessage>
-
serializedSizeUnframed
public int serializedSizeUnframed()
-
mergeUnframed
public UnittestImport.ImportMessage mergeUnframed(CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
writeUnframed
public void writeUnframed(CodedOutputStream output) throws java.io.IOException
- Specified by:
writeUnframed
in interfaceMessage<UnittestImport.ImportMessage>
- Overrides:
writeUnframed
in classBaseMessage<UnittestImport.ImportMessage>
- Throws:
java.io.IOException
-
parseUnframed
public static UnittestImport.ImportMessage parseUnframed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
parseFramed
public static UnittestImport.ImportMessage parseFramed(CodedInputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.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(java.io.InputStream data) throws InvalidProtocolBufferException, java.io.IOException
- Throws:
InvalidProtocolBufferException
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
toString
public java.lang.StringBuilder toString(java.lang.StringBuilder sb, java.lang.String prefix)
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
equals
public boolean equals(UnittestImport.ImportMessage obj)
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
hasD
public boolean hasD()
-
getD
public int getD()
-
setD
public T setD(int d)
-
clearD
public void clearD()
-
-