public class ThriftClientData extends Object
| Constructor and Description |
|---|
ThriftClientData(ThriftServiceType serviceName,
String serverAddress,
int serverPort,
String gatewayId,
String username) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGatewayId() |
String |
getServerAddress() |
int |
getServerPort() |
ThriftServiceType |
getServiceType() |
String |
getUsername() |
void |
setGatewayId(String gatewayId) |
void |
setServerAddress(String serverAddress) |
void |
setServerPort(int serverPort) |
void |
setServiceType(ThriftServiceType serviceName) |
void |
setUsername(String username) |
public ThriftClientData(ThriftServiceType serviceName, String serverAddress, int serverPort, String gatewayId, String username)
public String getServerAddress()
public void setServerAddress(String serverAddress)
public int getServerPort()
public void setServerPort(int serverPort)
public String getGatewayId()
public void setGatewayId(String gatewayId)
public String getUsername()
public void setUsername(String username)
public ThriftServiceType getServiceType()
public void setServiceType(ThriftServiceType serviceName)
Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.