|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.datapipeline.model.Operator
public class Operator
Contains a logical operation for comparing the value of a field with a specified value.
Constructor Summary | |
---|---|
Operator()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getType()
The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). |
java.util.List<java.lang.String> |
getValues()
The value that the actual field value will be compared with. |
int |
hashCode()
|
void |
setType(OperatorType type)
The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). |
void |
setType(java.lang.String type)
The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). |
void |
setValues(java.util.Collection<java.lang.String> values)
The value that the actual field value will be compared with. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Operator |
withType(OperatorType type)
The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). |
Operator |
withType(java.lang.String type)
The logical operation to be performed: equal (EQ), equal reference (REF_EQ), less than or equal (LE), greater than or equal (GE), or between (BETWEEN). |
Operator |
withValues(java.util.Collection<java.lang.String> values)
The value that the actual field value will be compared with. |
Operator |
withValues(java.lang.String... values)
The value that the actual field value will be compared with. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Operator()
Method Detail |
---|
public java.lang.String getType()
The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
Constraints:
Allowed Values: EQ, REF_EQ, LE, GE, BETWEEN
The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
OperatorType
public void setType(java.lang.String type)
The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
Constraints:
Allowed Values: EQ, REF_EQ, LE, GE, BETWEEN
type
- The logical operation to be performed: equal (EQ), equal reference
(REF_EQ), less than or equal (LE), greater than or equal (GE), or
between (BETWEEN). Equal reference (REF_EQ) can be used only with
reference fields. The other comparison types can be used only with
String fields. The comparison types you can use apply only to certain
object fields, as detailed below. The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
OperatorType
public Operator withType(java.lang.String type)
The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EQ, REF_EQ, LE, GE, BETWEEN
type
- The logical operation to be performed: equal (EQ), equal reference
(REF_EQ), less than or equal (LE), greater than or equal (GE), or
between (BETWEEN). Equal reference (REF_EQ) can be used only with
reference fields. The other comparison types can be used only with
String fields. The comparison types you can use apply only to certain
object fields, as detailed below. The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
OperatorType
public void setType(OperatorType type)
The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
Constraints:
Allowed Values: EQ, REF_EQ, LE, GE, BETWEEN
type
- The logical operation to be performed: equal (EQ), equal reference
(REF_EQ), less than or equal (LE), greater than or equal (GE), or
between (BETWEEN). Equal reference (REF_EQ) can be used only with
reference fields. The other comparison types can be used only with
String fields. The comparison types you can use apply only to certain
object fields, as detailed below. The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
OperatorType
public Operator withType(OperatorType type)
The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: EQ, REF_EQ, LE, GE, BETWEEN
type
- The logical operation to be performed: equal (EQ), equal reference
(REF_EQ), less than or equal (LE), greater than or equal (GE), or
between (BETWEEN). Equal reference (REF_EQ) can be used only with
reference fields. The other comparison types can be used only with
String fields. The comparison types you can use apply only to certain
object fields, as detailed below. The comparison operators EQ and REF_EQ act on the following fields:
The comparison operators GE, LE, and BETWEEN act on the following fields:
Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. A best practice for user-defined fields that you add to a pipeline is to prefix their name with the string "my".
OperatorType
public java.util.List<java.lang.String> getValues()
public void setValues(java.util.Collection<java.lang.String> values)
values
- The value that the actual field value will be compared with.public Operator withValues(java.lang.String... values)
Returns a reference to this object so that method calls can be chained together.
values
- The value that the actual field value will be compared with.
public Operator withValues(java.util.Collection<java.lang.String> values)
Returns a reference to this object so that method calls can be chained together.
values
- The value that the actual field value will be compared with.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |