Klasse ServiceMgmtServer
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.ServiceMgmtServer
ServiceMgmtServer
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringAn optional string describing the host designated by the URLprotected StringA URL to the target host.protected Map<String, ServiceMgmtServerVariable> A map between a variable name and its value. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedServiceMgmtServer(String description, String url, Map<String, ServiceMgmtServerVariable> variables, Map<String, Object> vendorExtensions) Constructs a validated instance ofServiceMgmtServer.Constructs a validated instance ofServiceMgmtServer. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected 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, ServiceMgmtServerVariable> 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
-
ServiceMgmtServer
Constructs a validated instance ofServiceMgmtServer.- Parameter:
spec- the specification to process
-
ServiceMgmtServer
@Internal public ServiceMgmtServer(String description, String url, Map<String, ServiceMgmtServerVariable> variables, Map<String, Object> vendorExtensions) Constructs a validated instance ofServiceMgmtServer.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceMgmtServer(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- vendorExtensions
-
ServiceMgmtServer
protected ServiceMgmtServer()
-
-
Methodendetails
-
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
-
toString
-