public static class SchemaGeneralRPCProtos.Ack.MessageSchema extends Object implements io.protostuff.Schema<GeneralRPCProtos.Ack>
| Constructor and Description |
|---|
MessageSchema() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldName(int number) |
int |
getFieldNumber(String name) |
boolean |
isInitialized(GeneralRPCProtos.Ack message) |
void |
mergeFrom(io.protostuff.Input input,
GeneralRPCProtos.Ack message) |
String |
messageFullName() |
String |
messageName() |
GeneralRPCProtos.Ack |
newMessage() |
Class<GeneralRPCProtos.Ack> |
typeClass() |
void |
writeTo(io.protostuff.Output output,
GeneralRPCProtos.Ack message) |
public void writeTo(io.protostuff.Output output,
GeneralRPCProtos.Ack message)
throws IOException
writeTo in interface io.protostuff.Schema<GeneralRPCProtos.Ack>IOExceptionpublic boolean isInitialized(GeneralRPCProtos.Ack message)
isInitialized in interface io.protostuff.Schema<GeneralRPCProtos.Ack>public String getFieldName(int number)
getFieldName in interface io.protostuff.Schema<GeneralRPCProtos.Ack>public int getFieldNumber(String name)
getFieldNumber in interface io.protostuff.Schema<GeneralRPCProtos.Ack>public Class<GeneralRPCProtos.Ack> typeClass()
typeClass in interface io.protostuff.Schema<GeneralRPCProtos.Ack>public String messageName()
messageName in interface io.protostuff.Schema<GeneralRPCProtos.Ack>public String messageFullName()
messageFullName in interface io.protostuff.Schema<GeneralRPCProtos.Ack>public void mergeFrom(io.protostuff.Input input,
GeneralRPCProtos.Ack message)
throws IOException
mergeFrom in interface io.protostuff.Schema<GeneralRPCProtos.Ack>IOExceptionpublic GeneralRPCProtos.Ack newMessage()
newMessage in interface io.protostuff.Schema<GeneralRPCProtos.Ack>Copyright © 2021 The Apache Software Foundation. All rights reserved.