public class MetaCSVRow extends Object
| Constructor and Description |
|---|
MetaCSVRow(String domain,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static MetaCSVRow |
fromIterable(Iterable<String> iterable) |
String |
getDomain() |
String |
getKey() |
String |
getValue() |
String |
toString() |
public static MetaCSVRow fromIterable(Iterable<String> iterable) throws MetaCSVParseException
MetaCSVParseExceptionpublic String getDomain()
public String getKey()
public String getValue()
Copyright © 2020–2021. All rights reserved.