Class Invoke
- java.lang.Object
-
- org.opennms.netmgt.config.service.Invoke
-
- All Implemented Interfaces:
Serializable
public class Invoke extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addArgument(Argument argument)
boolean
equals(Object obj)
List<Argument>
getArguments()
InvokeAtType
getAt()
String
getMethod()
int
getPass()
int
hashCode()
boolean
removeArgument(Argument argument)
void
setArguments(List<Argument> arguments)
void
setAt(InvokeAtType at)
void
setMethod(String method)
void
setPass(int pass)
-
-
-
Constructor Detail
-
Invoke
public Invoke()
-
Invoke
public Invoke(InvokeAtType type, Integer pass, String method, List<Argument> arguments)
-
-
Method Detail
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getPass
public int getPass()
-
setPass
public void setPass(int pass)
-
getAt
public InvokeAtType getAt()
-
setAt
public void setAt(InvokeAtType at)
-
addArgument
public void addArgument(Argument argument)
-
removeArgument
public boolean removeArgument(Argument argument)
-
-