org.springframework.data.gemfire.wan
Class GatewayProxy.GatewayEndpoint

java.lang.Object
  extended by org.springframework.data.gemfire.wan.GatewayProxy.GatewayEndpoint
Enclosing class:
GatewayProxy

public static class GatewayProxy.GatewayEndpoint
extends Object


Constructor Summary
GatewayProxy.GatewayEndpoint()
           
 
Method Summary
 String getHost()
           
 String getId()
           
 int getPort()
           
 void setHost(String host)
           
 void setId(String id)
           
 void setPort(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayProxy.GatewayEndpoint

public GatewayProxy.GatewayEndpoint()
Method Detail

getHost

public String getHost()

setHost

public void setHost(String host)

getId

public String getId()

setId

public void setId(String id)

getPort

public int getPort()

setPort

public void setPort(int port)