|
Android Mobile Physical Therapy Exercise Documenter | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.communipatient.amptedapp.comm.QRMessage
public class QRMessage
The package that contains the content of the QR code.
| Field Summary | |
|---|---|
private java.lang.String |
mid
The message id. |
private java.lang.String |
pass
The password for decryption. |
private java.lang.String |
url
The decoded URL that will be used for the request. |
| Constructor Summary | |
|---|---|
QRMessage(java.lang.String contents)
Initializes a new instance of the QRMessage class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMid()
Gets the message ID. |
java.lang.String |
getPass()
Gets the message password. |
java.lang.String |
getUrl()
Gets the API base URL. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.lang.String url
private java.lang.String mid
private java.lang.String pass
| Constructor Detail |
|---|
public QRMessage(java.lang.String contents)
contents - The raw data from the QR code.| Method Detail |
|---|
public java.lang.String getUrl()
public java.lang.String getMid()
public java.lang.String getPass()
|
Revision: 109 Generated on Fri Dec 9 07:00:03 UTC 2011 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||