Interface ArtifactResponse

All Superinterfaces:
Base, SignatureBase
All Known Implementing Classes:
ArtifactResponseImpl

public interface ArtifactResponse extends SignatureBase
Interface describing the methods of ArtifactResponse.
Interface welches die Methoden von ArtifactResponse beschreibt.
  • Method Details

    • getConsent

      String getConsent()
      Method to get Consent value.
      Methode um den Consent wert zu erhalten.
      Returns:
      the Destination value as String.
      der Destination Wert als String.
    • getDestination

      String getDestination()
      Method to get Destination value.
      Methode um den Inhalt der Destination zu erhalten.
      Returns:
      the Destination value as String.
      der Inhalt der Destination als String.
    • getInResponseTo

      String getInResponseTo()
      Method to get InResponseTo value.
      Methode um den InResponseTo zu erhalten.
      Returns:
      the InResponseTo value as String.
      der InResponseTo Wert als String.
    • getResponses

      List<Response> getResponses()
      Method to get a list of Response.
      Methode um die Liste von Responses zu holen.
      Returns:
      eine List von Response.
    • getStatus

      Status getStatus()
      Method to get the Status.
      Methode um den Status zu holen.
      Returns:
      the Status value as Status.
      der Status als Status.