Class NodeCommand
- java.lang.Object
-
- org.killbill.billing.client.model.gen.NodeCommand
-
public class NodeCommand extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeCommand()NodeCommand(Boolean isSystemCommandType, String nodeCommandType, List<NodeCommandProperty> nodeCommandProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeCommandaddNodeCommandPropertiesItem(NodeCommandProperty nodeCommandPropertiesItem)booleanequals(Object o)List<NodeCommandProperty>getNodeCommandProperties()StringgetNodeCommandType()inthashCode()BooleanisSystemCommandType()NodeCommandsetIsSystemCommandType(Boolean isSystemCommandType)NodeCommandsetNodeCommandProperties(List<NodeCommandProperty> nodeCommandProperties)NodeCommandsetNodeCommandType(String nodeCommandType)StringtoString()
-
-
-
Constructor Detail
-
NodeCommand
public NodeCommand()
-
NodeCommand
public NodeCommand(Boolean isSystemCommandType, String nodeCommandType, List<NodeCommandProperty> nodeCommandProperties)
-
-
Method Detail
-
setIsSystemCommandType
public NodeCommand setIsSystemCommandType(Boolean isSystemCommandType)
-
isSystemCommandType
public Boolean isSystemCommandType()
-
setNodeCommandType
public NodeCommand setNodeCommandType(String nodeCommandType)
-
getNodeCommandType
public String getNodeCommandType()
-
setNodeCommandProperties
public NodeCommand setNodeCommandProperties(List<NodeCommandProperty> nodeCommandProperties)
-
addNodeCommandPropertiesItem
public NodeCommand addNodeCommandPropertiesItem(NodeCommandProperty nodeCommandPropertiesItem)
-
getNodeCommandProperties
public List<NodeCommandProperty> getNodeCommandProperties()
-
-