DatabaseAccountLocation 构造函数
定义
重载
DatabaseAccountLocation(JSONObject jsonObject) |
Creates a new instance of the DatabaseAccountLocation object from a JSON object.
|
DatabaseAccountLocation(String jsonString) |
Creates a new instance of the DatabaseAccountLocation object from a JSON string.
|
DatabaseAccountLocation(JSONObject jsonObject)
Creates a new instance of the DatabaseAccountLocation object from a JSON object.
public DatabaseAccountLocation(JSONObject jsonObject)
参数
- jsonObject
- JSONObject
the JSON object that represents the DatabaseAccountLocation object.
DatabaseAccountLocation(String jsonString)
Creates a new instance of the DatabaseAccountLocation object from a JSON string.
public DatabaseAccountLocation(String jsonString)
参数
- jsonString
- String
the JSON string that represents the DatabaseAccountLocation object.