public class Protocol.Message extends JsonProperties
JsonProperties.NullNULL_VALUE| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
String | 
getDoc()  | 
Schema | 
getErrors()
Errors that might be thrown. 
 | 
String | 
getName()
The name of this message. 
 | 
Schema | 
getRequest()
The parameters of this message. 
 | 
Schema | 
getResponse()
The returned data. 
 | 
int | 
hashCode()  | 
boolean | 
isOneWay()
Returns true if this is a one-way message, with no response or errors. 
 | 
String | 
toString()  | 
addAllProps, addProp, addProp, getObjectProp, getObjectProps, getProp, hasProps, putAllpublic String getName()
public Schema getRequest()
public Schema getResponse()
public Schema getErrors()
public boolean isOneWay()
public String getDoc()
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.