public static interface AssetPropertySummary.Builder extends SdkPojo, CopyableBuilder<AssetPropertySummary.Builder,AssetPropertySummary>
| Modifier and Type | Method and Description |
|---|---|
AssetPropertySummary.Builder |
alias(String alias)
The alias that identifies the property, such as an OPC-UA server data stream path (for example,
/company/windfarm/3/turbine/7/temperature). |
AssetPropertySummary.Builder |
assetCompositeModelId(String assetCompositeModelId)
The ID of the composite model that contains the asset property.
|
AssetPropertySummary.Builder |
id(String id)
The ID of the property.
|
default AssetPropertySummary.Builder |
notification(Consumer<PropertyNotification.Builder> notification)
Sets the value of the Notification property for this object.
|
AssetPropertySummary.Builder |
notification(PropertyNotification notification)
Sets the value of the Notification property for this object.
|
AssetPropertySummary.Builder |
unit(String unit)
The unit of measure (such as Newtons or RPM) of the asset property.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetPropertySummary.Builder id(String id)
The ID of the property.
id - The ID of the property.AssetPropertySummary.Builder alias(String alias)
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.
alias - 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.AssetPropertySummary.Builder unit(String unit)
The unit of measure (such as Newtons or RPM) of the asset property.
unit - The unit of measure (such as Newtons or RPM) of the asset property.AssetPropertySummary.Builder notification(PropertyNotification notification)
notification - The new value for the Notification property for this object.default AssetPropertySummary.Builder notification(Consumer<PropertyNotification.Builder> notification)
PropertyNotification.Builder avoiding
the need to create one manually via PropertyNotification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to notification(PropertyNotification).
notification - a consumer that will call methods on PropertyNotification.Buildernotification(PropertyNotification)AssetPropertySummary.Builder assetCompositeModelId(String assetCompositeModelId)
The ID of the composite model that contains the asset property.
assetCompositeModelId - The ID of the composite model that contains the asset property.Copyright © 2023. All rights reserved.