com.orbitz.consul.model.agent
Class Ports

java.lang.Object
  extended by com.orbitz.consul.model.agent.Ports

public class Ports
extends java.lang.Object


Constructor Summary
Ports()
           
 
Method Summary
 int getDns()
           
 int getHttp()
           
 int getRpc()
           
 int getSerfLan()
           
 int getSerfWan()
           
 int getServer()
           
 void setDns(int dns)
           
 void setHttp(int http)
           
 void setRpc(int rpc)
           
 void setSerfLan(int serfLan)
           
 void setSerfWan(int serfWan)
           
 void setServer(int server)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Ports

public Ports()
Method Detail

getDns

public int getDns()

setDns

public void setDns(int dns)

getHttp

public int getHttp()

setHttp

public void setHttp(int http)

getRpc

public int getRpc()

setRpc

public void setRpc(int rpc)

getSerfLan

public int getSerfLan()

setSerfLan

public void setSerfLan(int serfLan)

getSerfWan

public int getSerfWan()

setSerfWan

public void setSerfWan(int serfWan)

getServer

public int getServer()

setServer

public void setServer(int server)