|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stackmob.sdkapi.SMUpdate
com.stackmob.sdkapi.SMIncrement
public class SMIncrement
| Constructor Summary | |
|---|---|
SMIncrement(String field,
long value)
Creates a new increment operation |
|
SMIncrement(String field,
SMInt value)
Creates a new increment operation |
|
| Method Summary | |
|---|---|
String |
getField()
Gets the field on which to execute this action. |
SMInt |
getValue()
Gets the value to increment by |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SMIncrement(String field,
SMInt value)
field - the field on which to operatevalue - the value to increment by
public SMIncrement(String field,
long value)
field - the field on which to operatevalue - the value to increment by| Method Detail |
|---|
public String getField()
public SMInt getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||