Class ServerVariable
java.lang.Object
com.binance.connector.client.common.ServerVariable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.11.0")
public class ServerVariable
extends Object
Representing a Server Variable for server URL template substitution.
-
Constructor Summary
ConstructorsConstructorDescriptionServerVariable
(String description, String defaultValue, HashSet<String> enumValues) -
Method Summary
Modifier and TypeMethodDescription
-
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.
-
-
Method Details
-
getDescription
-
getDefaultValue
-
getEnumValues
-