public class ServerConfiguration extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description |
String |
URL |
Map<String,ServerVariable> |
variables |
| 构造器和说明 |
|---|
ServerConfiguration(String URL,
String description,
Map<String,ServerVariable> variables) |
public String URL
public String description
public Map<String,ServerVariable> variables
public ServerConfiguration(String URL, String description, Map<String,ServerVariable> variables)
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. The value is used for substitution in the server's URL template.Copyright © 2025. All rights reserved.