| Package | Description |
|---|---|
| com.amazonaws.services.iotsitewise.model |
| Modifier and Type | Method and Description |
|---|---|
Variant |
Variant.clone() |
Variant |
InterpolatedAssetPropertyValue.getValue() |
Variant |
AssetPropertyValue.getValue()
The value of the asset property (see
Variant). |
Variant |
Variant.withBooleanValue(Boolean booleanValue)
Asset property data of type Boolean (true or false).
|
Variant |
Variant.withDoubleValue(Double doubleValue)
Asset property data of type double (floating point number).
|
Variant |
Variant.withIntegerValue(Integer integerValue)
Asset property data of type integer (whole number).
|
Variant |
Variant.withStringValue(String stringValue)
Asset property data of type string (sequence of characters).
|
| Modifier and Type | Method and Description |
|---|---|
void |
InterpolatedAssetPropertyValue.setValue(Variant value) |
void |
AssetPropertyValue.setValue(Variant value)
The value of the asset property (see
Variant). |
InterpolatedAssetPropertyValue |
InterpolatedAssetPropertyValue.withValue(Variant value) |
AssetPropertyValue |
AssetPropertyValue.withValue(Variant value)
The value of the asset property (see
Variant). |
Copyright © 2022. All rights reserved.