All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.app.common.cluster.TCluster Maven / Gradle / Ivy

package com.app.common.cluster;

import com.alibaba.fastjson.annotation.JSONField;
 /**
   *cluster
   *
  *2020.10.09: 创建. 模板插件(V1.3.7488.16761(build:20200702)) 模板版本(v1.0.0.1) 
*/ public class TCluster { @JSONField(name = "servername",serialize=true) public String servername = "";//服务名字 @JSONField(name = "type",serialize=true) public String type;//类型 @JSONField(name = "ip",serialize=true) public String ip;//ip地址 @JSONField(name = "port",serialize=true) public String port;//端口 @JSONField(name = "stat",serialize=true) public String stat;//状态:1有效,0无效 @JSONField(name = "updatetime",serialize=true) public String updatetime;//更新时间 @Override public String toString() { return "TCluster [servername=" + servername + ", type=" + type + ", ip=" + ip + ", port=" + port + ", stat=" + stat + ", updatetime=" + updatetime + "]"; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy