@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NumberFilter extends Object implements Serializable, Cloneable, StructuredPojo
A number filter for querying findings.
Constructor and Description |
---|
NumberFilter() |
Modifier and Type | Method and Description |
---|---|
NumberFilter |
clone() |
boolean |
equals(Object obj) |
Double |
getEq()
The equal-to condition to be applied to a single field when querying for findings.
|
Double |
getGt()
The greater-than condition to be applied to a single field when querying for findings.
|
Double |
getGte()
The greater-than-equal condition to be applied to a single field when querying for findings.
|
Double |
getLt()
The less-than condition to be applied to a single field when querying for findings.
|
Double |
getLte()
The less-than-equal condition to be applied to a single field when querying for findings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEq(Double eq)
The equal-to condition to be applied to a single field when querying for findings.
|
void |
setGt(Double gt)
The greater-than condition to be applied to a single field when querying for findings.
|
void |
setGte(Double gte)
The greater-than-equal condition to be applied to a single field when querying for findings.
|
void |
setLt(Double lt)
The less-than condition to be applied to a single field when querying for findings.
|
void |
setLte(Double lte)
The less-than-equal condition to be applied to a single field when querying for findings.
|
String |
toString()
Returns a string representation of this object.
|
NumberFilter |
withEq(Double eq)
The equal-to condition to be applied to a single field when querying for findings.
|
NumberFilter |
withGt(Double gt)
The greater-than condition to be applied to a single field when querying for findings.
|
NumberFilter |
withGte(Double gte)
The greater-than-equal condition to be applied to a single field when querying for findings.
|
NumberFilter |
withLt(Double lt)
The less-than condition to be applied to a single field when querying for findings.
|
NumberFilter |
withLte(Double lte)
The less-than-equal condition to be applied to a single field when querying for findings.
|
public void setGte(Double gte)
The greater-than-equal condition to be applied to a single field when querying for findings.
gte
- The greater-than-equal condition to be applied to a single field when querying for findings.public Double getGte()
The greater-than-equal condition to be applied to a single field when querying for findings.
public NumberFilter withGte(Double gte)
The greater-than-equal condition to be applied to a single field when querying for findings.
gte
- The greater-than-equal condition to be applied to a single field when querying for findings.public void setLte(Double lte)
The less-than-equal condition to be applied to a single field when querying for findings.
lte
- The less-than-equal condition to be applied to a single field when querying for findings.public Double getLte()
The less-than-equal condition to be applied to a single field when querying for findings.
public NumberFilter withLte(Double lte)
The less-than-equal condition to be applied to a single field when querying for findings.
lte
- The less-than-equal condition to be applied to a single field when querying for findings.public void setGt(Double gt)
The greater-than condition to be applied to a single field when querying for findings.
gt
- The greater-than condition to be applied to a single field when querying for findings.public Double getGt()
The greater-than condition to be applied to a single field when querying for findings.
public NumberFilter withGt(Double gt)
The greater-than condition to be applied to a single field when querying for findings.
gt
- The greater-than condition to be applied to a single field when querying for findings.public void setLt(Double lt)
The less-than condition to be applied to a single field when querying for findings.
lt
- The less-than condition to be applied to a single field when querying for findings.public Double getLt()
The less-than condition to be applied to a single field when querying for findings.
public NumberFilter withLt(Double lt)
The less-than condition to be applied to a single field when querying for findings.
lt
- The less-than condition to be applied to a single field when querying for findings.public void setEq(Double eq)
The equal-to condition to be applied to a single field when querying for findings.
eq
- The equal-to condition to be applied to a single field when querying for findings.public Double getEq()
The equal-to condition to be applied to a single field when querying for findings.
public NumberFilter withEq(Double eq)
The equal-to condition to be applied to a single field when querying for findings.
eq
- The equal-to condition to be applied to a single field when querying for findings.public String toString()
toString
in class Object
Object.toString()
public NumberFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.