Klasse NativeEndpoint
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.NativeEndpoint
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class NativeEndpoint
extends Object
NativeEndpoint
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
NativeEndpoint
(String description, String url) NativeEndpoint
(Consumer<NativeEndpoint> spec) Constructs a validated implementation ofNativeEndpoint
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
Endpoint descriptiondescription
(String description) Endpoint descriptionboolean
int
hashCode()
toString()
url()
Endpoint URL valueEndpoint URL value
-
Felddetails
-
description
Endpoint description -
url
Endpoint URL value
-
-
Konstruktordetails
-
NativeEndpoint
Constructs a validated implementation ofNativeEndpoint
.- Parameter:
spec
- the specification to process
-
NativeEndpoint
-
NativeEndpoint
protected NativeEndpoint()
-
-
Methodendetails
-
description
Endpoint description -
url
Endpoint URL value -
description
Endpoint description- Gibt zurück:
this
.
-
url
Endpoint URL value- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-