BasicDigitalTwin.addCustomProperty(String key, Object value) 方法
定义
Adds an additional property to the digital twin. This field will contain any properties of the digital twin that are not already defined by the other strong types of this class.
public BasicDigitalTwin addCustomProperty(String key, Object value)
参数
- key
- String
The key of the additional property to be added to the digital twin.
- value
- Object
The value of the additional property to be added to the digital twin.
返回
The BasicDigitalTwin object itself.