Class AddOnInputV1

java.lang.Object
com.seeq.model.AddOnInputV1

public class AddOnInputV1 extends Object
AddOnInputV1
  • Constructor Details

    • AddOnInputV1

      public AddOnInputV1()
  • Method Details

    • addOnComponents

      public AddOnInputV1 addOnComponents(String addOnComponents)
    • getAddOnComponents

      public String getAddOnComponents()
      A stringified representation of the items on this server that comprise this installed add-on.
      Returns:
      addOnComponents
    • setAddOnComponents

      public void setAddOnComponents(String addOnComponents)
    • addOnIdentifier

      public AddOnInputV1 addOnIdentifier(String addOnIdentifier)
    • getAddOnIdentifier

      public String getAddOnIdentifier()
      The unique identifier associated with this Add-on, shared across all Seeq server instances.
      Returns:
      addOnIdentifier
    • setAddOnIdentifier

      public void setAddOnIdentifier(String addOnIdentifier)
    • description

      public AddOnInputV1 description(String description)
    • getDescription

      public String getDescription()
      Clarifying information or other plain language description of this item. An input of just whitespaces is equivalent to a null input.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • inDevelopment

      public AddOnInputV1 inDevelopment(Boolean inDevelopment)
    • getInDevelopment

      public Boolean getInDevelopment()
      Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users. Non-administrators may only install Add-on Tools in Development Mode. This property may not be altered after creation. Defaults to false.
      Returns:
      inDevelopment
    • setInDevelopment

      public void setInDevelopment(Boolean inDevelopment)
    • name

      public AddOnInputV1 name(String name)
    • getName

      public String getName()
      Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.
      Returns:
      name
    • setName

      public void setName(String name)
    • versionString

      public AddOnInputV1 versionString(String versionString)
    • getVersionString

      public String getVersionString()
      The version of this add-on. Using a MAJOR.MINOR.PATCH version format is preferred.
      Returns:
      versionString
    • setVersionString

      public void setVersionString(String versionString)
    • 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