Class GetInfoResponseBody
- java.lang.Object
-
- org.apache.flink.table.gateway.rest.message.util.GetInfoResponseBody
-
- All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.ResponseBody
public class GetInfoResponseBody extends Object implements org.apache.flink.runtime.rest.messages.ResponseBody
ResponseBodyfor getting cluster information.
-
-
Constructor Summary
Constructors Constructor Description GetInfoResponseBody(String productName, String productVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetProductName()StringgetProductVersion()
-