@ThriftStruct(value="FunctionHandle") public class ThriftFunctionHandle extends Object
| Constructor and Description |
|---|
ThriftFunctionHandle(String functionName,
List<String> argumentTypes,
String returnType,
String version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getArgumentTypes() |
String |
getFunctionName() |
String |
getReturnType() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
Copyright © 2012–2024. All rights reserved.