Skip to content

DataCheckConfigureProperty

Initializer

import com.aliyun.ros.cdk.dts.RosSynchronizationJob2.DataCheckConfigureProperty;
DataCheckConfigureProperty.builder()
//  .checkMaximumHour(java.lang.Number)
//  .checkMaximumHour(IResolvable)
//  .checkMaximumHourEnable(java.lang.Number)
//  .checkMaximumHourEnable(IResolvable)
//  .dataCheckDbList(java.lang.String)
//  .dataCheckDbList(IResolvable)
//  .dataCheckNoticePhone(java.lang.String)
//  .dataCheckNoticePhone(IResolvable)
//  .fullCheckErrorNotice(java.lang.Boolean)
//  .fullCheckErrorNotice(IResolvable)
//  .fullCheckFixData(java.lang.Boolean)
//  .fullCheckFixData(IResolvable)
//  .fullCheckMaxReadBps(java.lang.Number)
//  .fullCheckMaxReadBps(IResolvable)
//  .fullCheckMaxReadRps(java.lang.Number)
//  .fullCheckMaxReadRps(IResolvable)
//  .fullCheckModel(java.lang.Number)
//  .fullCheckModel(IResolvable)
//  .fullCheckNoticeValue(java.lang.Number)
//  .fullCheckNoticeValue(IResolvable)
//  .fullCheckRatio(java.lang.Number)
//  .fullCheckRatio(IResolvable)
//  .fullCheckReferEndpoint(java.lang.String)
//  .fullCheckReferEndpoint(IResolvable)
//  .fullCheckValidFailNotice(java.lang.Boolean)
//  .fullCheckValidFailNotice(IResolvable)
//  .fullDataCheck(java.lang.Boolean)
//  .fullDataCheck(IResolvable)
//  .incrementalCheckDelayNotice(java.lang.Boolean)
//  .incrementalCheckDelayNotice(IResolvable)
//  .incrementalCheckDelayNoticePeriod(java.lang.Number)
//  .incrementalCheckDelayNoticePeriod(IResolvable)
//  .incrementalCheckDelayNoticeTimes(java.lang.Number)
//  .incrementalCheckDelayNoticeTimes(IResolvable)
//  .incrementalCheckDelayNoticeValue(java.lang.Number)
//  .incrementalCheckDelayNoticeValue(IResolvable)
//  .incrementalCheckErrorNotice(java.lang.Boolean)
//  .incrementalCheckErrorNotice(IResolvable)
//  .incrementalCheckValidFailNotice(java.lang.Boolean)
//  .incrementalCheckValidFailNotice(IResolvable)
//  .incrementalCheckValidFailNoticePeriod(java.lang.Number)
//  .incrementalCheckValidFailNoticePeriod(IResolvable)
//  .incrementalCheckValidFailNoticeTimes(java.lang.Number)
//  .incrementalCheckValidFailNoticeTimes(IResolvable)
//  .incrementalCheckValidFailNoticeValue(java.lang.Number)
//  .incrementalCheckValidFailNoticeValue(IResolvable)
//  .incrementalDataCheck(java.lang.Boolean)
//  .incrementalDataCheck(IResolvable)
    .build();

Properties

Name Type Description
checkMaximumHour java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
checkMaximumHourEnable java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
dataCheckDbList java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
dataCheckNoticePhone java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckErrorNotice java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckFixData java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckMaxReadBps java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckMaxReadRps java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckModel java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckNoticeValue java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckRatio java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckReferEndpoint java.lang.String OR com.aliyun.ros.cdk.core.IResolvable No description.
fullCheckValidFailNotice java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
fullDataCheck java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckDelayNotice java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckDelayNoticePeriod java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckDelayNoticeTimes java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckDelayNoticeValue java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckErrorNotice java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckValidFailNotice java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckValidFailNoticePeriod java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckValidFailNoticeTimes java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalCheckValidFailNoticeValue java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable No description.
incrementalDataCheck java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable No description.

checkMaximumHourOptional

public java.lang.Object getCheckMaximumHour();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

checkMaximumHourEnableOptional

public java.lang.Object getCheckMaximumHourEnable();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

dataCheckDbListOptional

public java.lang.Object getDataCheckDbList();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

dataCheckNoticePhoneOptional

public java.lang.Object getDataCheckNoticePhone();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

fullCheckErrorNoticeOptional

public java.lang.Object getFullCheckErrorNotice();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

fullCheckFixDataOptional

public java.lang.Object getFullCheckFixData();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

fullCheckMaxReadBpsOptional

public java.lang.Object getFullCheckMaxReadBps();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

fullCheckMaxReadRpsOptional

public java.lang.Object getFullCheckMaxReadRps();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

fullCheckModelOptional

public java.lang.Object getFullCheckModel();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

fullCheckNoticeValueOptional

public java.lang.Object getFullCheckNoticeValue();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

fullCheckRatioOptional

public java.lang.Object getFullCheckRatio();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

fullCheckReferEndpointOptional

public java.lang.Object getFullCheckReferEndpoint();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

fullCheckValidFailNoticeOptional

public java.lang.Object getFullCheckValidFailNotice();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

fullDataCheckOptional

public java.lang.Object getFullDataCheck();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckDelayNoticeOptional

public java.lang.Object getIncrementalCheckDelayNotice();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckDelayNoticePeriodOptional

public java.lang.Object getIncrementalCheckDelayNoticePeriod();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckDelayNoticeTimesOptional

public java.lang.Object getIncrementalCheckDelayNoticeTimes();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckDelayNoticeValueOptional

public java.lang.Object getIncrementalCheckDelayNoticeValue();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckErrorNoticeOptional

public java.lang.Object getIncrementalCheckErrorNotice();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckValidFailNoticeOptional

public java.lang.Object getIncrementalCheckValidFailNotice();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckValidFailNoticePeriodOptional

public java.lang.Object getIncrementalCheckValidFailNoticePeriod();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckValidFailNoticeTimesOptional

public java.lang.Object getIncrementalCheckValidFailNoticeTimes();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

incrementalCheckValidFailNoticeValueOptional

public java.lang.Object getIncrementalCheckValidFailNoticeValue();
  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

incrementalDataCheckOptional

public java.lang.Object getIncrementalDataCheck();
  • Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable