AssetHierarchy

Describes an asset hierarchy that contains a hierarchy's name and ID.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The external ID of the hierarchy, if it has one. When you update an asset hierarchy, you may assign an external ID if it doesn't already have one. You can't change the external ID of an asset hierarchy that already has one. For more information, see Using external IDs in the IoT SiteWise User Guide.

Link copied to clipboard
val id: String?

The ID of the hierarchy. This ID is a hierarchyId.

Link copied to clipboard

The hierarchy name provided in the CreateAssetModel or UpdateAssetModel API operation.

Functions

Link copied to clipboard
inline fun copy(block: AssetHierarchy.Builder.() -> Unit = {}): AssetHierarchy
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String