public class Target extends Object implements Serializable
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_INTERVAL  | 
| Constructor and Description | 
|---|
Target()  | 
Target(String name,
      String... commands)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addCommand(String command)  | 
void | 
clearCommands()  | 
boolean | 
equals(Object obj)  | 
Optional<String> | 
getAutoNotify()  | 
List<String> | 
getCommands()  | 
Optional<String> | 
getInterval()  | 
String | 
getName()  | 
int | 
hashCode()  | 
void | 
setAutoNotify(String autoNotify)  | 
void | 
setCommands(List<String> commands)  | 
void | 
setInterval(String interval)  | 
void | 
setName(String name)  | 
String | 
toString()  | 
public static String DEFAULT_INTERVAL
Copyright © 2021. All rights reserved.