Package ai.toloka.client.v1.pool
Class TaskDistributionFunction.Interval
- java.lang.Object
-
- ai.toloka.client.v1.pool.TaskDistributionFunction.Interval
-
- Enclosing class:
- TaskDistributionFunction
public static class TaskDistributionFunction.Interval extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Interval(java.lang.Long from, java.lang.Long to, java.lang.Integer frequency)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getFrequency()
java.lang.Long
getFrom()
java.lang.Long
getTo()
void
setFrequency(java.lang.Integer frequency)
void
setFrom(java.lang.Long from)
void
setTo(java.lang.Long to)
-
-
-
Method Detail
-
getFrom
public java.lang.Long getFrom()
-
setFrom
public void setFrom(java.lang.Long from)
-
getTo
public java.lang.Long getTo()
-
setTo
public void setTo(java.lang.Long to)
-
getFrequency
public java.lang.Integer getFrequency()
-
setFrequency
public void setFrequency(java.lang.Integer frequency)
-
-