Package com.morpheusdata.model
Class OperationData
java.lang.Object
com.morpheusdata.model.MorpheusModel
com.morpheusdata.model.OperationData
- All Implemented Interfaces:
Serializable
Operation Data can be used to store single record raw data dumps from various providers for use in custom display OR
custom guidance. This is mainly for storing statistical type data that does not fit in a standard Morpheus Model object.
- Since:
- 0.15.3
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Accountprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected StringFields inherited from class com.morpheusdata.model.MorpheusModel
config, id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getName()getPath()getRefId()getTags()getType()getValue()getxRef()voidsetAccount(Account account) voidsetCategory(String category) voidvoidsetContent(String content) voidsetDescription(String description) voidsetEnabled(Boolean enabled) voidsetErrorMessage(String errorMessage) voidsetKeyValue(String keyValue) voidvoidvoidsetRawData(String rawData) voidsetRefDate(Date refDate) voidvoidsetRefType(String refType) voidsetRefVersion(String refVersion) voidvoidsetStatusMessage(String statusMessage) voidvoidvoidvoidMethods inherited from class com.morpheusdata.model.MorpheusModel
getConfig, getConfigMap, getConfigProperty, getDirtyProperties, getDirtyPropertyValues, getId, getProperties, isDirty, markClean, markDirty, markDirty, setConfig, setConfigMap, setConfigProperty, setId
-
Field Details
-
account
-
code
-
category
-
name
-
keyValue
-
value
-
-
path
-
xRef
-
type
-
description
-
enabled
-
tags
-
refType
-
refId
-
refVersion
-
refDate
-
status
-
statusMessage
-
errorMessage
-
rawData
-
-
Constructor Details
-
OperationData
public OperationData()
-
-
Method Details
-
getAccount
-
setAccount
-
getCode
-
setCode
-
getCategory
-
setCategory
-
getName
-
setName
-
getKeyValue
-
setKeyValue
-
getValue
-
setValue
-
getContent
-
setContent
-
getPath
-
setPath
-
getxRef
-
setxRef
-
getType
-
setType
-
getDescription
-
setDescription
-
getEnabled
-
setEnabled
-
getTags
-
setTags
-
getRefType
-
setRefType
-
getRefId
-
setRefId
-
getRefVersion
-
setRefVersion
-
getRefDate
-
setRefDate
-
getStatus
-
setStatus
-
getStatusMessage
-
setStatusMessage
-
getErrorMessage
-
setErrorMessage
-
getRawData
-
setRawData
-