Package com.redhat.threescale.rest.cms
Class ServerVariable
-
- All Implemented Interfaces:
public class ServerVariable
Representing a Server Variable for server URL template substitution.
-
-
Field Summary
Fields Modifier and Type Field Description public String
description
public String
defaultValue
public HashSet<String>
enumValues
-
Constructor Summary
Constructors Constructor Description ServerVariable(String description, String defaultValue, HashSet<String> enumValues)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
ServerVariable
ServerVariable(String description, String defaultValue, HashSet<String> enumValues)
- Parameters:
description
- A description for the server variable.defaultValue
- The default value to use for substitution.enumValues
- An enumeration of string values to be used if the substitution options are from a limited set.
-
-
-
-