Klasse PortalGateway
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PortalGateway
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PortalGateway
extends Object
PortalGateway
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected ExternalPortalprotected StringDescription of API Portal.protected StringName of the API Portal.protected StringAPI Gateway password for provided username used by API Portal to access API Gateway.protected StringIntegration Server URL of the API Gateway.protected StringAPI Gateway administrative privileged username used by API Portal to access API Gateway.protected StringAPI Portal configuration object ID in API Gateway.protected Booleanprotected StringSpecifies API Gateway reference ID in API Portal.protected StringSpecifies the current stage name of the Gatewayprotected StringSpecifies API Portal configuration version. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPortalGateway(ExternalPortal externalPortal, String gatewayDescription, String gatewayName, String gatewayPassword, String gatewayURL, String gatewayUsername, String id, Boolean published, String refId, String stageName, String version) Constructs a validated instance ofPortalGateway.PortalGateway(Consumer<PortalGateway> spec) Constructs a validated instance ofPortalGateway. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanexternalPortal(ExternalPortal externalPortal) Description of API Portal.gatewayDescription(String gatewayDescription) Description of API Portal.Name of the API Portal.gatewayName(String gatewayName) Name of the API Portal.API Gateway password for provided username used by API Portal to access API Gateway.gatewayPassword(String gatewayPassword) API Gateway password for provided username used by API Portal to access API Gateway.Integration Server URL of the API Gateway.gatewayURL(String gatewayURL) Integration Server URL of the API Gateway.API Gateway administrative privileged username used by API Portal to access API Gateway.gatewayUsername(String gatewayUsername) API Gateway administrative privileged username used by API Portal to access API Gateway.inthashCode()id()API Portal configuration object ID in API Gateway.API Portal configuration object ID in API Gateway.refId()Specifies API Gateway reference ID in API Portal.Specifies API Gateway reference ID in API Portal.Specifies the current stage name of the GatewaySpecifies the current stage name of the GatewaytoString()version()Specifies API Portal configuration version.Specifies API Portal configuration version.
-
Felddetails
-
externalPortal
-
gatewayDescription
Description of API Portal. -
gatewayName
Name of the API Portal. -
gatewayPassword
API Gateway password for provided username used by API Portal to access API Gateway. -
gatewayURL
Integration Server URL of the API Gateway. -
gatewayUsername
API Gateway administrative privileged username used by API Portal to access API Gateway. -
id
API Portal configuration object ID in API Gateway. -
published
-
refId
Specifies API Gateway reference ID in API Portal. This is used to identify the API Gateway in API Portal. -
stageName
Specifies the current stage name of the Gateway -
version
Specifies API Portal configuration version.
-
-
Konstruktordetails
-
PortalGateway
Constructs a validated instance ofPortalGateway.- Parameter:
spec- the specification to process
-
PortalGateway
@Internal public PortalGateway(ExternalPortal externalPortal, String gatewayDescription, String gatewayName, String gatewayPassword, String gatewayURL, String gatewayUsername, String id, Boolean published, String refId, String stageName, String version) Constructs a validated instance ofPortalGateway.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PortalGateway(Consumer)instead.- Parameter:
externalPortal- externalPortalgatewayDescription- Description of API Portal.gatewayName- Name of the API Portal.gatewayPassword- API Gateway password for provided username used by API Portal to access API Gateway.gatewayURL- Integration Server URL of the API Gateway.gatewayUsername- API Gateway administrative privileged username used by API Portal to access API Gateway.id- API Portal configuration object ID in API Gateway.published- publishedrefId- Specifies API Gateway reference ID in API Portal. This is used to identify the API Gateway in API Portal.stageName- Specifies the current stage name of the Gatewayversion- Specifies API Portal configuration version.
-
PortalGateway
protected PortalGateway()
-
-
Methodendetails
-
builder
-
externalPortal
-
gatewayDescription
Description of API Portal. -
gatewayName
Name of the API Portal. -
gatewayPassword
API Gateway password for provided username used by API Portal to access API Gateway. -
gatewayURL
Integration Server URL of the API Gateway. -
gatewayUsername
API Gateway administrative privileged username used by API Portal to access API Gateway. -
id
API Portal configuration object ID in API Gateway. -
published
-
refId
Specifies API Gateway reference ID in API Portal. This is used to identify the API Gateway in API Portal. -
stageName
Specifies the current stage name of the Gateway -
version
Specifies API Portal configuration version. -
externalPortal
- Gibt zurück:
this.
-
gatewayDescription
Description of API Portal.- Gibt zurück:
this.
-
gatewayName
Name of the API Portal.- Gibt zurück:
this.
-
gatewayPassword
API Gateway password for provided username used by API Portal to access API Gateway.- Gibt zurück:
this.
-
gatewayURL
Integration Server URL of the API Gateway.- Gibt zurück:
this.
-
gatewayUsername
API Gateway administrative privileged username used by API Portal to access API Gateway.- Gibt zurück:
this.
-
id
API Portal configuration object ID in API Gateway.- Gibt zurück:
this.
-
published
- Gibt zurück:
this.
-
refId
Specifies API Gateway reference ID in API Portal. This is used to identify the API Gateway in API Portal.- Gibt zurück:
this.
-
stageName
Specifies the current stage name of the Gateway- Gibt zurück:
this.
-
version
Specifies API Portal configuration version.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-