public class SyncJobDto extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SyncJobDto.SyncFlow
同步任务数据流向:
- `upstream`: 作为上游,将数据同步到 Authing
- `downstream`: 作为下游,将 Authing 数据同步到此系统
|
static class |
SyncJobDto.SyncStatus
当前同步状态:
- `free`: 空闲状态,从未执行
- `pending`: 等待系统执行
- `onProgress`: 正在执行
- `success`: 成功
- `failed`: 失败
|
static class |
SyncJobDto.SyncTrigger
同步任务触发类型:
- `manually`: 手动触发执行
- `timed`: 定时触发
- `automatic`: 根据事件自动触发
|
| 构造器和说明 |
|---|
SyncJobDto() |
public Integer getSyncJobId()
public void setSyncJobId(Integer syncJobId)
public Integer getSyncTaskId()
public void setSyncTaskId(Integer syncTaskId)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public SyncJobDto.SyncStatus getSyncStatus()
public void setSyncStatus(SyncJobDto.SyncStatus syncStatus)
public SyncJobDto.SyncFlow getSyncFlow()
public void setSyncFlow(SyncJobDto.SyncFlow syncFlow)
public SyncJobDto.SyncTrigger getSyncTrigger()
public void setSyncTrigger(SyncJobDto.SyncTrigger syncTrigger)
public Integer getDepartmentCountAll()
public void setDepartmentCountAll(Integer departmentCountAll)
public Integer getDepartmentCountSucc()
public void setDepartmentCountSucc(Integer departmentCountSucc)
public Integer getDepartmentUpdateCountAll()
public void setDepartmentUpdateCountAll(Integer departmentUpdateCountAll)
public Integer getDepartmentUpdateCountSucc()
public void setDepartmentUpdateCountSucc(Integer departmentUpdateCountSucc)
public Integer getAccountCountAll()
public void setAccountCountAll(Integer accountCountAll)
public Integer getAccountCountSucc()
public void setAccountCountSucc(Integer accountCountSucc)
public Integer getAccountUpdateCountAll()
public void setAccountUpdateCountAll(Integer accountUpdateCountAll)
public Integer getAccountUpdateCountSucc()
public void setAccountUpdateCountSucc(Integer accountUpdateCountSucc)
public String getErrMsg()
public void setErrMsg(String errMsg)
Copyright © 2022. All rights reserved.