Package com.seeq.model
Class ConditionOutputV1
java.lang.Object
com.seeq.model.ConditionOutputV1
ConditionOutputV1
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
The location this condition is stored in, if it is stored in Seeq -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAdditionalPropertiesItem
(ScalarPropertyV1 additionalPropertiesItem) addCapsulePropertiesItem
(CapsulePropertyOutputV1 capsulePropertiesItem) additionalProperties
(List<ScalarPropertyV1> additionalProperties) addParametersItem
(FormulaParameterOutputV1 parametersItem) capsuleProperties
(List<CapsulePropertyOutputV1> capsuleProperties) datasourceClass
(String datasourceClass) datasourceId
(String datasourceId) description
(String description) effectivePermissions
(PermissionsV1 effectivePermissions) boolean
Additional properties of the itemCapsule PropertiesThe data ID of this asset.The datasource class, which is the type of system holding the item, such as OSIsoft PIThe datasource identifier, which is how the datasource holding this item identifies itselfClarifying information or other plain language description of this itemGet effectivePermissionsThe formula for the calculated itemgetId()
The ID that can be used to interact with the itemWhether item is archivedWhether item is redactedThe maximum duration of capsules in this series.getName()
The human readable nameThe name of the package that contains this function.Parameters that are used in the context of executing the formulaTrue if permissions are managed by the datasource, false if they are managed in SeeqThe ID of the workbook to which this item is scoped or null if it is in the global scope.Security string in Seeq format provided by datasourceThe security string as it was originally found on the source (for debugging ACLs only)A plain language status message with information about any issues that may have been encountered during an operationThe location this condition is stored in, if it is stored in SeeqThe item's translation key, if anygetType()
The type of the itemThe unit of measure for the starts and ends of capsules in this seriesint
hashCode()
isArchived
(Boolean isArchived) isRedacted
(Boolean isRedacted) maximumDuration
(String maximumDuration) packageName
(String packageName) parameters
(List<FormulaParameterOutputV1> parameters) permissionsFromDatasource
(Boolean permissionsFromDatasource) securityString
(String securityString) void
setAdditionalProperties
(List<ScalarPropertyV1> additionalProperties) void
setCapsuleProperties
(List<CapsulePropertyOutputV1> capsuleProperties) void
void
setDatasourceClass
(String datasourceClass) void
setDatasourceId
(String datasourceId) void
setDescription
(String description) void
setEffectivePermissions
(PermissionsV1 effectivePermissions) void
setFormula
(String formula) void
void
setIsArchived
(Boolean isArchived) void
setIsRedacted
(Boolean isRedacted) void
setMaximumDuration
(String maximumDuration) void
void
setPackageName
(String packageName) void
setParameters
(List<FormulaParameterOutputV1> parameters) void
setPermissionsFromDatasource
(Boolean permissionsFromDatasource) void
setScopedTo
(String scopedTo) void
setSecurityString
(String securityString) void
setSourceSecurityString
(String sourceSecurityString) void
setStatusMessage
(String statusMessage) void
setStorageLocation
(ConditionOutputV1.StorageLocationEnum storageLocation) void
setTranslationKey
(String translationKey) void
void
setUnitOfMeasure
(String unitOfMeasure) sourceSecurityString
(String sourceSecurityString) statusMessage
(String statusMessage) storageLocation
(ConditionOutputV1.StorageLocationEnum storageLocation) toString()
translationKey
(String translationKey) unitOfMeasure
(String unitOfMeasure)
-
Constructor Details
-
ConditionOutputV1
public ConditionOutputV1()
-
-
Method Details
-
additionalProperties
-
addAdditionalPropertiesItem
-
getAdditionalProperties
Additional properties of the item- Returns:
- additionalProperties
-
setAdditionalProperties
-
capsuleProperties
-
addCapsulePropertiesItem
-
getCapsuleProperties
Capsule Properties- Returns:
- capsuleProperties
-
setCapsuleProperties
-
dataId
-
getDataId
The data ID of this asset. Note: This is not the Seeq ID, but the unique identifier that the remote datasource uses.- Returns:
- dataId
-
setDataId
-
datasourceClass
-
getDatasourceClass
The datasource class, which is the type of system holding the item, such as OSIsoft PI- Returns:
- datasourceClass
-
setDatasourceClass
-
datasourceId
-
getDatasourceId
The datasource identifier, which is how the datasource holding this item identifies itself- Returns:
- datasourceId
-
setDatasourceId
-
description
-
getDescription
Clarifying information or other plain language description of this item- Returns:
- description
-
setDescription
-
effectivePermissions
-
getEffectivePermissions
Get effectivePermissions- Returns:
- effectivePermissions
-
setEffectivePermissions
-
formula
-
getFormula
The formula for the calculated item- Returns:
- formula
-
setFormula
-
id
-
getId
The ID that can be used to interact with the item- Returns:
- id
-
setId
-
isArchived
-
getIsArchived
Whether item is archived- Returns:
- isArchived
-
setIsArchived
-
isRedacted
-
getIsRedacted
Whether item is redacted- Returns:
- isRedacted
-
setIsRedacted
-
maximumDuration
-
getMaximumDuration
The maximum duration of capsules in this series.- Returns:
- maximumDuration
-
setMaximumDuration
-
name
-
getName
The human readable name- Returns:
- name
-
setName
-
packageName
-
getPackageName
The name of the package that contains this function.- Returns:
- packageName
-
setPackageName
-
parameters
-
addParametersItem
-
getParameters
Parameters that are used in the context of executing the formula- Returns:
- parameters
-
setParameters
-
permissionsFromDatasource
-
getPermissionsFromDatasource
True if permissions are managed by the datasource, false if they are managed in Seeq- Returns:
- permissionsFromDatasource
-
setPermissionsFromDatasource
-
scopedTo
-
getScopedTo
The ID of the workbook to which this item is scoped or null if it is in the global scope.- Returns:
- scopedTo
-
setScopedTo
-
securityString
-
getSecurityString
Security string in Seeq format provided by datasource- Returns:
- securityString
-
setSecurityString
-
sourceSecurityString
-
getSourceSecurityString
The security string as it was originally found on the source (for debugging ACLs only)- Returns:
- sourceSecurityString
-
setSourceSecurityString
-
statusMessage
-
getStatusMessage
A plain language status message with information about any issues that may have been encountered during an operation- Returns:
- statusMessage
-
setStatusMessage
-
storageLocation
-
getStorageLocation
The location this condition is stored in, if it is stored in Seeq- Returns:
- storageLocation
-
setStorageLocation
-
translationKey
-
getTranslationKey
The item's translation key, if any- Returns:
- translationKey
-
setTranslationKey
-
type
-
getType
The type of the item- Returns:
- type
-
setType
-
unitOfMeasure
-
getUnitOfMeasure
The unit of measure for the starts and ends of capsules in this series- Returns:
- unitOfMeasure
-
setUnitOfMeasure
-
equals
-
hashCode
public int hashCode() -
toString
-