public static final class GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder extends Object
构造器和说明 |
---|
Builder() |
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder DBTaskGroupId(Long DBTaskGroupId)
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder executeCount(Long executeCount)
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder jobStatus(String jobStatus)
* **NEW**: The task was created. * **COMPARING**: The schemas of tables were being compared. * **COMPARE_BREAK**: The schema comparison was interrupted. * **COMPARE_FINISH**: The schema comparison was complete. * **NOT_SCRIPTS**: The schema comparison was complete. No scripts were available. * **SUBMITED_DBTASK**: The task was submitted. * **DBTASK_SUCCESS**: The task was complete. * **SUBMITED_WORKFLOW**: The ticket was submitted for approval. * **WORKFLOW_SUCCESS**: The ticket was approved.
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder message(String message)
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder securityRule(String securityRule)
* **CANNOT_SYNC**: The schema synchronization is not allowed. * **WITH_APPROVE**: The schema synchronization can be performed after the ticket is approved. You can call the [SubmitStructSyncOrderApproval](~~206166~~) operation to submit the ticket for approval. * **WITHOUT_APPROVE**: The schema synchronization can be performed without approval.
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder sqlCount(Long sqlCount)
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder tableAnalyzed(Long tableAnalyzed)
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail.Builder tableCount(Long tableCount)
public GetStructSyncJobDetailResponseBody.StructSyncJobDetail build()
Copyright © 2023. All rights reserved.