UserDefinedFunction 构造函数
定义
重载
UserDefinedFunction() |
Constructor. |
UserDefinedFunction(JSONObject jsonObject) |
Constructor.
|
UserDefinedFunction(String jsonString) |
Constructor.
|
UserDefinedFunction()
Constructor.
public UserDefinedFunction()
UserDefinedFunction(JSONObject jsonObject)
Constructor.
public UserDefinedFunction(JSONObject jsonObject)
参数
- jsonObject
- JSONObject
the json object that represents the user defined function.
UserDefinedFunction(String jsonString)
Constructor.
public UserDefinedFunction(String jsonString)
参数
- jsonString
- String
the json string that represents the user defined function.