Klasse PublishResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.PublishResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class PublishResponse
extends Object
PublishResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringAPI id of the API published.protected StringAPI name of the API published.protected StringAPI version of the API published.protected List<IntegrationServerPublishResponse>protected List<ServiceRegistryPublishResponse>Contains publish status of the API for each service registry in the request. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedPublishResponse(String apiId, String apiName, String apiVersion, List<IntegrationServerPublishResponse> integrationServerPublishResponses, List<ServiceRegistryPublishResponse> serviceRegistryPublishResponses) Constructs a validated instance ofPublishResponse.Constructs a validated instance ofPublishResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiId()API id of the API published.API id of the API published.apiName()API name of the API published.API name of the API published.API version of the API published.apiVersion(String apiVersion) API version of the API published.builder()protected booleanbooleaninthashCode()integrationServerPublishResponses(List<IntegrationServerPublishResponse> integrationServerPublishResponses) Contains publish status of the API for each service registry in the request.serviceRegistryPublishResponses(List<ServiceRegistryPublishResponse> serviceRegistryPublishResponses) Contains publish status of the API for each service registry in the request.toString()
-
Felddetails
-
apiId
API id of the API published. -
apiName
API name of the API published. -
apiVersion
API version of the API published. -
integrationServerPublishResponses
-
serviceRegistryPublishResponses
Contains publish status of the API for each service registry in the request.
-
-
Konstruktordetails
-
PublishResponse
Constructs a validated instance ofPublishResponse.- Parameter:
spec- the specification to process
-
PublishResponse
@Internal public PublishResponse(String apiId, String apiName, String apiVersion, List<IntegrationServerPublishResponse> integrationServerPublishResponses, List<ServiceRegistryPublishResponse> serviceRegistryPublishResponses) Constructs a validated instance ofPublishResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
PublishResponse(Consumer)instead.- Parameter:
apiId- API id of the API published.apiName- API name of the API published.apiVersion- API version of the API published.integrationServerPublishResponses- integrationServerPublishResponsesserviceRegistryPublishResponses- Contains publish status of the API for each service registry in the request.
-
PublishResponse
protected PublishResponse()
-
-
Methodendetails
-
builder
-
apiId
API id of the API published. -
apiName
API name of the API published. -
apiVersion
API version of the API published. -
integrationServerPublishResponses
-
serviceRegistryPublishResponses
Contains publish status of the API for each service registry in the request. -
apiId
API id of the API published.- Gibt zurück:
this.
-
apiName
API name of the API published.- Gibt zurück:
this.
-
apiVersion
API version of the API published.- Gibt zurück:
this.
-
integrationServerPublishResponses
public PublishResponse integrationServerPublishResponses(List<IntegrationServerPublishResponse> integrationServerPublishResponses) - Gibt zurück:
this.
-
serviceRegistryPublishResponses
public PublishResponse serviceRegistryPublishResponses(List<ServiceRegistryPublishResponse> serviceRegistryPublishResponses) Contains publish status of the API for each service registry in the request.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-