Class ExecutionFile


  • public class ExecutionFile
    extends Object
    Representation of a workflow execution's file data.
    • Constructor Detail

      • ExecutionFile

        public ExecutionFile​(String name,
                             String alias)
      • ExecutionFile

        public ExecutionFile()
    • Method Detail

      • getName

        public String getName()
        File name.
      • getAlias

        public String getAlias()
        Optional alias for the file.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object