public final class IntentId extends Object implements BatchOperationTarget
This class is immutable.
Constructor and Description |
---|
IntentId()
Constructor for serializer.
|
IntentId(long value)
Constructs the ID corresponding to a given long value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
fingerprint()
Returns the backing value.
|
int |
hashCode() |
String |
toString() |
static IntentId |
valueOf(long value)
Creates an intent identifier from the specified string representation.
|
IntentId()
IntentId(long value)
value
- the underlying value of this IDpublic static IntentId valueOf(long value)
value
- long valuepublic long fingerprint()
Copyright © 2014. All rights reserved.