Package org.apache.storm.flux.model
Class ConfigMethodDef
- java.lang.Object
-
- org.apache.storm.flux.model.ConfigMethodDef
-
public class ConfigMethodDef extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigMethodDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>
getArgs()
String
getName()
boolean
hasReferences()
void
setArgs(List<Object> args)
Set the method arguments.void
setName(String name)
-