Package com.redhat.threescale.rest.cms
Class ServerConfiguration
-
- All Implemented Interfaces:
public class ServerConfigurationRepresenting a Server configuration.
-
-
Field Summary
Fields Modifier and Type Field Description public StringURLpublic Stringdescriptionpublic Map<String, ServerVariable>variables
-
Constructor Summary
Constructors Constructor Description ServerConfiguration(String URL, String description, Map<String, ServerVariable> variables)
-
Method Summary
-
-
Constructor Detail
-
ServerConfiguration
ServerConfiguration(String URL, String description, Map<String, ServerVariable> variables)
- Parameters:
URL- A URL to the target host.description- A description of the host designated by the URL.variables- A map between a variable name and its value.
-
-
-
-