Klasse Server
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Server
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Server
extends Object
Server
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringAn optional string describing the host designated by the URLprotected StringA URL to the target host.protected Map<String,ServerVariable> A map between a variable name and its value. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Server.ServerBuilderbuilder()protected booleanAn optional string describing the host designated by the URLdescription(String description) An optional string describing the host designated by the URLbooleaninthashCode()toString()url()A URL to the target host.A URL to the target host.A map between a variable name and its value.variables(Map<String, ServerVariable> variables) A map between a variable name and its value.vendorExtensions(Map<String, Object> vendorExtensions)
-
Felddetails
-
description
An optional string describing the host designated by the URL -
url
A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets} -
variables
A map between a variable name and its value. The value is used for substitution in the server's URL template -
vendorExtensions
-
-
Konstruktordetails
-
Server
Constructs a validated instance ofServer.- Parameter:
spec- the specification to process
-
Server
@Internal public Server(String description, String url, Map<String, ServerVariable> variables, Map<String, Object> vendorExtensions) Constructs a validated instance ofServer.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Server(Consumer)instead.- Parameter:
description- An optional string describing the host designated by the URLurl- A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets}variables- A map between a variable name and its value. The value is used for substitution in the server's URL templatevendorExtensions- var.name
-
Server
protected Server()
-
-
Methodendetails
-
builder
-
description
An optional string describing the host designated by the URL -
url
A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets} -
variables
A map between a variable name and its value. The value is used for substitution in the server's URL template -
vendorExtensions
-
description
An optional string describing the host designated by the URL- Gibt zurück:
this.
-
url
A URL to the target host. This URL supports Server Variables and MAY be relative, to indicate that the host location is relative to the location where the OpenAPI document is being served. Variable substitutions will be made when a variable is named in {brackets}- Gibt zurück:
this.
-
variables
A map between a variable name and its value. The value is used for substitution in the server's URL template- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-