Class CollectorConfig.AssignmentSubmitTime.Parameters
- java.lang.Object
-
- ai.toloka.client.v1.pool.qualitycontrol.CollectorConfig.AssignmentSubmitTime.Parameters
-
- Enclosing class:
- CollectorConfig.AssignmentSubmitTime
public static class CollectorConfig.AssignmentSubmitTime.Parameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Parameters(java.lang.Integer historySize, java.lang.Integer fastSubmitThresholdSeconds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getFastSubmitThresholdSeconds()
java.lang.Integer
getHistorySize()
void
setFastSubmitThresholdSeconds(java.lang.Integer fastSubmitThresholdSeconds)
void
setHistorySize(java.lang.Integer historySize)
-
-
-
Method Detail
-
getHistorySize
public java.lang.Integer getHistorySize()
-
setHistorySize
public void setHistorySize(java.lang.Integer historySize)
-
getFastSubmitThresholdSeconds
public java.lang.Integer getFastSubmitThresholdSeconds()
-
setFastSubmitThresholdSeconds
public void setFastSubmitThresholdSeconds(java.lang.Integer fastSubmitThresholdSeconds)
-
-