Klasse ModelAPIResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ModelAPIResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ModelAPIResponse
extends Object
ModelAPIResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected GatewayAPI
protected String
protected String
protected List<APIResponseGatewayEndpoint>
protected Object
protected String
protected Object
protected ModelAPIResponse.ResponseStatusEnum
protected Boolean
protected String
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ModelAPIResponse
(GatewayAPI api, String apiId, String errorReason, List<APIResponseGatewayEndpoint> gatewayEndPointList, List<String> gatewayEndPoints, List<String> microgatewayEndPoints, Object portalGatewayDataEntries, String pubSOAPFlavor, Object reason, ModelAPIResponse.ResponseStatusEnum responseStatus, Boolean restrictViewAsset, String rootFileLocation, List<Team> teams) Constructs a validated implementation ofModelAPIResponse
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapi()
api
(GatewayAPI api) apiId()
protected boolean
boolean
errorReason
(String errorReason) gatewayEndPointList
(List<APIResponseGatewayEndpoint> gatewayEndPointList) gatewayEndPoints
(List<String> gatewayEndPoints) int
hashCode()
microgatewayEndPoints
(List<String> microgatewayEndPoints) portalGatewayDataEntries
(Object portalGatewayDataEntries) pubSOAPFlavor
(String pubSOAPFlavor) reason()
responseStatus
(ModelAPIResponse.ResponseStatusEnum responseStatus) restrictViewAsset
(Boolean restrictViewAsset) rootFileLocation
(String rootFileLocation) teams()
toString()
-
Felddetails
-
api
-
apiId
-
errorReason
-
gatewayEndPointList
-
gatewayEndPoints
-
microgatewayEndPoints
-
portalGatewayDataEntries
-
pubSOAPFlavor
-
reason
-
responseStatus
-
restrictViewAsset
-
rootFileLocation
-
teams
-
-
Konstruktordetails
-
ModelAPIResponse
Constructs a validated implementation ofModelAPIResponse
.- Parameter:
spec
- the specification to process
-
ModelAPIResponse
public ModelAPIResponse(GatewayAPI api, String apiId, String errorReason, List<APIResponseGatewayEndpoint> gatewayEndPointList, List<String> gatewayEndPoints, List<String> microgatewayEndPoints, Object portalGatewayDataEntries, String pubSOAPFlavor, Object reason, ModelAPIResponse.ResponseStatusEnum responseStatus, Boolean restrictViewAsset, String rootFileLocation, List<Team> teams) -
ModelAPIResponse
protected ModelAPIResponse()
-
-
Methodendetails
-
api
-
apiId
-
errorReason
-
gatewayEndPointList
-
gatewayEndPoints
-
microgatewayEndPoints
-
portalGatewayDataEntries
-
pubSOAPFlavor
-
reason
-
responseStatus
-
restrictViewAsset
-
rootFileLocation
-
teams
-
api
- Gibt zurück:
this
.
-
apiId
- Gibt zurück:
this
.
-
errorReason
- Gibt zurück:
this
.
-
gatewayEndPointList
- Gibt zurück:
this
.
-
gatewayEndPoints
- Gibt zurück:
this
.
-
microgatewayEndPoints
- Gibt zurück:
this
.
-
portalGatewayDataEntries
- Gibt zurück:
this
.
-
pubSOAPFlavor
- Gibt zurück:
this
.
-
reason
- Gibt zurück:
this
.
-
responseStatus
- Gibt zurück:
this
.
-
restrictViewAsset
- Gibt zurück:
this
.
-
rootFileLocation
- Gibt zurück:
this
.
-
teams
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-