public static interface BatchGetAssetPropertyValueEntry.Builder extends SdkPojo, CopyableBuilder<BatchGetAssetPropertyValueEntry.Builder,BatchGetAssetPropertyValueEntry>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAssetPropertyValueEntry.Builder |
assetId(String assetId)
The ID of the asset in which the asset property was created.
|
BatchGetAssetPropertyValueEntry.Builder |
entryId(String entryId)
The ID of the entry.
|
BatchGetAssetPropertyValueEntry.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). |
BatchGetAssetPropertyValueEntry.Builder |
propertyId(String propertyId)
The ID of the asset property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAssetPropertyValueEntry.Builder entryId(String entryId)
The ID of the entry.
entryId - The ID of the entry.BatchGetAssetPropertyValueEntry.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.BatchGetAssetPropertyValueEntry.Builder propertyId(String propertyId)
The ID of the asset property.
propertyId - The ID of the asset property.BatchGetAssetPropertyValueEntry.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.Copyright © 2023. All rights reserved.