public static interface AssetModelPropertySummary.Builder extends SdkPojo, CopyableBuilder<AssetModelPropertySummary.Builder,AssetModelPropertySummary>
| Modifier and Type | Method and Description |
|---|---|
AssetModelPropertySummary.Builder |
assetModelCompositeModelId(String assetModelCompositeModelId)
The ID of the composite model that contains the asset model property.
|
AssetModelPropertySummary.Builder |
dataType(PropertyDataType dataType)
The data type of the property.
|
AssetModelPropertySummary.Builder |
dataType(String dataType)
The data type of the property.
|
AssetModelPropertySummary.Builder |
dataTypeSpec(String dataTypeSpec)
The data type of the structure for this property.
|
AssetModelPropertySummary.Builder |
id(String id)
The ID of the property.
|
AssetModelPropertySummary.Builder |
name(String name)
The name of the property.
|
default AssetModelPropertySummary.Builder |
type(Consumer<PropertyType.Builder> type)
Sets the value of the Type property for this object.
|
AssetModelPropertySummary.Builder |
type(PropertyType type)
Sets the value of the Type property for this object.
|
AssetModelPropertySummary.Builder |
unit(String unit)
The unit (such as
Newtons or RPM) of the property. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetModelPropertySummary.Builder id(String id)
The ID of the property.
id - The ID of the property.AssetModelPropertySummary.Builder name(String name)
The name of the property.
name - The name of the property.AssetModelPropertySummary.Builder dataType(String dataType)
The data type of the property.
dataType - The data type of the property.PropertyDataType,
PropertyDataTypeAssetModelPropertySummary.Builder dataType(PropertyDataType dataType)
The data type of the property.
dataType - The data type of the property.PropertyDataType,
PropertyDataTypeAssetModelPropertySummary.Builder dataTypeSpec(String dataTypeSpec)
The data type of the structure for this property. This parameter exists on properties that have the
STRUCT data type.
dataTypeSpec - The data type of the structure for this property. This parameter exists on properties that have the
STRUCT data type.AssetModelPropertySummary.Builder unit(String unit)
The unit (such as Newtons or RPM) of the property.
unit - The unit (such as Newtons or RPM) of the property.AssetModelPropertySummary.Builder type(PropertyType type)
type - The new value for the Type property for this object.default AssetModelPropertySummary.Builder type(Consumer<PropertyType.Builder> type)
PropertyType.Builder avoiding the need
to create one manually via PropertyType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to type(PropertyType).
type - a consumer that will call methods on PropertyType.Buildertype(PropertyType)AssetModelPropertySummary.Builder assetModelCompositeModelId(String assetModelCompositeModelId)
The ID of the composite model that contains the asset model property.
assetModelCompositeModelId - The ID of the composite model that contains the asset model property.Copyright © 2023. All rights reserved.