Class TenantRange
- java.lang.Object
-
- fr.gouv.vitam.common.model.config.TenantRange
-
public class TenantRange extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TenantRange(int minValue, int maxValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxValue()
int
getMinValue()
boolean
isInRange(int value)
java.lang.String
toString()
-