Klasse IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder
- Umschließende Klasse:
IntegrationServerPublishResponse
public static class IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()description(String description) Represents the status of the publish operation of the API to the service registry eg: Publish successful, Publish failed, etcfailureReason(String failureReason) Provides the reason for the failure when the publish operation is not successfulintegrationServerId(String integrationServerId) Id i.e, UDDI key of the service registryintegrationServerName(String integrationServerName) Represents whether the publish of API to the service registry is success.toString()
-
Methodendetails
-
description
public IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder description(String description) Represents the status of the publish operation of the API to the service registry eg: Publish successful, Publish failed, etc- Gibt zurück:
this.
-
failureReason
public IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder failureReason(String failureReason) Provides the reason for the failure when the publish operation is not successful- Gibt zurück:
this.
-
integrationServerId
public IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder integrationServerId(String integrationServerId) Id i.e, UDDI key of the service registry- Gibt zurück:
this.
-
integrationServerName
public IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder integrationServerName(String integrationServerName) - Gibt zurück:
this.
-
status
public IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder status(IntegrationServerPublishResponse.StatusEnum status) - Gibt zurück:
this.
-
success
public IntegrationServerPublishResponse.IntegrationServerPublishResponseBuilder success(Boolean success) Represents whether the publish of API to the service registry is success. Possible values: true/false- Gibt zurück:
this.
-
build
-
toString
-