Package fr.gouv.vitam.common.model.dip
Class BinarySizePlatformThreshold
- java.lang.Object
-
- fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold
-
- Direct Known Subclasses:
BinarySizeTenantThreshold
public class BinarySizePlatformThreshold extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
BinarySizePlatformThreshold.SizeUnit
-
Constructor Summary
Constructors Constructor Description BinarySizePlatformThreshold()
BinarySizePlatformThreshold(long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getLimit()
BinarySizePlatformThreshold.SizeUnit
getSizeUnit()
long
getThreshold()
void
setLimit(long limit)
void
setSizeUnit(BinarySizePlatformThreshold.SizeUnit sizeUnit)
-
-
-
Constructor Detail
-
BinarySizePlatformThreshold
public BinarySizePlatformThreshold()
-
BinarySizePlatformThreshold
public BinarySizePlatformThreshold(long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit)
-
-
Method Detail
-
getLimit
public long getLimit()
-
setLimit
public void setLimit(long limit)
-
getSizeUnit
public BinarySizePlatformThreshold.SizeUnit getSizeUnit()
-
setSizeUnit
public void setSizeUnit(BinarySizePlatformThreshold.SizeUnit sizeUnit)
-
getThreshold
public long getThreshold()
-
-