public class LensConf extends Object implements Serializable
| Constructor and Description |
|---|
LensConf() |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperties(Map<String,String> props)
Adds Map of properties.
|
void |
addProperty(Object key,
Object value) |
void |
addProperty(String key,
String value)
Adds the property.
|
Map<String,String> |
getProperties()
The properties.
|
@Generated(value="lombok") public LensConf()
public void addProperty(String key, String value)
key - the keyvalue - the valuepublic void addProperties(Map<String,String> props)
props - the properties@Generated(value="lombok") public Map<String,String> getProperties()
Copyright © 2014–2016 Apache Software Foundation. All rights reserved.