BasicDigitalTwin.setId(String id) 方法
定义
Sets the unique Id of the digital twin in a digital twins instance. This field is present on every digital twin.
public BasicDigitalTwin setId(String id)
参数
- id
- String
The unique Id of the digital twin in a digital twins instance. This field is present on every digital twin.
返回
The BasicDigitalTwin object itself.