public class Id
extends java.lang.Object
implements scala.Product, scala.Serializable
param: id a string representation of unique id
Constructor and Description |
---|
Id(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static Id |
apply()
A helper method to create Id with random unique id generator
|
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
static play.api.libs.json.Format<Id> |
format() |
java.lang.String |
id() |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static Id apply()
public static play.api.libs.json.Format<Id> format()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public java.lang.String id()