Class DeployScriptRequestBody

  • All Implemented Interfaces:
    org.apache.flink.runtime.rest.messages.RequestBody

    public class DeployScriptRequestBody
    extends Object
    implements org.apache.flink.runtime.rest.messages.RequestBody
    Request to deploy a script in application mode.
    • Constructor Detail

      • DeployScriptRequestBody

        public DeployScriptRequestBody​(@Nullable
                                       String script,
                                       @Nullable
                                       String scriptUri,
                                       @Nullable
                                       Map<String,​String> executionConfig)
    • Method Detail

      • getScript

        @Nullable
        public String getScript()
      • getScriptUri

        @Nullable
        public String getScriptUri()