|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsiuying.gm.GMResponse
public abstract class GMResponse
Response from GMail Sent from google after we initialize a request
| Field Summary | |
|---|---|
protected java.util.TreeMap |
_gminfo
General info in this account, required |
protected java.util.TreeMap |
_gmlabel
Avaliable Label in this account, required |
protected java.util.ArrayList |
_threads
Threads in the response, optional |
byte |
type
Type of this response |
| Constructor Summary | |
|---|---|
GMResponse()
|
|
GMResponse(java.util.TreeMap gminfo,
java.util.TreeMap gmlabel,
java.util.ArrayList threads)
|
|
| Method Summary | |
|---|---|
java.util.TreeMap |
getGminfo()
|
java.util.TreeMap |
getGmlabel()
|
java.util.ArrayList |
getGMThreads()
|
void |
setGminfo(java.util.TreeMap gminfo)
|
void |
setGmlabel(java.util.TreeMap gmlabel)
|
void |
setThreads(java.util.ArrayList threads)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.TreeMap _gminfo
protected java.util.TreeMap _gmlabel
protected java.util.ArrayList _threads
public byte type
| Constructor Detail |
|---|
public GMResponse()
public GMResponse(java.util.TreeMap gminfo,
java.util.TreeMap gmlabel,
java.util.ArrayList threads)
| Method Detail |
|---|
public java.util.TreeMap getGminfo()
public java.util.TreeMap getGmlabel()
public void setGminfo(java.util.TreeMap gminfo)
public void setGmlabel(java.util.TreeMap gmlabel)
public java.util.ArrayList getGMThreads()
public void setThreads(java.util.ArrayList threads)
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||