public static interface AssetPropertyValue.Builder extends SdkPojo, CopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyValue.Builder |
quality(String quality)
The quality of the asset property value.
|
AssetPropertyValue.Builder |
timestamp(AssetPropertyTimestamp timestamp)
The timestamp associated with the asset property value.
|
default AssetPropertyValue.Builder |
timestamp(Consumer<AssetPropertyTimestamp.Builder> timestamp)
The timestamp associated with the asset property value.
|
AssetPropertyValue.Builder |
value(AssetPropertyVariant value)
The value to send to an asset property.
|
default AssetPropertyValue.Builder |
value(Consumer<AssetPropertyVariant.Builder> value)
The value to send to an asset property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetPropertyValue.Builder value(AssetPropertyVariant value)
The value to send to an asset property.
value - The value to send to an asset property.default AssetPropertyValue.Builder value(Consumer<AssetPropertyVariant.Builder> value)
The value to send to an asset property.
This is a convenience that creates an instance of theAssetPropertyVariant.Builder avoiding the need
to create one manually via AssetPropertyVariant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to value(AssetPropertyVariant).value - a consumer that will call methods on AssetPropertyVariant.Buildervalue(AssetPropertyVariant)AssetPropertyValue.Builder timestamp(AssetPropertyTimestamp timestamp)
The timestamp associated with the asset property value. The default is the current event time.
timestamp - The timestamp associated with the asset property value. The default is the current event time.default AssetPropertyValue.Builder timestamp(Consumer<AssetPropertyTimestamp.Builder> timestamp)
The timestamp associated with the asset property value. The default is the current event time.
This is a convenience that creates an instance of theAssetPropertyTimestamp.Builder avoiding the
need to create one manually via AssetPropertyTimestamp.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to timestamp(AssetPropertyTimestamp).timestamp - a consumer that will call methods on AssetPropertyTimestamp.Buildertimestamp(AssetPropertyTimestamp)AssetPropertyValue.Builder quality(String quality)
The quality of the asset property value. The value must be 'GOOD', 'BAD', or
'UNCERTAIN'.
quality - The quality of the asset property value. The value must be 'GOOD', 'BAD', or
'UNCERTAIN'.Copyright © 2022. All rights reserved.