Klasse APIResponseGatewayEndpoint
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.APIResponseGatewayEndpoint
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class APIResponseGatewayEndpoint
extends Object
APIResponseGatewayEndpoint
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enum -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAPIResponseGatewayEndpoint(String endpoint, String endpointDisplayName, String endpointName, APIResponseGatewayEndpoint.EndpointTypeEnum endpointType, List<String> endpointUrls) Constructs a validated instance ofAPIResponseGatewayEndpoint.Constructs a validated instance ofAPIResponseGatewayEndpoint. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanendpoint()endpointDisplayName(String endpointDisplayName) endpointName(String endpointName) endpointType(APIResponseGatewayEndpoint.EndpointTypeEnum endpointType) endpointUrls(List<String> endpointUrls) booleaninthashCode()toString()
-
Felddetails
-
endpoint
-
endpointDisplayName
-
endpointName
-
endpointType
-
endpointUrls
-
-
Konstruktordetails
-
APIResponseGatewayEndpoint
Constructs a validated instance ofAPIResponseGatewayEndpoint.- Parameter:
spec- the specification to process
-
APIResponseGatewayEndpoint
@Internal public APIResponseGatewayEndpoint(String endpoint, String endpointDisplayName, String endpointName, APIResponseGatewayEndpoint.EndpointTypeEnum endpointType, List<String> endpointUrls) Constructs a validated instance ofAPIResponseGatewayEndpoint.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
APIResponseGatewayEndpoint(Consumer)instead.- Parameter:
endpoint- var.nameendpointDisplayName- var.nameendpointName- var.nameendpointType- var.nameendpointUrls- var.name
-
APIResponseGatewayEndpoint
protected APIResponseGatewayEndpoint()
-
-
Methodendetails
-
builder
-
endpoint
-
endpointDisplayName
-
endpointName
-
endpointType
-
endpointUrls
-
endpoint
- Gibt zurück:
this.
-
endpointDisplayName
- Gibt zurück:
this.
-
endpointName
- Gibt zurück:
this.
-
endpointType
public APIResponseGatewayEndpoint endpointType(APIResponseGatewayEndpoint.EndpointTypeEnum endpointType) - Gibt zurück:
this.
-
endpointUrls
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-