Class AutoLockThresholdNotReachedEvent
java.lang.Object
com.xebialabs.xlrelease.domain.events.AutoLockThresholdNotReachedEvent
- All Implemented Interfaces:
AccountEvents,XLReleaseEvent,Serializable,scala.Equals,scala.Product
public class AutoLockThresholdNotReachedEvent
extends Object
implements AccountEvents, scala.Product, Serializable
Event published when auto-lock threshold not yet reached
param: user The account still locked
param: failedCount Current failed attempt count
param: minutesRemaining Minutes until automatic unlock
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(int failedCount, long minutesRemaining) booleancopy(int failedCount, long minutesRemaining) intlongbooleanintinthashCode()longintproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> toString()user()voidusername()voidusername_$eq(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
AutoLockThresholdNotReachedEvent
public AutoLockThresholdNotReachedEvent(int failedCount, long minutesRemaining)
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.Tuple2<Object,Object>> unapply(AutoLockThresholdNotReachedEvent x$0) -
user
- Specified by:
userin interfaceAccountEvents
-
user_$eq
- Specified by:
user_$eqin interfaceAccountEvents
-
username
- Specified by:
usernamein interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eqin interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestampin interfaceXLReleaseEvent
-
failedCount
public int failedCount() -
minutesRemaining
public long minutesRemaining() -
copy
-
copy$default$1
public int copy$default$1() -
copy$default$2
public long copy$default$2() -
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-