Package fr.gouv.vitam.common.model.dip
Class BinarySizeTenantThreshold
- java.lang.Object
-
- fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold
-
- fr.gouv.vitam.common.model.dip.BinarySizeTenantThreshold
-
public class BinarySizeTenantThreshold extends BinarySizePlatformThreshold
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold
BinarySizePlatformThreshold.SizeUnit
-
-
Constructor Summary
Constructors Constructor Description BinarySizeTenantThreshold()BinarySizeTenantThreshold(int tenant, long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit, boolean authorize)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetTenant()booleanisAuthorized()voidsetAuthorize(boolean authorize)voidsetTenant(int tenant)-
Methods inherited from class fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold
getLimit, getSizeUnit, getThreshold, setLimit, setSizeUnit
-
-
-
-
Constructor Detail
-
BinarySizeTenantThreshold
public BinarySizeTenantThreshold()
-
BinarySizeTenantThreshold
public BinarySizeTenantThreshold(int tenant, long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit, boolean authorize)
-
-