public class ServerVariable extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
defaultValue |
String |
description |
HashSet<String> |
enumValues |
| 构造器和说明 |
|---|
ServerVariable(String description,
String defaultValue,
HashSet<String> enumValues) |
public ServerVariable(String description, String defaultValue, HashSet<String> enumValues)
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.Copyright © 2025. All rights reserved.