类 ServerConfiguration
- java.lang.Object
-
- com.alibaba.graphscope.interactive.openapi.ServerConfiguration
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.6.0") public class ServerConfiguration extends Object
Representing a Server configuration.
-
-
字段概要
字段 修饰符和类型 字段 说明 StringdescriptionStringURLMap<String,ServerVariable>variables
-
构造器概要
构造器 构造器 说明 ServerConfiguration(String URL, String description, Map<String,ServerVariable> variables)
-
-
-
字段详细资料
-
URL
public String URL
-
description
public String description
-
variables
public Map<String,ServerVariable> variables
-
-
构造器详细资料
-
ServerConfiguration
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.
-
-