Class DirectiveInputV1

java.lang.Object
com.seeq.model.DirectiveInputV1

public class DirectiveInputV1 extends Object
DirectiveInputV1
  • Constructor Details

    • DirectiveInputV1

      public DirectiveInputV1()
  • Method Details

    • downloadInstaller

      public DirectiveInputV1 downloadInstaller(Boolean downloadInstaller)
    • getDownloadInstaller

      public Boolean getDownloadInstaller()
      If true the installer must be downloaded from the seeq site.
      Returns:
      downloadInstaller
    • setDownloadInstaller

      public void setDownloadInstaller(Boolean downloadInstaller)
    • runVersion

      public DirectiveInputV1 runVersion(String runVersion)
    • getRunVersion

      public String getRunVersion()
      Product Marketing Name of the installer
      Returns:
      runVersion
    • setRunVersion

      public void setRunVersion(String runVersion)
    • stageInstaller

      public DirectiveInputV1 stageInstaller(String stageInstaller)
    • getStageInstaller

      public String getStageInstaller()
      Installer name with extension
      Returns:
      stageInstaller
    • setStageInstaller

      public void setStageInstaller(String stageInstaller)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object