DeviceRegistrationState(String json) 构造函数
定义
CONSTRUCTOR
This constructor creates an instance of the device registration state filling the class with the information provided in the JSON.
public DeviceRegistrationState(String json)
参数
- json
- String
theString
</code> with the JSON received from the provisioning service. </p>
例外
IllegalArgumentException
If the provided JSON is null, empty, or invalid.