public static interface PutAssetPropertyValueEntry.Builder extends SdkPojo, CopyableBuilder<PutAssetPropertyValueEntry.Builder,PutAssetPropertyValueEntry>
| Modifier and Type | Method and Description |
|---|---|
PutAssetPropertyValueEntry.Builder |
assetId(String assetId)
The ID of the asset to update.
|
PutAssetPropertyValueEntry.Builder |
entryId(String entryId)
The user specified ID for the entry.
|
PutAssetPropertyValueEntry.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). |
PutAssetPropertyValueEntry.Builder |
propertyId(String propertyId)
The ID of the asset property for this entry.
|
PutAssetPropertyValueEntry.Builder |
propertyValues(AssetPropertyValue... propertyValues)
The list of property values to upload.
|
PutAssetPropertyValueEntry.Builder |
propertyValues(Collection<AssetPropertyValue> propertyValues)
The list of property values to upload.
|
PutAssetPropertyValueEntry.Builder |
propertyValues(Consumer<AssetPropertyValue.Builder>... propertyValues)
The list of property values to upload.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPutAssetPropertyValueEntry.Builder entryId(String entryId)
The user specified ID for the entry. You can use this ID to identify which entries failed.
entryId - The user specified ID for the entry. You can use this ID to identify which entries failed.PutAssetPropertyValueEntry.Builder assetId(String assetId)
The ID of the asset to update.
assetId - The ID of the asset to update.PutAssetPropertyValueEntry.Builder propertyId(String propertyId)
The ID of the asset property for this entry.
propertyId - The ID of the asset property for this entry.PutAssetPropertyValueEntry.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.PutAssetPropertyValueEntry.Builder propertyValues(Collection<AssetPropertyValue> propertyValues)
The list of property values to upload. You can specify up to 10 propertyValues array elements.
propertyValues - The list of property values to upload. You can specify up to 10 propertyValues array
elements.PutAssetPropertyValueEntry.Builder propertyValues(AssetPropertyValue... propertyValues)
The list of property values to upload. You can specify up to 10 propertyValues array elements.
propertyValues - The list of property values to upload. You can specify up to 10 propertyValues array
elements.PutAssetPropertyValueEntry.Builder propertyValues(Consumer<AssetPropertyValue.Builder>... propertyValues)
The list of property values to upload. You can specify up to 10 propertyValues array elements.
AssetPropertyValue.Builder avoiding the need to
create one manually via
AssetPropertyValue.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #propertyValues(List.
propertyValues - a consumer that will call methods on
AssetPropertyValue.Builder#propertyValues(java.util.Collection) Copyright © 2022. All rights reserved.