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

com.app.common.config.ClientParams Maven / Gradle / Ivy

The newest version!
package com.app.common.config;

import java.util.ArrayList;
import java.util.List;

public class ClientParams extends RegisterParams {
	public String ServiceName = "";
	public Boolean RegisterEnable = false;
	public String RegisterServerList = "";
	public List RegisterConfigs = new ArrayList();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy