public static interface BatchGetAssetPropertyAggregatesEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyAggregatesEntry.Builder,BatchGetAssetPropertyAggregatesEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyAggregatesEntry.Builder |
aggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
aggregateTypes(Collection<AggregateType> aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
aggregateTypesWithStrings(Collection<String> aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
aggregateTypesWithStrings(String... aggregateTypes)
The data aggregating function.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
assetId(String assetId)
The ID of the asset in which the asset property was created.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
endDate(Instant endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
propertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
BatchGetAssetPropertyAggregatesEntry.Builder |
propertyId(String propertyId)
The ID of the asset property.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
qualities(Quality... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
resolution(String resolution)
The time interval over which to aggregate data.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
startDate(Instant startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
BatchGetAssetPropertyAggregatesEntry.Builder |
timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyAggregatesEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyAggregatesEntry.Builder assetId(String assetId)
The ID of the asset in which the asset property was created.
assetId - The ID of the asset in which the asset property was created.BatchGetAssetPropertyAggregatesEntry.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.BatchGetAssetPropertyAggregatesEntry.Builder propertyAlias(String propertyAlias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping industrial
data streams to asset properties in the IoT SiteWise User Guide.
propertyAlias - The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). For more information, see Mapping
industrial data streams to asset properties in the IoT SiteWise User Guide.BatchGetAssetPropertyAggregatesEntry.Builder aggregateTypesWithStrings(Collection<String> aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.BatchGetAssetPropertyAggregatesEntry.Builder aggregateTypesWithStrings(String... aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.BatchGetAssetPropertyAggregatesEntry.Builder aggregateTypes(Collection<AggregateType> aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.BatchGetAssetPropertyAggregatesEntry.Builder aggregateTypes(AggregateType... aggregateTypes)
The data aggregating function.
aggregateTypes - The data aggregating function.BatchGetAssetPropertyAggregatesEntry.Builder resolution(String resolution)
The time interval over which to aggregate data.
resolution - The time interval over which to aggregate data.BatchGetAssetPropertyAggregatesEntry.Builder startDate(Instant startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch time.
startDate - The exclusive start of the range from which to query historical data, expressed in seconds in Unix
epoch time.BatchGetAssetPropertyAggregatesEntry.Builder endDate(Instant endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
endDate - The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch
time.BatchGetAssetPropertyAggregatesEntry.Builder qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyAggregatesEntry.Builder qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyAggregatesEntry.Builder qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyAggregatesEntry.Builder qualities(Quality... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyAggregatesEntry.Builder timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering - The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering,
TimeOrderingBatchGetAssetPropertyAggregatesEntry.Builder timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
Default: ASCENDING
timeOrdering - The chronological sorting order of the requested information.
Default: ASCENDING
TimeOrdering,
TimeOrderingCopyright © 2023. All rights reserved.