@Deprecated
public class Condition
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
Condition()
非推奨です。
Default constructor for a new Condition object.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj)
非推奨です。
|
java.util.List<AttributeValue> |
getAttributeValueList()
非推奨です。
A list of attribute values to be used with a comparison operator for a
scan or query operation.
|
java.lang.String |
getComparisonOperator()
非推奨です。
A comparison operator is an enumeration of several operations:
EQ for equal. |
int |
hashCode()
非推奨です。
|
void |
setAttributeValueList(java.util.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)
非推奨です。
A comparison operator is an enumeration of several operations:
EQ for equal. |
void |
setComparisonOperator(java.lang.String comparisonOperator)
非推奨です。
A comparison operator is an enumeration of several operations:
EQ for equal. |
java.lang.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(java.util.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)
非推奨です。
A comparison operator is an enumeration of several operations:
EQ for equal. |
Condition |
withComparisonOperator(java.lang.String comparisonOperator)
非推奨です。
A comparison operator is an enumeration of several operations:
EQ for equal. |
public Condition()
public java.util.List<AttributeValue> getAttributeValueList()
BETWEEN comparison, the
AttributeValueList contains two attribute values and the comparison
operator.BETWEEN comparison, the
AttributeValueList contains two attribute values and the comparison
operator.public void setAttributeValueList(java.util.Collection<AttributeValue> attributeValueList)
BETWEEN comparison, the
AttributeValueList contains two attribute values and the comparison
operator.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)
BETWEEN comparison, the
AttributeValueList contains two attribute values and the comparison
operator.
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(java.util.Collection<AttributeValue> attributeValueList)
BETWEEN comparison, the
AttributeValueList contains two attribute values and the comparison
operator.
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 java.lang.String getComparisonOperator()
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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
ComparisonOperatorpublic void setComparisonOperator(java.lang.String comparisonOperator)
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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
comparisonOperator - A 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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
ComparisonOperatorpublic Condition withComparisonOperator(java.lang.String comparisonOperator)
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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
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 - A 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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
ComparisonOperatorpublic void setComparisonOperator(ComparisonOperator comparisonOperator)
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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
Constraints:
Allowed Values: EQ, NE, IN, LE, LT, GE, GT, BETWEEN, NOT_NULL, NULL, CONTAINS, NOT_CONTAINS, BEGINS_WITH
comparisonOperator - A 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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
ComparisonOperatorpublic Condition withComparisonOperator(ComparisonOperator comparisonOperator)
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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
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 - A 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 a substring
prefix.Scan operations support all available comparison operators.
Query operations support a subset of the available comparison operators: EQ, LE, LT, GE, GT, BETWEEN, and BEGINS_WITH.
ComparisonOperatorpublic java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object