Interface Watermark
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
BoolWatermark,LongWatermark
@Experimental public interface Watermark extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetIdentifier()Returns the unique identifier for this watermark.
-
-
-
Method Detail
-
getIdentifier
String getIdentifier()
Returns the unique identifier for this watermark.- Returns:
- a
Stringrepresenting the unique identifier of the watermark
-
-