Package com.redhat.threescale.rest.cms
Class ServerConfiguration
-
- All Implemented Interfaces:
public class ServerConfiguration
Representing a Server configuration.
-
-
Field Summary
Fields Modifier and Type Field Description public String
URL
public String
description
public 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.
-
-
-
-