Class CustomDataBean
- java.lang.Object
-
- com.atlassian.bamboo.migration.stream.CustomDataBean
-
public class CustomDataBean extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.common.base.Function<Map.Entry<String,String>,CustomDataBean>
fromMapEntry
-
Constructor Summary
Constructors Constructor Description CustomDataBean()
CustomDataBean(String key, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getKey()
String
getValue()
void
setKey(String key)
void
setValue(String value)
-
-
-
Field Detail
-
fromMapEntry
public static com.google.common.base.Function<Map.Entry<String,String>,CustomDataBean> fromMapEntry
-
-