Class JobIDPathParameter


  • public class JobIDPathParameter
    extends MessagePathParameter<org.apache.flink.api.common.JobID>
    Path parameter identifying jobs.
    • Constructor Detail

      • JobIDPathParameter

        public JobIDPathParameter()
    • Method Detail

      • convertFromString

        protected org.apache.flink.api.common.JobID convertFromString​(String value)
        Description copied from class: MessageParameter
        Converts the given string to a valid value of this parameter.
        Specified by:
        convertFromString in class MessageParameter<org.apache.flink.api.common.JobID>
        Parameters:
        value - string representation of parameter value
        Returns:
        parameter value
      • convertToString

        protected String convertToString​(org.apache.flink.api.common.JobID value)
        Description copied from class: MessageParameter
        Converts the given value to its string representation.
        Specified by:
        convertToString in class MessageParameter<org.apache.flink.api.common.JobID>
        Parameters:
        value - parameter value
        Returns:
        string representation of typed value
      • getDescription

        public String getDescription()
        Description copied from class: MessageParameter
        Returns a description for REST API HTML documentation.
        Specified by:
        getDescription in class MessageParameter<org.apache.flink.api.common.JobID>
        Returns:
        escaped HTML string