public class ScanResultValue extends Object implements Comparable<ScanResultValue>
| Constructor and Description | 
|---|
ScanResultValue(String segmentId,
               List<String> columns,
               Object events)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(ScanResultValue that)  | 
boolean | 
equals(Object o)  | 
List<String> | 
getColumns()  | 
Object | 
getEvents()  | 
String | 
getSegmentId()  | 
int | 
hashCode()  | 
String | 
toString()  | 
public String getSegmentId()
public Object getEvents()
public int compareTo(ScanResultValue that)
compareTo in interface Comparable<ScanResultValue>Copyright © 2011–2018. All rights reserved.