public static interface BatchGetAssetPropertyValueHistoryEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueHistoryEntry.Builder,BatchGetAssetPropertyValueHistoryEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueHistoryEntry.Builder |
assetId(String assetId)
The ID of the asset in which the asset property was created.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
endDate(Instant endDate)
The inclusive end of the range from which to query historical data, expressed in seconds in Unix epoch time.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueHistoryEntry.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). |
BatchGetAssetPropertyValueHistoryEntry.Builder |
propertyId(String propertyId)
The ID of the asset property.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
qualities(Quality... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
startDate(Instant startDate)
The exclusive start of the range from which to query historical data, expressed in seconds in Unix epoch
time.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
timeOrdering(String timeOrdering)
The chronological sorting order of the requested information.
|
BatchGetAssetPropertyValueHistoryEntry.Builder |
timeOrdering(TimeOrdering timeOrdering)
The chronological sorting order of the requested information.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueHistoryEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyValueHistoryEntry.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.BatchGetAssetPropertyValueHistoryEntry.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.BatchGetAssetPropertyValueHistoryEntry.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.BatchGetAssetPropertyValueHistoryEntry.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.BatchGetAssetPropertyValueHistoryEntry.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.BatchGetAssetPropertyValueHistoryEntry.Builder qualitiesWithStrings(Collection<String> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyValueHistoryEntry.Builder qualitiesWithStrings(String... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyValueHistoryEntry.Builder qualities(Collection<Quality> qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyValueHistoryEntry.Builder qualities(Quality... qualities)
The quality by which to filter asset data.
qualities - The quality by which to filter asset data.BatchGetAssetPropertyValueHistoryEntry.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,
TimeOrderingBatchGetAssetPropertyValueHistoryEntry.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 © 2022. All rights reserved.