com.northernwall.hadrian.details.simple.dao.VipMemberDao Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Hadrian Show documentation
Show all versions of Hadrian Show documentation
Hadrian is a DevOps UI, Inventory, and Auditing system that plugs into other tools to execute actions.
package com.northernwall.hadrian.details.simple.dao;
import com.google.gson.annotations.SerializedName;
public class VipMemberDao {
public int port;
public int priority;
@SerializedName(value="hostName", alternate={"server"})
public String hostName;
public int status;
@SerializedName(value="connections", alternate={"cur_conns"})
public int connections;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy