public class ThriftClientWrapper extends Object
| 构造器和说明 |
|---|
ThriftClientWrapper(String thriftServiceName,
Class<?> type,
Object thriftService) |
ThriftClientWrapper(String thriftServiceName,
Class<?> type,
Object thriftClient,
double version) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object o) |
Class<?> |
getClientType() |
Object |
getThriftClient() |
String |
getThriftServiceName() |
String |
getThriftServiceSignature() |
Class<?> |
getType() |
double |
getVersion() |
int |
hashCode() |
void |
setClientType(Class<?> clientType) |
void |
setThriftServiceName(String thriftServiceName) |
void |
setThriftServiceSignature(String thriftServiceSignature) |
void |
setType(Class<?> type) |
void |
setVersion(double version) |
String |
toString() |
public ThriftClientWrapper(String thriftServiceName, Class<?> type, Object thriftService)
public String getThriftServiceName()
public void setThriftServiceName(String thriftServiceName)
public String getThriftServiceSignature()
public void setThriftServiceSignature(String thriftServiceSignature)
public Class<?> getType()
public void setType(Class<?> type)
public Class<?> getClientType()
public void setClientType(Class<?> clientType)
public double getVersion()
public void setVersion(double version)
public Object getThriftClient()
Copyright © 2021. All rights reserved.