类 ConfigureEntity
- java.lang.Object
-
- cool.taomu.framework.configure.entity.ConfigureEntity
-
@Accessors public class ConfigureEntity extends java.lang.Object
-
-
构造器概要
构造器 构造器 说明 ConfigureEntity()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 CacheEntitygetCache()MqttEntitygetMqtt()HostEntitygetNtp()ObjectPoolEntitygetPool()RpcEntitygetRpc()voidsetCache(CacheEntity cache)voidsetMqtt(MqttEntity mqtt)voidsetNtp(HostEntity ntp)voidsetPool(ObjectPoolEntity pool)voidsetRpc(RpcEntity rpc)java.lang.StringtoString()
-
-
-
方法详细资料
-
getMqtt
@Pure public MqttEntity getMqtt()
-
setMqtt
public void setMqtt(MqttEntity mqtt)
-
getRpc
@Pure public RpcEntity getRpc()
-
setRpc
public void setRpc(RpcEntity rpc)
-
getPool
@Pure public ObjectPoolEntity getPool()
-
setPool
public void setPool(ObjectPoolEntity pool)
-
getCache
@Pure public CacheEntity getCache()
-
setCache
public void setCache(CacheEntity cache)
-
getNtp
@Pure public HostEntity getNtp()
-
setNtp
public void setNtp(HostEntity ntp)
-
toString
@Pure public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
-