public static interface AssetModelHierarchy.Builder extends SdkPojo, CopyableBuilder<AssetModelHierarchy.Builder,AssetModelHierarchy>
| Modifier and Type | Method and Description |
|---|---|
AssetModelHierarchy.Builder |
childAssetModelId(String childAssetModelId)
The ID of the asset model.
|
AssetModelHierarchy.Builder |
id(String id)
The ID of the asset model hierarchy.
|
AssetModelHierarchy.Builder |
name(String name)
The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAssetModelHierarchy.Builder id(String id)
The ID of the asset model hierarchy. This ID is a hierarchyId.
id - The ID of the asset model hierarchy. This ID is a hierarchyId.AssetModelHierarchy.Builder name(String name)
The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API operation.
name - The name of the asset model hierarchy that you specify by using the CreateAssetModel or UpdateAssetModel API operation.AssetModelHierarchy.Builder childAssetModelId(String childAssetModelId)
The ID of the asset model. All assets in this hierarchy must be instances of the
childAssetModelId asset model.
childAssetModelId - The ID of the asset model. All assets in this hierarchy must be instances of the
childAssetModelId asset model.Copyright © 2023. All rights reserved.