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 intgetMaxValue()intgetMinValue()booleanisInRange(int value)java.lang.StringtoString()
-