JobPropertiesParser 构造函数
定义
重载
JobPropertiesParser() |
Empty constructor: Used only to keep GSON happy. |
JobPropertiesParser(String json) |
Constructor for a JobPropertiesParser object that is built from the provided Json |
JobPropertiesParser()
Empty constructor: Used only to keep GSON happy.
public JobPropertiesParser()
JobPropertiesParser(String json)
Constructor for a JobPropertiesParser object that is built from the provided Json
public JobPropertiesParser(String json)
参数
- json
- String
the json to build the JobPropertiesParser from
例外
IllegalArgumentException
if the provided Json is null, empty, cannot be parsed, or if the provided Json is missing any of the type, inputBlobContainerUri or outputBlobContainerUri fields