|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.DownloadRequest
public class DownloadRequest
A DownloadRequest indicates whether a request for a download
SMS was successful.
It contains:
HideIfNull indicates that the field is not sent at all, if the value is not set.
| Field Summary | |
|---|---|
java.lang.String |
description
An optional description, e.g. the reason why the request failed (phone model not currently supported, unknown phone model etc.). |
boolean |
isExperimental
Indicates whether support for the phone model is experimental. |
java.lang.String |
message
An optional message, e.g. the SMS that was sent to the user upon success. |
java.lang.String |
phoneNumber
The cell phone number to which the SMS was sent. |
boolean |
success
Indicates whether the request was successfully handled. |
| Constructor Summary | |
|---|---|
DownloadRequest()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
@HideIfNull public java.lang.String description
public boolean isExperimental
@HideIfNull public java.lang.String message
@HideIfNull public java.lang.String phoneNumber
public boolean success
| Constructor Detail |
|---|
public DownloadRequest()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||