Class ConfigureSessionRequestBody
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.message.session.ConfigureSessionRequestBody
-
- All Implemented Interfaces:
RequestBody
public class ConfigureSessionRequestBody extends Object implements RequestBody
RequestBody
for configuring a session.
-
-
Constructor Summary
Constructors Constructor Description ConfigureSessionRequestBody(String statement)
ConfigureSessionRequestBody(String statement, Long timeout)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getStatement()
Long
getTimeout()
-