public static interface BatchGetAssetPropertyAggregatesSuccessEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesSuccessEntry.Builder,BatchGetAssetPropertyAggregatesSuccessEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
|
BatchGetAssetPropertyAggregatesSuccessEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyAggregatesSuccessEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyAggregatesSuccessEntry.Builder aggregatedValues(Collection<AggregatedValue> aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
aggregatedValues - The requested aggregated asset property values (for example, average, minimum, and maximum).BatchGetAssetPropertyAggregatesSuccessEntry.Builder aggregatedValues(AggregatedValue... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
aggregatedValues - The requested aggregated asset property values (for example, average, minimum, and maximum).BatchGetAssetPropertyAggregatesSuccessEntry.Builder aggregatedValues(Consumer<AggregatedValue.Builder>... aggregatedValues)
The requested aggregated asset property values (for example, average, minimum, and maximum).
This is a convenience method that creates an instance of theAggregatedValue.Builder avoiding the need to create
one manually via AggregatedValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #aggregatedValues(List.
aggregatedValues - a consumer that will call methods on
AggregatedValue.Builder#aggregatedValues(java.util.Collection) Copyright © 2022. All rights reserved.