public final class DigitalTwinMetadata extends Object
Constructor and Description |
---|
DigitalTwinMetadata()
Creates an instance of digital twin metadata.
|
Modifier and Type | Method and Description |
---|---|
String |
getModelId()
Gets the Id of the model that the digital twin or component is modeled by.
|
Map<String,WritableProperty> |
getWriteableProperties()
Gets the model-defined writable properties' request state.
|
DigitalTwinMetadata |
setModelId(String modelId)
Sets the Id of the model that the digital twin or component is modeled by.
|
public DigitalTwinMetadata()
public String getModelId()
public DigitalTwinMetadata setModelId(String modelId)
modelId
- The Id of the model that the digital twin or component is modeled by.public Map<String,WritableProperty> getWriteableProperties()
Copyright © 2023. All rights reserved.