|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aetrion.flickr.groups.Throttle
public class Throttle
Constructor Summary | |
---|---|
Throttle()
|
Method Summary | |
---|---|
int |
getCount()
|
java.lang.String |
getMode()
|
int |
getRemaining()
|
void |
setCount(int count)
|
void |
setMode(java.lang.String mode)
|
void |
setRemaining(int remaining)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Throttle()
Method Detail |
---|
public int getCount()
public void setCount(int count)
public java.lang.String getMode()
public void setMode(java.lang.String mode)
public int getRemaining()
public void setRemaining(int remaining)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |