qunar.tc.qconfig.servercommon.bean.IpPort Maven / Gradle / Ivy
The newest version!
package qunar.tc.qconfig.servercommon.bean;
/**
* Created by pcxie on 2018/12/6.
*/
public interface IpPort {
public String getIp();
public int getPort();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy