package com.ambimmort.commons.server; public class ClientBean { private String name; private String ip; private int port; //启动脚本 private String startScript; //最后心跳时间 private long lastHeartBeanTime = 0; //总时间 private long ttl = 0; public void setTtl(long ttl) { this.ttl = ttl; } public long getTtl() { return ttl; } public String getName() { return name; } public void setName(String name) { this.name = name; } public String getIp() { return ip; } public void setIp(String ip) { this.ip = ip; } public int getPort() { return port; } public void setPort(int port) { this.port = port; } public String getStartScript() { return startScript; } public void setStartScript(String startScript) { this.startScript = startScript; } public long getLastHeartBeanTime() { return lastHeartBeanTime; } public void setLastHeartBeanTime(long lastHeartBeanTime) { this.lastHeartBeanTime = lastHeartBeanTime; } }

zzzyyy1 LV2
2024年2月26日
阳光正好 LV2
2021年10月29日
rruizy LV3
2021年6月30日
linjuny LV3
2021年6月28日
徐庚新 LV1
2020年11月4日
wangmeicong LV12
2020年7月15日
huzh035 LV3
2020年3月17日
2016021 LV2
2019年6月10日
1324488732 LV27
2018年11月19日
最代码官方 LV168
2018年9月24日

yulinfeng LV15
2024年7月15日
zzzyyy1 LV2
2024年2月26日
escape1023
2024年2月13日
暂无贡献等级
denglu123321 LV4
2023年12月27日
xp95323 LV15
2023年11月27日
Molly123 LV8
2023年10月21日
edpwyg LV14
2023年10月21日
三几个 LV11
2023年8月8日
matintalorr LV10
2023年5月9日
Q256688
2023年5月1日
暂无贡献等级