Klasse RestMessage
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestMessage
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The HTML content typeprotected String
The notification endpoint (HTTP(S) or mail)protected String
The message dataprotected String
The message codeprotected String
Password to authenticateprotected Boolean
Flag to identify raw message dataprotected String
The sender of the message(Package privat) static final long
protected String
The subjectprotected String
User to authenticate -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the contentType.@NotNull String
Returns the endpoint.@NotNull String
Returns the message.Returns the messageCode.Returns the password.getRaw()
Returns the raw.@NotNull String
Returns the sender.Returns the subject.getUser()
Returns the user.int
hashCode()
void
setContentType
(String contentType) Set the contentType.void
setEndpoint
(String endpoint) Set the endpoint.void
setMessage
(String message) Set the message.void
setMessageCode
(String messageCode) Set the messageCode.void
setPassword
(String password) Set the password.void
Set the raw.void
Set the sender.void
setSubject
(String subject) Set the subject.void
Set the user.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
endpoint
The notification endpoint (HTTP(S) or mail) -
user
User to authenticate -
password
Password to authenticate -
subject
The subject -
contentType
The HTML content type -
messageCode
The message code -
raw
Flag to identify raw message data -
message
The message data -
sender
The sender of the message
-
-
Konstruktordetails
-
Methodendetails
-
getEndpoint
Returns the endpoint.- Gibt zurück:
- endpoint
-
setEndpoint
Set the endpoint.- Parameter:
endpoint
- the new endpoint
-
getUser
Returns the user.- Gibt zurück:
- user
-
setUser
Set the user.- Parameter:
user
- the new user
-
getPassword
Returns the password.- Gibt zurück:
- password
-
setPassword
Set the password.- Parameter:
password
- the new password
-
getSubject
Returns the subject.- Gibt zurück:
- subject
-
setSubject
Set the subject.- Parameter:
subject
- the new subject
-
getContentType
Returns the contentType.- Gibt zurück:
- contentType
-
setContentType
Set the contentType.- Parameter:
contentType
- the new contentType
-
getMessageCode
Returns the messageCode.- Gibt zurück:
- messageCode
-
setMessageCode
Set the messageCode.- Parameter:
messageCode
- the new messageCode
-
getRaw
Returns the raw.- Gibt zurück:
- raw
-
setRaw
Set the raw.- Parameter:
raw
- the new raw
-
getMessage
Returns the message.- Gibt zurück:
- message
-
setMessage
Set the message.- Parameter:
message
- the new message
-
getSender
Returns the sender.- Gibt zurück:
- sender
-
setSender
Set the sender.- Parameter:
sender
- the new sender
-
hashCode
public int hashCode() -
equals
-
toString
-