Klasse RestNotificationEndpoint
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestNotificationEndpoint
- Alle implementierten Schnittstellen:
- Serializable
- Siehe auch:
- 
FeldübersichtFelderModifizierer 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übersichtKonstruktorenKonstruktorBeschreibungCreates a new RestNotificationEndpoint.RestNotificationEndpoint(String uri, String username, String password) Creates a new RestNotificationEndpoint.
- 
MethodenübersichtModifizierer 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- 
serialVersionUIDstatic final long serialVersionUID- Siehe auch:
 
- 
uriThe URI used to notify the ProcessingOrder originator of the order completion
- 
usernameThe username to authenticate with (using Basic Authentication)
- 
passwordThe password to authenticate with, mandatory if username is given; may be set to replacement value (e. g. asterisks) on data retrieval requests
 
- 
- 
Konstruktordetails- 
RestNotificationEndpointpublic RestNotificationEndpoint()Creates a new RestNotificationEndpoint.
- 
RestNotificationEndpointCreates a new RestNotificationEndpoint.
 
- 
- 
Methodendetails- 
getUriReturns the uri.- Gibt zurück:
- uri
 
- 
setUriSet the uri.- Parameter:
- uri- the new uri
 
- 
getUsernameReturns the username.- Gibt zurück:
- username
 
- 
setUsernameSet the username.- Parameter:
- username- the new username
 
- 
getPasswordReturns the password.- Gibt zurück:
- password
 
- 
setPasswordSet the password.- Parameter:
- password- the new password
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-