public interface RequestId
| Modifier and Type | Method and Description |
|---|---|
static RequestId |
of(long value)
Returns a
RequestId created from the specified 64-bit integer. |
static RequestId |
random()
Returns a
RequestId created from a 64-bit random integer. |
default String |
shortText()
Returns the human-friendly short textual representation of this ID.
|
String |
text()
Returns the full textual representation of this ID.
|
Copyright © 2020 LeanCloud. All rights reserved.