Package org.killbill.billing.jaxrs.json
Class PluginPropertyJson
- java.lang.Object
-
- org.killbill.billing.jaxrs.json.PluginPropertyJson
-
public class PluginPropertyJson extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginPropertyJson(String key, String value, Boolean isUpdatable)PluginPropertyJson(PluginProperty pluginProperty)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)BooleangetIsUpdatable()StringgetKey()StringgetValue()inthashCode()PluginPropertytoPluginProperty()StringtoString()
-
-
-
Constructor Detail
-
PluginPropertyJson
public PluginPropertyJson(PluginProperty pluginProperty)
-
-
Method Detail
-
toPluginProperty
public PluginProperty toPluginProperty()
-
getKey
public String getKey()
-
getValue
public String getValue()
-
getIsUpdatable
public Boolean getIsUpdatable()
-
-