public class SimpleScheduleToken extends Object implements ScheduleToken
Constructor and Description |
---|
SimpleScheduleToken(String tokenId)
Creates a SimpleScheduleToken with the given
tokenId . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getTokenId()
Returns the identifier of the scheduled task.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="tokenId") public SimpleScheduleToken(String tokenId)
tokenId
.tokenId
- The identifier referencing the scheduled task.public String getTokenId()
Copyright © 2010–2022. All rights reserved.