public class SchedulerJobInstanceHandle extends Object implements Serializable
SchedulerJobInstance
Constructor and Description |
---|
SchedulerJobInstanceHandle(UUID handleId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static SchedulerJobInstanceHandle |
fromString(String handle)
From string.
|
UUID |
getHandleId()
The handle id.
|
String |
getHandleIdString()
Returns handle id as a string.
|
int |
hashCode() |
String |
toString()
String representation of the SchedulerJobInstanceHandle.
|
@ConstructorProperties(value="handleId") @Generated(value="lombok") public SchedulerJobInstanceHandle(UUID handleId)
public static SchedulerJobInstanceHandle fromString(String handle)
handle
- the handleSchedulerJobInstance
's handlepublic String getHandleIdString()
public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public UUID getHandleId()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.