public class LensConf extends ToYAMLString implements Serializable
ToYAMLString.FieldNameAndValue| 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. 
 | 
String | 
getProperty(Object key)  | 
append, appendFields, fromXMLString, getFieldsToAppend, toString, toXMLString@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–2018 Apache Software Foundation. All rights reserved.