@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()
Represents the "equal to" condition to be applied to a single field when querying for findings.
|
Double |
getGte()
Represents the "greater than equal" condition to be applied to a single field when querying for findings.
|
Double |
getLte()
Represents the "less than equal" condition to be applied to a single field when querying for findings.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEq(Double eq)
Represents the "equal to" condition to be applied to a single field when querying for findings.
|
void |
setGte(Double gte)
Represents the "greater than equal" condition to be applied to a single field when querying for findings.
|
void |
setLte(Double lte)
Represents 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)
Represents the "equal to" condition to be applied to a single field when querying for findings.
|
NumberFilter |
withGte(Double gte)
Represents the "greater than equal" condition to be applied to a single field when querying for findings.
|
NumberFilter |
withLte(Double lte)
Represents the "less than equal" condition to be applied to a single field when querying for findings.
|
public void setGte(Double gte)
Represents the "greater than equal" condition to be applied to a single field when querying for findings.
gte - Represents the "greater than equal" condition to be applied to a single field when querying for findings.public Double getGte()
Represents the "greater than equal" condition to be applied to a single field when querying for findings.
public NumberFilter withGte(Double gte)
Represents the "greater than equal" condition to be applied to a single field when querying for findings.
gte - Represents the "greater than equal" condition to be applied to a single field when querying for findings.public void setLte(Double lte)
Represents the "less than equal" condition to be applied to a single field when querying for findings.
lte - Represents the "less than equal" condition to be applied to a single field when querying for findings.public Double getLte()
Represents the "less than equal" condition to be applied to a single field when querying for findings.
public NumberFilter withLte(Double lte)
Represents the "less than equal" condition to be applied to a single field when querying for findings.
lte - Represents the "less than equal" condition to be applied to a single field when querying for findings.public void setEq(Double eq)
Represents the "equal to" condition to be applied to a single field when querying for findings.
eq - Represents the "equal to" condition to be applied to a single field when querying for findings.public Double getEq()
Represents the "equal to" condition to be applied to a single field when querying for findings.
public NumberFilter withEq(Double eq)
Represents the "equal to" condition to be applied to a single field when querying for findings.
eq - Represents the "equal to" condition to be applied to a single field when querying for findings.public String toString()
toString in class ObjectObject.toString()public NumberFilter clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.