Package org.killbill.billing.util.nodes
Class PluginNodeCommandMetadata
- java.lang.Object
-
- org.killbill.billing.util.nodes.DefaultNodeCommandMetadata
-
- org.killbill.billing.util.nodes.PluginNodeCommandMetadata
-
- All Implemented Interfaces:
NodeCommandMetadata
public class PluginNodeCommandMetadata extends DefaultNodeCommandMetadata implements NodeCommandMetadata
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_KEYstatic StringPLUGIN_NAMEstatic StringPLUGIN_VERSION
-
Constructor Summary
Constructors Constructor Description PluginNodeCommandMetadata()PluginNodeCommandMetadata(String pluginKey, String pluginName, String pluginVersion, List<NodeCommandProperty> properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPluginKey()StringgetPluginName()StringgetPluginVersion()StringtoString()-
Methods inherited from class org.killbill.billing.util.nodes.DefaultNodeCommandMetadata
getProperties
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.killbill.billing.util.nodes.NodeCommandMetadata
getProperties
-
-
-
-
Field Detail
-
PLUGIN_KEY
public static final String PLUGIN_KEY
- See Also:
- Constant Field Values
-
PLUGIN_NAME
public static final String PLUGIN_NAME
- See Also:
- Constant Field Values
-
PLUGIN_VERSION
public static final String PLUGIN_VERSION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PluginNodeCommandMetadata
public PluginNodeCommandMetadata()
-
PluginNodeCommandMetadata
public PluginNodeCommandMetadata(String pluginKey, String pluginName, String pluginVersion, List<NodeCommandProperty> properties)
-
-