Package com.seeq.model
Class AddOnInputV1
java.lang.Object
com.seeq.model.AddOnInputV1
AddOnInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOnComponents
(String addOnComponents) addOnIdentifier
(String addOnIdentifier) description
(String description) boolean
A stringified representation of the items on this server that comprise this installed add-on.The unique identifier associated with this Add-on, shared across all Seeq server instances.Clarifying information or other plain language description of this item.Whether this item is in Development Mode, meaning that it is not allowed to be shared with any other users.getName()
Human readable name.The version of this add-on.int
hashCode()
inDevelopment
(Boolean inDevelopment) void
setAddOnComponents
(String addOnComponents) void
setAddOnIdentifier
(String addOnIdentifier) void
setDescription
(String description) void
setInDevelopment
(Boolean inDevelopment) void
void
setVersionString
(String versionString) toString()
versionString
(String versionString)
-
Constructor Details
-
AddOnInputV1
public AddOnInputV1()
-
-
Method Details
-
addOnComponents
-
getAddOnComponents
A stringified representation of the items on this server that comprise this installed add-on.- Returns:
- addOnComponents
-
setAddOnComponents
-
addOnIdentifier
-
getAddOnIdentifier
The unique identifier associated with this Add-on, shared across all Seeq server instances.- Returns:
- addOnIdentifier
-
setAddOnIdentifier
-
description
-
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
-
inDevelopment
-
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
-
name
-
getName
Human readable name. Required during creation. An input of just whitespaces is equivalent to a null input.- Returns:
- name
-
setName
-
versionString
-
getVersionString
The version of this add-on. Using a MAJOR.MINOR.PATCH version format is preferred.- Returns:
- versionString
-
setVersionString
-
equals
-
hashCode
public int hashCode() -
toString
-