Class EmailId
- java.lang.Object
-
- org.apache.flink.streaming.tests.queryablestate.EmailId
-
- All Implemented Interfaces:
Serializable
public class EmailId extends Object implements Serializable
POJO representing an EmailId.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getEmailId()
int
hashCode()
void
setEmailId(String emailId)
String
toString()
-