类 CreateAsynchFetchJobsResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.oef.services.model.CreateAsynchFetchJobsResult

public class CreateAsynchFetchJobsResult extends HeaderResponse
Create an asynchronous fetch job response.
  • 构造器详细资料

    • CreateAsynchFetchJobsResult

      public CreateAsynchFetchJobsResult()
    • CreateAsynchFetchJobsResult

      public CreateAsynchFetchJobsResult(String id, int wait)
      Constructor
      参数:
      id - Job ID
      wait - Number of queuing jobs before the current job. The value 0 indicates that the current job is being executed, and the value -1 indicates that the job has been executed at least once (the retry logic may be triggered).
  • 方法详细资料

    • getId

      public String getId()
      Obtain the job ID.
      返回:
      Job ID
    • setId

      public void setId(String id)
      Set the job ID.
      参数:
      id - Job ID
    • getWait

      public int getWait()
      Obtain the number of queuing jobs.
      返回:
      Number of queuing jobs
    • setWait

      public void setWait(int wait)
      Set the number of queuing jobs.
      参数:
      wait - Number of queuing jobs
    • toString

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse