类 CommandResponse

java.lang.Object
com.onlyoffice.model.commandservice.CommandResponse

public class CommandResponse extends Object
Defines the response parameters that are received from the document command service.
  • 构造器详细资料

    • CommandResponse

      public CommandResponse()
  • 方法详细资料

    • getError

      public CommandResponse.Error getError()
    • setError

      public void setError(CommandResponse.Error error)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • getKeys

      public List<String> getKeys()
    • setKeys

      public void setKeys(List<String> keys)
    • 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

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)