public class ProxyConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.gson.reflect.TypeToken<ProxyConfiguration> |
TYPE |
| Constructor and Description |
|---|
ProxyConfiguration(List<MotdConfiguration> motdDefaultConfig,
List<MotdConfiguration> motdMaintenanceConfig,
List<TabListConfiguration> tabListConfigurations) |
| Modifier and Type | Method and Description |
|---|---|
List<MotdConfiguration> |
getMotdDefaultConfig() |
List<MotdConfiguration> |
getMotdMaintenanceConfig() |
List<TabListConfiguration> |
getTabListConfigurations() |
public static final com.google.gson.reflect.TypeToken<ProxyConfiguration> TYPE
public ProxyConfiguration(List<MotdConfiguration> motdDefaultConfig, List<MotdConfiguration> motdMaintenanceConfig, List<TabListConfiguration> tabListConfigurations)
public List<MotdConfiguration> getMotdDefaultConfig()
public List<MotdConfiguration> getMotdMaintenanceConfig()
public List<TabListConfiguration> getTabListConfigurations()
Copyright © 2020. All rights reserved.