Package dev.vality.swag_webhook_events
Class ServerVariable
java.lang.Object
dev.vality.swag_webhook_events.ServerVariable
public class ServerVariable extends Object
Representing a Server Variable for server URL template substitution.
-
Field Summary
Fields Modifier and Type Field Description StringdefaultValueStringdescriptionHashSet<String>enumValues -
Constructor Summary
Constructors Constructor Description ServerVariable(String description, String defaultValue, HashSet<String> enumValues) -
Method Summary
-
Field Details
-
description
-
defaultValue
-
enumValues
-
-
Constructor Details
-
ServerVariable
- 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.
-