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
-
Nested Class Summary
Nested classes/interfaces inherited from class fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold
BinarySizePlatformThreshold.SizeUnit
-
Constructor Summary
ConstructorDescriptionBinarySizeTenantThreshold
(int tenant, long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit, boolean authorize) -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
void
setAuthorize
(boolean authorize) void
setTenant
(int tenant) Methods inherited from class fr.gouv.vitam.common.model.dip.BinarySizePlatformThreshold
getLimit, getSizeUnit, getThreshold, setLimit, setSizeUnit
-
Constructor Details
-
BinarySizeTenantThreshold
public BinarySizeTenantThreshold() -
BinarySizeTenantThreshold
public BinarySizeTenantThreshold(int tenant, long limit, BinarySizePlatformThreshold.SizeUnit sizeUnit, boolean authorize)
-
-
Method Details
-
getTenant
public int getTenant() -
setTenant
public void setTenant(int tenant) -
isAuthorized
public boolean isAuthorized() -
setAuthorize
public void setAuthorize(boolean authorize)
-