Package de.adorsys.psd2.consent.domain
Class TppStopListEntity
- java.lang.Object
-
- de.adorsys.psd2.consent.domain.InstanceDependableEntity
-
- de.adorsys.psd2.consent.domain.TppStopListEntity
-
@Entity(name="tpp_stop_list") public class TppStopListEntity extends InstanceDependableEntity
-
-
Constructor Summary
Constructors Constructor Description TppStopListEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidblock(@Nullable Duration lockPeriod)booleanisBlocked()booleanisBlockingExpired()voidunblock()
-
-
-
Method Detail
-
block
public void block(@Nullable @Nullable Duration lockPeriod)
-
unblock
public void unblock()
-
isBlocked
public boolean isBlocked()
-
isBlockingExpired
public boolean isBlockingExpired()
-
-