Package org.cdk8s.plus24.k8s
Class Quantity
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus24.k8s.Quantity
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-07-08T00:25:14.638Z") @Stability(Stable) public class Quantity extends software.amazon.jsii.JsiiObject
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Quantity
fromNumber(Number value)
static Quantity
fromString(String value)
Object
getValue()
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Method Detail
-
fromNumber
@Stability(Stable) @NotNull public static Quantity fromNumber(@NotNull Number value)
- Parameters:
value
- This parameter is required.
-
fromString
@Stability(Stable) @NotNull public static Quantity fromString(@NotNull String value)
- Parameters:
value
- This parameter is required.
-
getValue
@Stability(Stable) @NotNull public Object getValue()
-
-