Package com.seeq.model
Class FormulaPackageInputV1
java.lang.Object
com.seeq.model.FormulaPackageInputV1
FormulaPackageInputV1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatorContactInfo
(String creatorContactInfo) creatorName
(String creatorName) boolean
The contact information of the entity that created this FormulaPackage.The name of the entity that created this FormulaPackage.The Seeq identifier for a datasource.The ID of the Identity that installer this FormulaPackage.getName()
The name of this FormulaPackage.An arbitrary token (often a date or random ID) that is used during metadata syncs.The version of this FormulaPackage if such identification is useful.int
hashCode()
void
setCreatorContactInfo
(String creatorContactInfo) void
setCreatorName
(String creatorName) void
void
setInstaller
(String installer) void
void
setSyncToken
(String syncToken) void
setVersionString
(String versionString) toString()
versionString
(String versionString)
-
Constructor Details
-
FormulaPackageInputV1
public FormulaPackageInputV1()
-
-
Method Details
-
creatorContactInfo
-
getCreatorContactInfo
The contact information of the entity that created this FormulaPackage. If not specified, the email address of the installer will try to be used.- Returns:
- creatorContactInfo
-
setCreatorContactInfo
-
creatorName
-
getCreatorName
The name of the entity that created this FormulaPackage. If not specified, the name of the installer will be used.- Returns:
- creatorName
-
setCreatorName
-
hostId
-
getHostId
The Seeq identifier for a datasource.- Returns:
- hostId
-
setHostId
-
installer
-
getInstaller
The ID of the Identity that installer this FormulaPackage. If omitted when creating a new FormulaPackage, the authenticated user is used by default. Only administrators may set this to a different Identity.- Returns:
- installer
-
setInstaller
-
name
-
getName
The name of this FormulaPackage.- Returns:
- name
-
setName
-
syncToken
-
getSyncToken
An arbitrary token (often a date or random ID) that is used during metadata syncs. At the end of a full sync, items with mismatching sync tokens are identified as stale and may be archived using the Datasources clean-up API.- Returns:
- syncToken
-
setSyncToken
-
versionString
-
getVersionString
The version of this FormulaPackage if such identification is useful. This value does not need to conform to any set semantics.- Returns:
- versionString
-
setVersionString
-
equals
-
hashCode
public int hashCode() -
toString
-