Class RequestJsonRpc

java.lang.Object
ru.bgcrm.plugin.bgbilling.RequestJsonRpc

public class RequestJsonRpc extends Object
  • Constructor Details

    • RequestJsonRpc

      public RequestJsonRpc(String module, String service, String method)
    • RequestJsonRpc

      public RequestJsonRpc(String module, int moduleId, String service, String method)
  • Method Details

    • getUrl

      public String getUrl()
    • getMethod

      public String getMethod()
    • getService

      public String getService()
    • getModule

      public String getModule()
    • setParam

      public void setParam(String name, Object value)
    • setParamContractId

      public void setParamContractId(int value)
    • setParamContractTitle

      public void setParamContractTitle(String value)
    • getParams

      public Map<String,Object> getParams()