类 AsyncJobResultResponse

java.lang.Object
com.github.shuaidd.response.AbstractBaseResponse
com.github.shuaidd.response.addressbook.AsyncJobResultResponse

public class AsyncJobResultResponse extends AbstractBaseResponse
描述
作者:
ddshuai date 2019-04-06 20:49
  • 字段详细资料

    • status

      private Integer status
      1表示任务开始,2表示任务进行中,3表示任务已完成
    • type

      private String type
      1. sync_user(增量更新成员) 2. replace_user(全量覆盖成员)3. replace_party(全量覆盖部门)
    • total

      private Integer total
    • percentage

      private Integer percentage
    • result

      private List<JobResultDetail> result
  • 构造器详细资料

    • AsyncJobResultResponse

      public AsyncJobResultResponse()
  • 方法详细资料