public class Schedule extends Object
| Constructor and Description |
|---|
Schedule(org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedAt() |
String |
getDestinations() |
String |
getFileName() |
long |
getId() |
Date |
getScheduledAt() |
String |
getStatus() |
String |
getText() |
long |
getUserId() |
boolean |
isFile() |
boolean |
isFileHasText() |
String |
toString() |
public Schedule(org.json.JSONObject json)
throws org.json.JSONException,
ParseException
org.json.JSONExceptionParseExceptionpublic long getId()
public long getUserId()
public Date getScheduledAt()
public Date getCreatedAt()
public String getStatus()
public boolean isFile()
public String getFileName()
public boolean isFileHasText()
public String getText()
public String getDestinations()
Copyright © 2014. All rights reserved.