Klasse RestNotificationEndpoint
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringThe 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 longprotected StringThe URI used to notify the ProcessingOrder originator of the order completionprotected StringThe 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 TypMethodeBeschreibungbooleanReturns the password.@NotNull StringgetUri()Returns the uri.Returns the username.inthashCode()voidsetPassword(String password) Set the password.voidSet the uri.voidsetUsername(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
-