@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(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(NumericConditions.Builder builder)
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()
Match one or more values.
|
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.
|
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(NumericConditions.Builder builder)
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 © 2022. All rights reserved.