Class DeployScriptResponseBody

java.lang.Object
org.apache.flink.table.gateway.rest.message.application.DeployScriptResponseBody
All Implemented Interfaces:
org.apache.flink.runtime.rest.messages.ResponseBody

public class DeployScriptResponseBody extends Object implements org.apache.flink.runtime.rest.messages.ResponseBody
Response about the cluster that runs the application.
  • Constructor Details

    • DeployScriptResponseBody

      public DeployScriptResponseBody(String clusterID)
  • Method Details

    • getClusterID

      public String getClusterID()