Class ComplexPayload
- java.lang.Object
-
- org.apache.flink.streaming.tests.artificialstate.ComplexPayload
-
- All Implemented Interfaces:
Serializable
public class ComplexPayload extends Object implements Serializable
A state type used in theDataStreamAllroundTestProgram
. Wraps anEvent
as state.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ComplexPayload.InnerPayLoad
Nested class in state type.
-
Constructor Summary
Constructors Constructor Description ComplexPayload(Event event)
ComplexPayload(Event event, String strPayload)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getEventTime()
ComplexPayload.InnerPayLoad
getInnerPayLoad()
List<String>
getStringList()
String
getStrPayload()
-
-
-
Method Detail
-
getEventTime
public long getEventTime()
-
getStrPayload
public String getStrPayload()
-
getInnerPayLoad
public ComplexPayload.InnerPayLoad getInnerPayLoad()
-
-