Class PluginProperty
- java.lang.Object
-
- org.killbill.billing.client.model.gen.PluginProperty
-
public class PluginProperty extends Object
-
-
Constructor Summary
Constructors Constructor Description PluginProperty()PluginProperty(String key, String value, Boolean isUpdatable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetKey()StringgetValue()inthashCode()BooleanisUpdatable()PluginPropertysetIsUpdatable(Boolean isUpdatable)PluginPropertysetKey(String key)PluginPropertysetValue(String value)StringtoString()
-
-
-
Method Detail
-
setKey
public PluginProperty setKey(String key)
-
getKey
public String getKey()
-
setValue
public PluginProperty setValue(String value)
-
getValue
public String getValue()
-
setIsUpdatable
public PluginProperty setIsUpdatable(Boolean isUpdatable)
-
isUpdatable
public Boolean isUpdatable()
-
-