@Internal public class DetectNewPartitionsState extends java.lang.Object implements java.io.Serializable
DetectNewPartitionsDoFn from the metadata
 table.| Constructor and Description | 
|---|
| DetectNewPartitionsState(Instant watermark,
                        Instant watermarkLastUpdated) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(@Nullable java.lang.Object o) | 
| Instant | getWatermark() | 
| Instant | getWatermarkLastUpdated() | 
| int | hashCode() | 
| java.lang.String | toString() | 
public Instant getWatermark()
public Instant getWatermarkLastUpdated()
public boolean equals(@Nullable java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object