AssetPropertySummary.Builder |
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 |
AssetPropertySummary.Builder.assetCompositeModelId(String assetCompositeModelId) |
The ID of the composite model that contains the asset property.
|
static AssetPropertySummary.Builder |
AssetPropertySummary.builder() |
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.externalId(String externalId) |
The external ID of the property.
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.id(String id) |
The ID of the property.
|
default AssetPropertySummary.Builder |
AssetPropertySummary.Builder.notification(Consumer<PropertyNotification.Builder> notification) |
Sets the value of the Notification property for this object.
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.notification(PropertyNotification notification) |
Sets the value of the Notification property for this object.
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.path(Collection<AssetPropertyPathSegment> path) |
The structured path to the property from the root of the asset.
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.path(Consumer<AssetPropertyPathSegment.Builder>... path) |
The structured path to the property from the root of the asset.
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.path(AssetPropertyPathSegment... path) |
The structured path to the property from the root of the asset.
|
AssetPropertySummary.Builder |
AssetPropertySummary.toBuilder() |
|
AssetPropertySummary.Builder |
AssetPropertySummary.Builder.unit(String unit) |
The unit of measure (such as Newtons or RPM) of the asset property.
|