Class InvokeServiceRequest

    • Constructor Detail

      • InvokeServiceRequest

        public InvokeServiceRequest()
      • InvokeServiceRequest

        public InvokeServiceRequest​(InvokeServiceRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getServiceId

        public String getServiceId()
        Get 待调用的服务ID。
        Returns:
        ServiceId 待调用的服务ID。
      • setServiceId

        public void setServiceId​(String ServiceId)
        Set 待调用的服务ID。
        Parameters:
        ServiceId - 待调用的服务ID。
      • getServiceStatus

        public Long getServiceStatus()
        Get 要调用服务的状态:0表示调试版本,1表示上线版本
        Returns:
        ServiceStatus 要调用服务的状态:0表示调试版本,1表示上线版本
      • setServiceStatus

        public void setServiceStatus​(Long ServiceStatus)
        Set 要调用服务的状态:0表示调试版本,1表示上线版本
        Parameters:
        ServiceStatus - 要调用服务的状态:0表示调试版本,1表示上线版本
      • getFileUrl

        public String getFileUrl()
        Get 用于测试的文档的URL。
        Returns:
        FileUrl 用于测试的文档的URL。
      • setFileUrl

        public void setFileUrl​(String FileUrl)
        Set 用于测试的文档的URL。
        Parameters:
        FileUrl - 用于测试的文档的URL。
      • getInput

        public String getInput()
        Get 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
        Returns:
        Input 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
      • setInput

        public void setInput​(String Input)
        Set 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。
        Parameters:
        Input - 用于测试的文本,当此值不为空时,调用内容以此参数的值为准。