public class AppRequest
extends java.lang.Object
| Constructor and Description |
|---|
AppRequest() |
| Modifier and Type | Method and Description |
|---|---|
Application |
getApplication()
The application used to send the request.
|
java.util.Date |
getCreatedTime()
Timestamp that indicates when the request was sent.
|
java.lang.String |
getData()
Optional data passed with the request for tracking purposes.
|
User |
getFrom()
The user who sent the request.
|
java.lang.String |
getMessage()
The message included with the request.
|
java.lang.String |
getRequestId() |
User |
getTo()
The user who got the request.
|
public java.lang.String getRequestId()
public Application getApplication()
public User getTo()
public User getFrom()
public java.lang.String getData()
public java.lang.String getMessage()
public java.util.Date getCreatedTime()