@Stability(value=Experimental) @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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<? extends Number> allowlist,
BetweenCondition between,
BetweenCondition betweenStrict,
Number greaterThan,
Number greaterThanOrEqualTo,
Number lessThan,
Number lessThanOrEqualTo)
Constructor that initializes the object based on literal property values passed by the
NumericConditions.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Number> |
getAllowlist()
(experimental) Match one or more values.
|
BetweenCondition |
getBetween()
(experimental) Match values that are between the specified values.
|
BetweenCondition |
getBetweenStrict()
(experimental) Match values that are strictly between the specified values.
|
Number |
getGreaterThan()
(experimental) Match values that are greater than the specified value.
|
Number |
getGreaterThanOrEqualTo()
(experimental) Match values that are greater than or equal to the specified value.
|
Number |
getLessThan()
(experimental) Match values that are less than the specified value.
|
Number |
getLessThanOrEqualTo()
(experimental) Match values that are less than or equal to the specified value.
|
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(List<? extends Number> allowlist, BetweenCondition between, BetweenCondition betweenStrict, Number greaterThan, Number greaterThanOrEqualTo, Number lessThan, Number lessThanOrEqualTo)
NumericConditions.Builder.public final List<Number> getAllowlist()
NumericConditionsDefault: - None
getAllowlist in interface NumericConditionspublic 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 NumericConditions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.