@Stability(value=Stable) @Internal public static final class NumericConditions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements NumericConditions
NumericConditionssoftware.amazon.jsii.JsiiObject.InitializationModeNumericConditions.Builder, NumericConditions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(BetweenCondition between,
BetweenCondition betweenStrict,
Number greaterThan,
Number greaterThanOrEqualTo,
Number lessThan,
Number lessThanOrEqualTo,
List<? extends Number> whitelist)
Constructor that initializes the object based on literal property values passed by the
NumericConditions.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
BetweenCondition |
getBetween()
Match values that are between the specified values.
|
BetweenCondition |
getBetweenStrict()
Match values that are strictly between the specified values.
|
Number |
getGreaterThan()
Match values that are greater than the specified value.
|
Number |
getGreaterThanOrEqualTo()
Match values that are greater than or equal to the specified value.
|
Number |
getLessThan()
Match values that are less than the specified value.
|
Number |
getLessThanOrEqualTo()
Match values that are less than or equal to the specified value.
|
List<Number> |
getWhitelist()
Match one or more values.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(BetweenCondition between, BetweenCondition betweenStrict, Number greaterThan, Number greaterThanOrEqualTo, Number lessThan, Number lessThanOrEqualTo, List<? extends Number> whitelist)
NumericConditions.Builder.public final BetweenCondition getBetween()
NumericConditionsDefault: - None
getBetween in interface NumericConditionspublic final BetweenCondition getBetweenStrict()
NumericConditionsDefault: - None
getBetweenStrict in interface NumericConditionspublic final Number getGreaterThan()
NumericConditionsDefault: - None
getGreaterThan in interface NumericConditionspublic final Number getGreaterThanOrEqualTo()
NumericConditionsDefault: - None
getGreaterThanOrEqualTo in interface NumericConditionspublic final Number getLessThan()
NumericConditionsDefault: - None
getLessThan in interface NumericConditionspublic final Number getLessThanOrEqualTo()
NumericConditionsDefault: - None
getLessThanOrEqualTo in interface NumericConditionspublic final List<Number> getWhitelist()
NumericConditionsDefault: - None
getWhitelist in interface NumericConditions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.