Klasse UnpublishResponse

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.UnpublishResponse

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UnpublishResponse extends Object
UnpublishResponse
  • Felddetails

    • apiId

      protected String apiId
      API id of the API published.
    • apiName

      protected String apiName
      API name of the API published.
    • apiVersion

      protected String apiVersion
      API version of the API published.
    • serviceRegistryUnpublishResponses

      protected List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses
      Contains unpublish status of the API for each service registry in the request.
  • Konstruktordetails

    • UnpublishResponse

      public UnpublishResponse(Consumer<UnpublishResponse> spec)
      Constructs a validated instance of UnpublishResponse.
      Parameter:
      spec - the specification to process
    • UnpublishResponse

      @Internal public UnpublishResponse(String apiId, String apiName, String apiVersion, List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses)
      Constructs a validated instance of UnpublishResponse.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using UnpublishResponse(Consumer) instead.

      Parameter:
      apiId - API id of the API published.
      apiName - API name of the API published.
      apiVersion - API version of the API published.
      serviceRegistryUnpublishResponses - Contains unpublish status of the API for each service registry in the request.
    • UnpublishResponse

      protected UnpublishResponse()
  • Methodendetails

    • builder

    • apiId

      public String apiId()
      API id of the API published.
    • apiName

      public String apiName()
      API name of the API published.
    • apiVersion

      public String apiVersion()
      API version of the API published.
    • serviceRegistryUnpublishResponses

      public List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses()
      Contains unpublish status of the API for each service registry in the request.
    • apiId

      public UnpublishResponse apiId(String apiId)
      API id of the API published.
      Gibt zurück:
      this.
    • apiName

      public UnpublishResponse apiName(String apiName)
      API name of the API published.
      Gibt zurück:
      this.
    • apiVersion

      public UnpublishResponse apiVersion(String apiVersion)
      API version of the API published.
      Gibt zurück:
      this.
    • serviceRegistryUnpublishResponses

      public UnpublishResponse serviceRegistryUnpublishResponses(List<ServiceRegistryUnpublishResponse> serviceRegistryUnpublishResponses)
      Contains unpublish status of the API for each service registry in the request.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object