ConfigProp

public class ConfigProp

Provider-specific properties. ie: Clickatell api_key, most will have at least username & password

Constructors

ConfigProp

public ConfigProp()

Constructs a new prop without a name and a value.

ConfigProp

public ConfigProp(String name, String value)

Constructs the property using the given name and value

Parameters:
  • name – the name of the property
  • value – the value of the property

Methods

getName

public String getName()
Returns:the name of the property

getValue

public String getValue()
Returns:the value of the property

setName

public void setName(String name)
Parameters:
  • name – the name of the property

setValue

public void setValue(String value)
Parameters:
  • value – the value of the property