DigitalTwinsImpl.getDigitalTwin(String id) 方法
定义
Gets a digital twin.
public Object getDigitalTwin(String id)
参数
- id
- String
Digital Twin ID.
返回
Object
the Object object if successful.
例外
IllegalArgumentException
thrown if parameters fail the validation
RestException
thrown if the request is rejected by server
RuntimeException
all other wrapped checked exceptions if the request fails to be sent
- 替代