Klasse RestNotificationEndpoint
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The password to authenticate with, mandatory if username is given; may be set to replacement value (e. g. asterisks) on data retrieval requests(Package privat) static final long
protected String
The URI used to notify the ProcessingOrder originator of the order completionprotected String
The username to authenticate with (using Basic Authentication) -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestNotificationEndpoint.RestNotificationEndpoint
(String uri, String username, String password) Creates a new RestNotificationEndpoint. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the password.@NotNull String
getUri()
Returns the uri.Returns the username.int
hashCode()
void
setPassword
(String password) Set the password.void
Set the uri.void
setUsername
(String username) Set the username.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
uri
The URI used to notify the ProcessingOrder originator of the order completion -
username
The username to authenticate with (using Basic Authentication) -
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
Creates a new RestNotificationEndpoint.
-
-
Methodendetails
-
getUri
Returns the uri.- Gibt zurück:
- uri
-
setUri
Set the uri.- Parameter:
uri
- the new uri
-
getUsername
Returns the username.- Gibt zurück:
- username
-
setUsername
Set the username.- Parameter:
username
- the new username
-
getPassword
Returns the password.- Gibt zurück:
- password
-
setPassword
Set the password.- Parameter:
password
- the new password
-
hashCode
public int hashCode() -
equals
-
toString
-