Class NodeCommandProperty
- java.lang.Object
-
- org.killbill.billing.client.model.gen.NodeCommandProperty
-
public class NodeCommandProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description NodeCommandProperty()NodeCommandProperty(String key, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()ObjectgetValue()inthashCode()NodeCommandPropertysetKey(String key)NodeCommandPropertysetValue(Object value)StringtoString()
-
-
-
Method Detail
-
setKey
public NodeCommandProperty setKey(String key)
-
getKey
public String getKey()
-
setValue
public NodeCommandProperty setValue(Object value)
-
getValue
public Object getValue()
-
-