Klasse GatewayEndpoints
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GatewayEndpoints
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GatewayEndpoints
extends Object
GatewayEndpoints
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumStatus of the API endpoint. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringAPI's access endpoint exposed in API Gateway.protected GatewayEndpoints.StatusEnumStatus of the API endpoint. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGatewayEndpoints(String gatewayEndpoint, GatewayEndpoints.StatusEnum status) Constructs a validated instance ofGatewayEndpoints.Constructs a validated instance ofGatewayEndpoints. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanAPI's access endpoint exposed in API Gateway.gatewayEndpoint(String gatewayEndpoint) API's access endpoint exposed in API Gateway.inthashCode()status()Status of the API endpoint.status(GatewayEndpoints.StatusEnum status) Status of the API endpoint.toString()
-
Felddetails
-
gatewayEndpoint
API's access endpoint exposed in API Gateway. -
status
Status of the API endpoint.
-
-
Konstruktordetails
-
GatewayEndpoints
Constructs a validated instance ofGatewayEndpoints.- Parameter:
spec- the specification to process
-
GatewayEndpoints
Constructs a validated instance ofGatewayEndpoints.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GatewayEndpoints(Consumer)instead.- Parameter:
gatewayEndpoint- API's access endpoint exposed in API Gateway.status- Status of the API endpoint.
-
GatewayEndpoints
protected GatewayEndpoints()
-
-
Methodendetails
-
builder
-
gatewayEndpoint
API's access endpoint exposed in API Gateway. -
status
Status of the API endpoint. -
gatewayEndpoint
API's access endpoint exposed in API Gateway.- Gibt zurück:
this.
-
status
Status of the API endpoint.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-