Klasse APIResponseCreate
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.APIResponseCreate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class APIResponseCreate
extends Object
APIResponseCreate
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected GatewayAPI
protected String
protected String
protected APIResponseCreate.ResponseStatusEnum
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
APIResponseCreate
(GatewayAPI api, String apiId, String errorReason, APIResponseCreate.ResponseStatusEnum responseStatus) Constructs a validated instance ofAPIResponseCreate
.Constructs a validated instance ofAPIResponseCreate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapi()
api
(GatewayAPI api) apiId()
builder()
protected boolean
boolean
errorReason
(String errorReason) int
hashCode()
responseStatus
(APIResponseCreate.ResponseStatusEnum responseStatus) toString()
-
Felddetails
-
api
-
apiId
-
errorReason
-
responseStatus
-
-
Konstruktordetails
-
APIResponseCreate
Constructs a validated instance ofAPIResponseCreate
.- Parameter:
spec
- the specification to process
-
APIResponseCreate
@Internal public APIResponseCreate(GatewayAPI api, String apiId, String errorReason, APIResponseCreate.ResponseStatusEnum responseStatus) Constructs a validated instance ofAPIResponseCreate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
APIResponseCreate(Consumer)
instead.- Parameter:
api
- apiapiId
- apiIderrorReason
- errorReasonresponseStatus
- responseStatus
-
APIResponseCreate
protected APIResponseCreate()
-
-
Methodendetails
-
builder
-
api
-
apiId
-
errorReason
-
responseStatus
-
api
- Gibt zurück:
this
.
-
apiId
- Gibt zurück:
this
.
-
errorReason
- Gibt zurück:
this
.
-
responseStatus
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-