Package org.killbill.billing.jaxrs.json
Class NodeCommandJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.NodeCommandJson
-
public class NodeCommandJson extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeCommandJson(boolean isSystemCommandType, String nodeCommandType, List<NodeCommandPropertyJson> nodeCommandProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<NodeCommandPropertyJson>getNodeCommandProperties()StringgetNodeCommandType()booleanisSystemCommandType()
-
-
-
Constructor Detail
-
NodeCommandJson
public NodeCommandJson(boolean isSystemCommandType, String nodeCommandType, List<NodeCommandPropertyJson> nodeCommandProperties)
-
-
Method Detail
-
isSystemCommandType
public boolean isSystemCommandType()
-
getNodeCommandType
public String getNodeCommandType()
-
getNodeCommandProperties
public List<NodeCommandPropertyJson> getNodeCommandProperties()
-
-