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