FileUploadNotificationParser(String json) 构造函数
定义
CONSTRUCTOR Create an instance of the FileUploadNotification using the information in the provided json.
public FileUploadNotificationParser(String json)
参数
- json
- String
is the string that contains a valid json with the FileUpload notification.
例外
IllegalArgumentException
if the json is null, empty, or not valid.