Klasse ServiceRegistryPublishPutResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ServiceRegistryPublishPutResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServiceRegistryPublishPutResponse
extends Object
ServiceRegistryPublishPutResponse
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected PublishResponseprotected List<PublishResponse>This contains the service registry publish status for requests publishing more than one API to one or more service registries. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedServiceRegistryPublishPutResponse(PublishResponse publishResponse, List<PublishResponse> publishResponses) Constructs a validated implementation ofServiceRegistryPublishPutResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()publishResponse(PublishResponse publishResponse) This contains the service registry publish status for requests publishing more than one API to one or more service registries.publishResponses(List<PublishResponse> publishResponses) This contains the service registry publish status for requests publishing more than one API to one or more service registries.toString()
-
Felddetails
-
publishResponse
-
publishResponses
This contains the service registry publish status for requests publishing more than one API to one or more service registries.
-
-
Konstruktordetails
-
ServiceRegistryPublishPutResponse
@Internal public ServiceRegistryPublishPutResponse(Consumer<ServiceRegistryPublishPutResponse> spec) Constructs a validated implementation ofServiceRegistryPublishPutResponse.- Parameter:
spec- the specification to process
-
ServiceRegistryPublishPutResponse
public ServiceRegistryPublishPutResponse(PublishResponse publishResponse, List<PublishResponse> publishResponses) -
ServiceRegistryPublishPutResponse
protected ServiceRegistryPublishPutResponse()
-
-
Methodendetails
-
publishResponse
-
publishResponses
This contains the service registry publish status for requests publishing more than one API to one or more service registries. -
publishResponse
- Gibt zurück:
this.
-
publishResponses
This contains the service registry publish status for requests publishing more than one API to one or more service registries.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-