public class CustomDataBean extends Object
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.base.Function<Map.Entry<String,String>,CustomDataBean> |
fromMapEntry |
| Constructor and Description |
|---|
CustomDataBean() |
CustomDataBean(String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
void |
setKey(String key) |
void |
setValue(String value) |
public static com.google.common.base.Function<Map.Entry<String,String>,CustomDataBean> fromMapEntry
Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.