Class TableKeyValuePairs
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v2.model.TableKeyValuePairs
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class TableKeyValuePairs
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Key-value pairs detected across cell boundaries.
-
Constructor Summary
Constructors Constructor Description TableKeyValuePairs()
-
Method Summary
Modifier and Type Method Description TableCellKey
getKey()
Gets the key.List<TableCellValues>
getValue()
Gets the value.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
TableKeyValuePairs
public TableKeyValuePairs()
-
-
Method Details
-
getKey
Gets the key.A key in a key-value pair.
- Returns:
- the key
-
getValue
Gets the value.A list of values in a key-value pair.
- Returns:
- the value
-