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