com.stackmob.sdkapi
Class SMIsNull
java.lang.Object
com.stackmob.sdkapi.SMCondition
com.stackmob.sdkapi.SMIsNull
public class SMIsNull
- extends SMCondition
An "is null" or "is not null" query
SMIsNull
public SMIsNull(String field,
SMBoolean value)
- Creates a new SMIsNull query
- Parameters:
field - the field to queryvalue - true if "is null"; false if "is not null"
getField
public String getField()
getValue
public SMBoolean getValue()
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2013 StackMob. All Rights Reserved.