|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.dynamodb.model.Condition
public class Condition
Condition
Constructor Summary | |
---|---|
Condition()
Default constructor for a new Condition object. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<AttributeValue> |
getAttributeValueList()
A list of attribute values to be used with a comparison operator for a scan or query operation. |
String |
getComparisonOperator()
Comparison Operator is an enumeration of several operations : EQ for Equal , NE for Not Equal, IN checks for Exact Matches, LE for less than or equal to, LT for less than, GE for greater than or equal to, GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS for absence of a substring or absence of a value in a set, BEGINS_WITH for substring prefix. |
int |
hashCode()
|
void |
setAttributeValueList(Collection<AttributeValue> attributeValueList)
A list of attribute values to be used with a comparison operator for a scan or query operation. |
void |
setComparisonOperator(ComparisonOperator comparisonOperator)
Comparison Operator is an enumeration of several operations : EQ for Equal , NE for Not Equal, IN checks for Exact Matches, LE for less than or equal to, LT for less than, GE for greater than or equal to, GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS for absence of a substring or absence of a value in a set, BEGINS_WITH for substring prefix. |
void |
setComparisonOperator(String comparisonOperator)
Comparison Operator is an enumeration of several operations : EQ for Equal , NE for Not Equal, IN checks for Exact Matches, LE for less than or equal to, LT for less than, GE for greater than or equal to, GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS for absence of a substring or absence of a value in a set, BEGINS_WITH for substring prefix. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Condition |
withAttributeValueList(AttributeValue... attributeValueList)
A list of attribute values to be used with a comparison operator for a scan or query operation. |
Condition |
withAttributeValueList(Collection<AttributeValue> attributeValueList)
A list of attribute values to be used with a comparison operator for a scan or query operation. |
Condition |
withComparisonOperator(ComparisonOperator comparisonOperator)
Comparison Operator is an enumeration of several operations : EQ for Equal , NE for Not Equal, IN checks for Exact Matches, LE for less than or equal to, LT for less than, GE for greater than or equal to, GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS for absence of a substring or absence of a value in a set, BEGINS_WITH for substring prefix. |
Condition |
withComparisonOperator(String comparisonOperator)
Comparison Operator is an enumeration of several operations : EQ for Equal , NE for Not Equal, IN checks for Exact Matches, LE for less than or equal to, LT for less than, GE for greater than or equal to, GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS for absence of a substring or absence of a value in a set, BEGINS_WITH for substring prefix. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Condition()
Method Detail |
---|
public List<AttributeValue> getAttributeValueList()
public void setAttributeValueList(Collection<AttributeValue> attributeValueList)
attributeValueList
- A list of attribute values to be used with a comparison operator for a
scan or query operation. For comparisons that require more than one
value, such as a BETWEEN comparison, the AttributeValueList contains
two attribute values and the comparison operator.public Condition withAttributeValueList(AttributeValue... attributeValueList)
Returns a reference to this object so that method calls can be chained together.
attributeValueList
- A list of attribute values to be used with a comparison operator for a
scan or query operation. For comparisons that require more than one
value, such as a BETWEEN comparison, the AttributeValueList contains
two attribute values and the comparison operator.
public Condition withAttributeValueList(Collection<AttributeValue> attributeValueList)
Returns a reference to this object so that method calls can be chained together.
attributeValueList
- A list of attribute values to be used with a comparison operator for a
scan or query operation. For comparisons that require more than one
value, such as a BETWEEN comparison, the AttributeValueList contains
two attribute values and the comparison operator.
public String getComparisonOperator()
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
ComparisonOperator
public void setComparisonOperator(String comparisonOperator)
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
comparisonOperator
- Comparison Operator is an enumeration of several operations : EQ for
Equal , NE for Not Equal, IN checks for Exact Matches, LE for less
than or equal to, LT for less than, GE for greater than or equal to,
GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL
for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS
for absence of a substring or absence of a value in a set, BEGINS_WITH
for substring prefix.ComparisonOperator
public Condition withComparisonOperator(String comparisonOperator)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
comparisonOperator
- Comparison Operator is an enumeration of several operations : EQ for
Equal , NE for Not Equal, IN checks for Exact Matches, LE for less
than or equal to, LT for less than, GE for greater than or equal to,
GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL
for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS
for absence of a substring or absence of a value in a set, BEGINS_WITH
for substring prefix.
ComparisonOperator
public void setComparisonOperator(ComparisonOperator comparisonOperator)
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
comparisonOperator
- Comparison Operator is an enumeration of several operations : EQ for
Equal , NE for Not Equal, IN checks for Exact Matches, LE for less
than or equal to, LT for less than, GE for greater than or equal to,
GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL
for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS
for absence of a substring or absence of a value in a set, BEGINS_WITH
for substring prefix.ComparisonOperator
public Condition withComparisonOperator(ComparisonOperator comparisonOperator)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
comparisonOperator
- Comparison Operator is an enumeration of several operations : EQ for
Equal , NE for Not Equal, IN checks for Exact Matches, LE for less
than or equal to, LT for less than, GE for greater than or equal to,
GT for greater than, BETWEEN for between, NOT_NULL for exists, NULL
for not exists, CONTAINS for substring or value in a set, NOT_CONTAINS
for absence of a substring or absence of a value in a set, BEGINS_WITH
for substring prefix.
ComparisonOperator
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |