Class RolesSnapshotCreated
java.lang.Object
com.xebialabs.xlrelease.domain.events.RolesSnapshotCreated
- All Implemented Interfaces:
XLReleaseEvent
,Serializable
,scala.Equals
,scala.Product
public class RolesSnapshotCreated
extends Object
implements XLReleaseEvent, scala.Product, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRolesSnapshotCreated
(scala.Option<String> containerId, scala.Option<String> parentContainerId, boolean isInherited, Date snapshotDate) -
Method Summary
Modifier and TypeMethodDescriptionstatic RolesSnapshotCreated
apply
(scala.Option<String> containerId, scala.Option<String> parentContainerId, boolean isInherited, Date snapshotDate) boolean
scala.Option<String>
copy
(scala.Option<String> containerId, scala.Option<String> parentContainerId, boolean isInherited, Date snapshotDate) scala.Option<String>
scala.Option<String>
boolean
boolean
int
hashCode()
boolean
scala.Option<String>
int
productElement
(int x$1) productElementName
(int x$1) scala.collection.Iterator<Object>
toString()
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
Methods inherited from interface com.xebialabs.xlrelease.domain.events.XLReleaseEvent
timeMs, timestamp
-
Constructor Details
-
RolesSnapshotCreated
-
-
Method Details
-
apply
public static RolesSnapshotCreated apply(scala.Option<String> containerId, scala.Option<String> parentContainerId, boolean isInherited, Date snapshotDate) -
unapply
public static scala.Option<scala.Tuple4<scala.Option<String>,scala.Option<String>, unapplyObject, Date>> (RolesSnapshotCreated x$0) -
username
- Specified by:
username
in interfaceXLReleaseEvent
-
username_$eq
- Specified by:
username_$eq
in interfaceXLReleaseEvent
-
containerId
-
parentContainerId
-
isInherited
public boolean isInherited() -
snapshotDate
-
copy
public RolesSnapshotCreated copy(scala.Option<String> containerId, scala.Option<String> parentContainerId, boolean isInherited, Date snapshotDate) -
copy$default$1
-
copy$default$2
-
copy$default$3
public boolean copy$default$3() -
copy$default$4
-
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
-