DeviceParser 构造函数
定义
重载
DeviceParser() |
Empty constructor. |
DeviceParser(String json) |
Constructor for a DeviceParser object that is built from the provided JSON. |
DeviceParser()
Empty constructor.
public DeviceParser()
DeviceParser(String json)
Constructor for a DeviceParser object that is built from the provided JSON.
public DeviceParser(String json)
参数
- json
- String
The JSON to build the object from.
例外
IllegalArgumentException
If the provided JSON isnull
</code> , empty, or not the expected format. </p>