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
-
Field Summary
Fields inherited from class org.apache.activemq.protobuf.BaseMessage
memoizedSerializedSize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
void
clearD()
clone()
boolean
boolean
int
getD()
boolean
hasD()
int
hashCode()
mergeUnframed
(CodedInputStream input) static UnittestImport.ImportMessage
parseFramed
(byte[] data) static UnittestImport.ImportMessage
parseFramed
(InputStream data) static UnittestImport.ImportMessage
parseFramed
(Buffer data) static UnittestImport.ImportMessage
parseFramed
(CodedInputStream data) static UnittestImport.ImportMessage
parseUnframed
(byte[] data) static UnittestImport.ImportMessage
parseUnframed
(InputStream data) static UnittestImport.ImportMessage
parseUnframed
(Buffer data) static UnittestImport.ImportMessage
int
setD
(int d) toString()
toString
(StringBuilder sb, String prefix) void
writeUnframed
(CodedOutputStream output) 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
-
Constructor Details
-
ImportMessage
public ImportMessage()
-
-
Method Details
-
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
- Specified by:
clone
in interfaceMessage<UnittestImport.ImportMessage>
- Specified by:
clone
in classBaseMessage<UnittestImport.ImportMessage>
-
mergeFrom
- Specified by:
mergeFrom
in interfaceMessage<UnittestImport.ImportMessage>
- Overrides:
mergeFrom
in classBaseMessage<UnittestImport.ImportMessage>
-
serializedSizeUnframed
public int serializedSizeUnframed() -
mergeUnframed
- Throws:
IOException
-
writeUnframed
- Specified by:
writeUnframed
in interfaceMessage<UnittestImport.ImportMessage>
- Overrides:
writeUnframed
in classBaseMessage<UnittestImport.ImportMessage>
- Throws:
IOException
-
parseUnframed
public static UnittestImport.ImportMessage parseUnframed(CodedInputStream data) 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 -
parseFramed
public static UnittestImport.ImportMessage parseFramed(CodedInputStream data) 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 -
toString
-
toString
-
equals
-
equals
-
hashCode
public int hashCode() -
hasD
public boolean hasD() -
getD
public int getD() -
setD
-
clearD
public void clearD()
-