public class Key extends Pair
Object representing a job or trigger key.
Constructor and Description |
---|
Key(String name,
String group)
Construct a new key with the given name and group.
|
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Get the group portion of the key.
|
String |
getName()
Get the name portion of the key.
|
String |
toString()
Return the string representation of the key.
|
Copyright © 2015. All rights reserved.