Class RestNotificationEndpoint
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe password to authenticate with, mandatory if username is given; may be set to replacement value (e. g. asterisks) on data retrieval requests(package private) static final longprotected StringThe URI used to notify the ProcessingOrder originator of the order completionprotected StringThe username to authenticate with (using Basic Authentication) -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new RestNotificationEndpoint.RestNotificationEndpoint(String uri, String username, String password) Creates a new RestNotificationEndpoint. -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the password.getUri()Returns the uri.Returns the username.inthashCode()voidsetPassword(String password) Set the password.voidSet the uri.voidsetUsername(String username) Set the username.toString()
-
Field Details
-
serialVersionUID
static final long serialVersionUID- See Also:
-
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
-
-
Constructor Details
-
RestNotificationEndpoint
public RestNotificationEndpoint()Creates a new RestNotificationEndpoint. -
RestNotificationEndpoint
Creates a new RestNotificationEndpoint.
-
-
Method Details
-
getUri
Returns the uri.- Returns:
- uri
-
setUri
Set the uri.- Parameters:
uri- the new uri
-
getUsername
Returns the username.- Returns:
- username
-
setUsername
Set the username.- Parameters:
username- the new username
-
getPassword
Returns the password.- Returns:
- password
-
setPassword
Set the password.- Parameters:
password- the new password
-
hashCode
public int hashCode() -
equals
-
toString
-