public class ProxyGroupProperties extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProxyGroupProperties.ProxyGroupDefaultPropertiesProvider |
| Constructor and Description |
|---|
ProxyGroupProperties(String name) |
ProxyGroupProperties(String id,
String name) |
public ProxyGroupProperties(String name)
public String getId()
public String getName()
public ProxyGroupProperties setName(String name)
public Integer getMaxPlayerCountPerProxy()
public ProxyGroupProperties setMaxPlayerCountPerProxy(Integer maxPlayerCountPerProxy)
public Integer getMaxPlayerCount()
public ProxyGroupProperties setMaxPlayerCount(Integer maxPlayerCount)
public Integer getKeepFreeSlots()
public ProxyGroupProperties setKeepFreeSlots(Integer keepFreeSlots)
public Integer getMinAmount()
public ProxyGroupProperties setMinAmount(Integer minAmount)
public Integer getMaxAmount()
public ProxyGroupProperties setMaxAmount(Integer maxAmount)
public Integer getRam()
public ProxyGroupProperties setRam(Integer ram)
public String getMotd()
public ProxyGroupProperties setMotd(String motd)
public Boolean isStatic()
public ProxyGroupProperties setStatic(Boolean isStatic)
public Integer getPriority()
public ProxyGroupProperties setPriority(Integer priority)
public Collection<String> getServerGroups()
public ProxyGroupProperties setServerGroups(Collection<String> serverGroups)
public String getBaseIdentifier()
public ProxyGroupProperties setBaseIdentifier(String baseIdentifier)
public int getTimeout()
public void setTimeout(int timeout)
public ProxyChooseStrategy getProxyChooseStrategy()
public ProxyGroupProperties setProxyChooseStrategy(ProxyChooseStrategy proxyChooseStrategy)
public Collection<String> getHostNames()
public ProxyGroupProperties setHostNames(Collection<String> hostNames)
public ProxyGroupProperties setJavaParameters(List<String> javaParameters)
public String getJrePath()
public ProxyGroupProperties setJrePath(String jrePath)
public static String generateId()
Copyright © 2025. All rights reserved.