Class RiskScoreUpdated
java.lang.Object
com.xebialabs.xlrelease.risk.domain.events.RiskScoreUpdated
- All Implemented Interfaces:
XLReleaseEvent
,RiskEvent
,Serializable
,scala.Equals
,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRiskScoreUpdated
(String releaseId, scala.Option<Risk> original, Risk updated) -
Method Summary
Modifier and TypeMethodDescriptionstatic RiskScoreUpdated
boolean
scala.Option
<Risk> boolean
int
hashCode()
scala.Option
<Risk> original()
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator
<Object> toString()
unapply
(RiskScoreUpdated x$0) updated()
username()
void
username_$eq
(String x$1) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
RiskScoreUpdated
-
-
Method Details
-
apply
-
unapply
public static scala.Option<scala.Tuple3<String,scala.Option<Risk>, unapplyRisk>> (RiskScoreUpdated x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
timestamp
- Specified by:
timestamp
in interfaceXLReleaseEvent
-
releaseId
-
original
-
updated
-
copy
-
copy$default$1
-
copy$default$2
-
copy$default$3
-
productPrefix
- Specified by:
productPrefix
in interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArity
in interfacescala.Product
-
productElement
- Specified by:
productElement
in interfacescala.Product
-
productIterator
- Specified by:
productIterator
in interfacescala.Product
-
canEqual
- Specified by:
canEqual
in interfacescala.Equals
-
productElementName
- Specified by:
productElementName
in interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-