Class ScriptLog
java.lang.Object
com.kingsrook.qqq.backend.core.model.data.QRecordEntity
com.kingsrook.qqq.backend.core.model.scripts.ScriptLog
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for createDateGetter for endTimestampgetError()
Getter for errorGetter for hadErrorgetId()
Getter for idgetInput()
Getter for inputGetter for modifyDateGetter for outputGetter for runTimeMillisGetter for scriptIdGetter for scriptRevisionIdGetter for startTimestampvoid
setCreateDate
(Instant createDate) Setter for createDatevoid
setEndTimestamp
(Instant endTimestamp) Setter for endTimestampvoid
Setter for errorvoid
setHadError
(Boolean hadError) Setter for hadErrorvoid
Setter for idvoid
Setter for inputvoid
setModifyDate
(Instant modifyDate) Setter for modifyDatevoid
Setter for outputvoid
setRunTimeMillis
(Integer runTimeMillis) Setter for runTimeMillisvoid
setScriptId
(Integer scriptId) Setter for scriptIdvoid
setScriptRevisionId
(Integer scriptRevisionId) Setter for scriptRevisionIdvoid
setStartTimestamp
(Instant startTimestamp) Setter for startTimestampwithCreateDate
(Instant createDate) Fluent setter for createDatewithEndTimestamp
(Instant endTimestamp) Fluent setter for endTimestampFluent setter for errorwithHadError
(Boolean hadError) Fluent setter for hadErrorFluent setter for idFluent setter for inputwithModifyDate
(Instant modifyDate) Fluent setter for modifyDatewithOutput
(String output) Fluent setter for outputwithRunTimeMillis
(Integer runTimeMillis) Fluent setter for runTimeMilliswithScriptId
(Integer scriptId) Fluent setter for scriptIdwithScriptRevisionId
(Integer scriptRevisionId) Fluent setter for scriptRevisionIdwithStartTimestamp
(Instant startTimestamp) Fluent setter for startTimestampMethods inherited from class com.kingsrook.qqq.backend.core.model.data.QRecordEntity
fromQRecord, fromQRecord, getAnnotationOnField, getAssociationList, getFieldList, getFieldNameFromGetter, getQAssociationAnnotation, getQFieldAnnotation, getQIgnoreAnnotation, getTableName, populateFromQRecord, populateFromQRecord, registerTable, tableName, toQRecord, toQRecordOnlyChangedFields, toQRecordOnlyChangedFields
-
Field Details
-
TABLE_NAME
- See Also:
-
-
Constructor Details
-
ScriptLog
public ScriptLog()
-
-
Method Details
-
getId
Getter for id -
setId
Setter for id -
withId
-
getCreateDate
Getter for createDate -
setCreateDate
Setter for createDate -
withCreateDate
-
getModifyDate
Getter for modifyDate -
setModifyDate
Setter for modifyDate -
withModifyDate
-
getScriptId
Getter for scriptId -
setScriptId
Setter for scriptId -
withScriptId
-
getScriptRevisionId
Getter for scriptRevisionId -
setScriptRevisionId
Setter for scriptRevisionId -
withScriptRevisionId
-
getStartTimestamp
Getter for startTimestamp -
setStartTimestamp
Setter for startTimestamp -
withStartTimestamp
-
getEndTimestamp
Getter for endTimestamp -
setEndTimestamp
Setter for endTimestamp -
withEndTimestamp
-
getRunTimeMillis
Getter for runTimeMillis -
setRunTimeMillis
Setter for runTimeMillis -
withRunTimeMillis
-
getHadError
Getter for hadError -
setHadError
Setter for hadError -
withHadError
-
getInput
Getter for input -
setInput
Setter for input -
withInput
-
getOutput
Getter for output -
setOutput
Setter for output -
withOutput
-
getError
Getter for error -
setError
Setter for error -
withError
-