public final class ThriftCall extends ThriftMessage
| Constructor and Description |
|---|
ThriftCall(TMessage header,
TBase<?,?> args)
Creates a new instance that contains a Thrift
TMessageType.CALL or TMessageType.ONEWAY
message. |
| Modifier and Type | Method and Description |
|---|---|
TBase<?,?> |
args()
Returns the arguments of this call.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
headerpublic ThriftCall(TMessage header, TBase<?,?> args)
TMessageType.CALL or TMessageType.ONEWAY
message.public TBase<?,?> args()
public boolean equals(Object o)
equals in class ThriftMessagepublic int hashCode()
hashCode in class ThriftMessage© Copyright 2015–2017 LINE Corporation. All rights reserved.