Klasse RestNotificationEndpoint

java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
Alle implementierten Schnittstellen:
Serializable

public class RestNotificationEndpoint extends Object implements Serializable
Siehe auch:
  • Felddetails

    • serialVersionUID

      static final long serialVersionUID
      Siehe auch:
    • uri

      protected String uri
      The URI used to notify the ProcessingOrder originator of the order completion
    • username

      protected String username
      The username to authenticate with (using Basic Authentication)
    • password

      protected String password
      The password to authenticate with, mandatory if username is given; may be set to replacement value (e. g. asterisks) on data retrieval requests
  • Konstruktordetails

    • RestNotificationEndpoint

      public RestNotificationEndpoint()
      Creates a new RestNotificationEndpoint.
    • RestNotificationEndpoint

      public RestNotificationEndpoint(String uri, String username, String password)
      Creates a new RestNotificationEndpoint.
  • Methodendetails

    • getUri

      @NotNull public @NotNull String getUri()
      Returns the uri.
      Gibt zurück:
      uri
    • setUri

      public void setUri(String uri)
      Set the uri.
      Parameter:
      uri - the new uri
    • getUsername

      public String getUsername()
      Returns the username.
      Gibt zurück:
      username
    • setUsername

      public void setUsername(String username)
      Set the username.
      Parameter:
      username - the new username
    • getPassword

      public String getPassword()
      Returns the password.
      Gibt zurück:
      password
    • setPassword

      public void setPassword(String password)
      Set the password.
      Parameter:
      password - the new password
    • hashCode

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

      public boolean equals(Object other)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

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