@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-12-13T13:57:16.085Z") public class ApiReplicationScheduleDataLimits extends Object
Constructor and Description |
---|
ApiReplicationScheduleDataLimits() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BigDecimal |
getMaxCommandsPerSchedule() |
BigDecimal |
getMaxErrorsPerResult() |
BigDecimal |
getMaxTablesPerResult() |
int |
hashCode() |
ApiReplicationScheduleDataLimits |
maxCommandsPerSchedule(BigDecimal maxCommandsPerSchedule) |
ApiReplicationScheduleDataLimits |
maxErrorsPerResult(BigDecimal maxErrorsPerResult) |
ApiReplicationScheduleDataLimits |
maxTablesPerResult(BigDecimal maxTablesPerResult) |
void |
setMaxCommandsPerSchedule(BigDecimal maxCommandsPerSchedule) |
void |
setMaxErrorsPerResult(BigDecimal maxErrorsPerResult) |
void |
setMaxTablesPerResult(BigDecimal maxTablesPerResult) |
String |
toString() |
public ApiReplicationScheduleDataLimits maxCommandsPerSchedule(BigDecimal maxCommandsPerSchedule)
public BigDecimal getMaxCommandsPerSchedule()
public void setMaxCommandsPerSchedule(BigDecimal maxCommandsPerSchedule)
public ApiReplicationScheduleDataLimits maxTablesPerResult(BigDecimal maxTablesPerResult)
public BigDecimal getMaxTablesPerResult()
public void setMaxTablesPerResult(BigDecimal maxTablesPerResult)
public ApiReplicationScheduleDataLimits maxErrorsPerResult(BigDecimal maxErrorsPerResult)
public BigDecimal getMaxErrorsPerResult()
public void setMaxErrorsPerResult(BigDecimal maxErrorsPerResult)
Copyright © 2022. All rights reserved.