public static class Streams.TimestampedAndLines<T extends AisMessage> extends Object
| Constructor and Description | 
|---|
TimestampedAndLines(com.google.common.base.Optional<Timestamped<T>> message,
                   List<String> lines,
                   String error)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getError()  | 
List<String> | 
getLines()  | 
com.google.common.base.Optional<Timestamped<T>> | 
getMessage()  | 
String | 
toString()  | 
public TimestampedAndLines(com.google.common.base.Optional<Timestamped<T>> message, List<String> lines, String error)
Copyright © 2020. All rights reserved.