类 FetchObjectResponse

    • 构造器详细资料

      • FetchObjectResponse

        public FetchObjectResponse()
    • 方法详细资料

      • getCode

        public String getCode()
        Gets the code of this fetching that was created in the associated FetchObjectRequest.
        返回:
        The code of the fetch object response.
      • setCode

        public void setCode​(String code)
        Sets the code of this fetching that was created in the associated FetchObjectRequest.
        参数:
        code - The code of this fetching that was created in the associated FetchObjectRequest.
      • getMessage

        public String getMessage()
        Gets the message of this fetching that was created in the associated FetchObjectRequest.
        返回:
        The message of the fetch object response.
      • setMessage

        public void setMessage​(String message)
        Sets the message of this fetching that was created in the associated FetchObjectRequest.
        参数:
        message - The message of this fetching that was created in the associated FetchObjectRequest.
      • getRequestId

        public String getRequestId()
        Gets the requestId of this fetching that was created in the associated FetchObjectRequest.
        返回:
        The requestId of the fetch object response.
      • setRequestId

        public void setRequestId​(String requestId)
        Sets the requestId of this fetching that was created in the associated FetchObjectRequest.
        参数:
        requestId - The requestId of this fetching that was created in the associated FetchObjectRequest.
      • getJobId

        public String getJobId()
        Gets the jobId of this fetching that was created in the associated FetchObjectRequest.
        返回:
        The jobId of the fetch object response.
      • setJobId

        public void setJobId​(String jobId)
        Sets the jobId of this fetching that was created in the associated FetchObjectRequest.
        参数:
        jobId - The jobId of this fetching that was created in the associated FetchObjectRequest.