public class AboutDto extends Object
| Constructor and Description |
|---|
AboutDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRabbitHost() |
Integer |
getRabbitPort() |
String |
getRedisHost() |
Integer |
getRedisPort() |
String |
getVersion() |
void |
setRabbitHost(String rabbitHost) |
void |
setRabbitPort(Integer rabbitPort) |
void |
setRedisHost(String redisHost) |
void |
setRedisPort(Integer redisPort) |
void |
setVersion(String version) |
public String getVersion()
public void setVersion(String version)
public String getRedisHost()
public void setRedisHost(String redisHost)
public Integer getRedisPort()
public void setRedisPort(Integer redisPort)
public String getRabbitHost()
public void setRabbitHost(String rabbitHost)
public Integer getRabbitPort()
public void setRabbitPort(Integer rabbitPort)
Copyright © 2008-2015 Abiquo Holdings S.L.. All Rights Reserved.