类 CommandResponse
java.lang.Object
com.onlyoffice.model.commandservice.CommandResponse
Defines the response parameters that are received from the document command service.
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getError()getKey()getKeys()org.json.JSONObjectorg.json.JSONObjectgetQuota()org.json.JSONObjectgetUrl()voidsetError(CommandResponse.Error error) voidvoidvoidsetLicense(org.json.JSONObject license) voidsetQuota(org.json.JSONObject quota) voidsetServer(org.json.JSONObject server) voidvoidsetVersion(String version)
-
构造器详细资料
-
CommandResponse
public CommandResponse()
-
-
方法详细资料
-
getError
-
setError
-
getKey
-
setKey
-
getKeys
-
setKeys
-
getLicense
public org.json.JSONObject getLicense() -
setLicense
public void setLicense(org.json.JSONObject license) -
getServer
public org.json.JSONObject getServer() -
setServer
public void setServer(org.json.JSONObject server) -
getQuota
public org.json.JSONObject getQuota() -
setQuota
public void setQuota(org.json.JSONObject quota) -
getUrl
-
setUrl
-
getVersion
-
setVersion
-