public class SchedulerJobHandle extends Object implements Serializable
SchedulerJob
.Constructor and Description |
---|
SchedulerJobHandle()
Default constructor
|
SchedulerJobHandle(UUID handleId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SchedulerJobHandle |
fromString(String handle)
From string.
|
UUID |
getHandleId()
The handle id.
|
String |
getHandleIdString() |
int |
hashCode() |
String |
toString()
String representation of the SchedulerJobHandle.
|
public SchedulerJobHandle()
@ConstructorProperties(value="handleId") @Generated(value="lombok") public SchedulerJobHandle(@NonNull UUID handleId)
public static SchedulerJobHandle fromString(@NonNull String handle)
handle
- the handle for scheduler jobpublic String getHandleIdString()
public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@NonNull @Generated(value="lombok") public UUID getHandleId()
Copyright © 2014–2018 Apache Software Foundation. All rights reserved.