Class RunnerAuditRecord
java.lang.Object
com.xebialabs.xlrelease.domain.runner.RunnerAuditRecord
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRunnerAuditRecord(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) -
Method Summary
Modifier and TypeMethodDescriptionstatic RunnerAuditRecordapply(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) booleancopy(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) longbooleaninthashCode()longid()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object> runnerId()toString()unapply(RunnerAuditRecord x$0) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
RunnerAuditRecord
public RunnerAuditRecord(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson)
-
-
Method Details
-
apply
public static RunnerAuditRecord apply(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) -
unapply
public static scala.Option<scala.Tuple6<Object,String, unapplyRunnerAuditEventType, String, Date, String>> (RunnerAuditRecord x$0) -
id
public long id() -
runnerId
-
eventType
-
changedBy
-
eventTime
-
contentJson
-
copy
public RunnerAuditRecord copy(long id, String runnerId, RunnerAuditEventType eventType, String changedBy, Date eventTime, String contentJson) -
copy$default$1
public long copy$default$1() -
copy$default$2
-
copy$default$3
-
copy$default$4
-
copy$default$5
-
copy$default$6
-
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
-