public static interface AssetPropertyValue.Builder extends SdkPojo, CopyableBuilder<AssetPropertyValue.Builder,AssetPropertyValue>
| Modifier and Type | Method and Description |
|---|---|
AssetPropertyValue.Builder |
quality(Quality quality)
The quality of the asset property value.
|
AssetPropertyValue.Builder |
quality(String quality)
The quality of the asset property value.
|
default AssetPropertyValue.Builder |
timestamp(Consumer<TimeInNanos.Builder> timestamp)
The timestamp of the asset property value.
|
AssetPropertyValue.Builder |
timestamp(TimeInNanos timestamp)
The timestamp of the asset property value.
|
default AssetPropertyValue.Builder |
value(Consumer<Variant.Builder> value)
The value of the asset property (see
Variant). |
AssetPropertyValue.Builder |
value(Variant value)
The value of the asset property (see
Variant). |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetPropertyValue.Builder value(Variant value)
The value of the asset property (see Variant).
value - The value of the asset property (see Variant).default AssetPropertyValue.Builder value(Consumer<Variant.Builder> value)
The value of the asset property (see Variant).
Variant.Builder avoiding the need to
create one manually via Variant.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to value(Variant).
value - a consumer that will call methods on Variant.Buildervalue(Variant)AssetPropertyValue.Builder timestamp(TimeInNanos timestamp)
The timestamp of the asset property value.
timestamp - The timestamp of the asset property value.default AssetPropertyValue.Builder timestamp(Consumer<TimeInNanos.Builder> timestamp)
The timestamp of the asset property value.
This is a convenience method that creates an instance of theTimeInNanos.Builder avoiding the need to
create one manually via TimeInNanos.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to timestamp(TimeInNanos).
timestamp - a consumer that will call methods on TimeInNanos.Buildertimestamp(TimeInNanos)AssetPropertyValue.Builder quality(String quality)
The quality of the asset property value.
AssetPropertyValue.Builder quality(Quality quality)
The quality of the asset property value.
Copyright © 2022. All rights reserved.