Klasse ServiceRegistryPublishPutResponse
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.ServiceRegistryPublishPutResponse
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ServiceRegistryPublishPutResponse
extends Object
ServiceRegistryPublishPutResponse
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
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 instance ofServiceRegistryPublishPutResponse.Constructs a validated instance ofServiceRegistryPublishPutResponse. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected 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
Constructs a validated instance ofServiceRegistryPublishPutResponse.- Parameter:
spec- the specification to process
-
ServiceRegistryPublishPutResponse
@Internal public ServiceRegistryPublishPutResponse(PublishResponse publishResponse, List<PublishResponse> publishResponses) Constructs a validated instance ofServiceRegistryPublishPutResponse.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ServiceRegistryPublishPutResponse(Consumer)instead.- Parameter:
publishResponse- var.namepublishResponses- This contains the service registry publish status for requests publishing more than one API to one or more service registries.
-
ServiceRegistryPublishPutResponse
protected ServiceRegistryPublishPutResponse()
-
-
Methodendetails
-
builder
-
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
-