public class BsJobLog extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected Long |
endTime
endTime
|
protected String |
jobName
jobName
|
protected String |
jobStatus
jobStatus
|
protected Long |
lastUpdated
lastUpdated
|
protected String |
scriptData
scriptData
|
protected String |
scriptResult
scriptResult
|
protected String |
scriptType
scriptType
|
protected Long |
startTime
startTime
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
target
target
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsJobLog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
JobLogDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
Long |
getEndTime() |
String |
getJobName() |
String |
getJobStatus() |
Long |
getLastUpdated() |
String |
getScriptData() |
String |
getScriptResult() |
String |
getScriptType() |
Long |
getStartTime() |
String |
getTarget() |
void |
setEndTime(Long value) |
void |
setJobName(String value) |
void |
setJobStatus(String value) |
void |
setLastUpdated(Long value) |
void |
setScriptData(String value) |
void |
setScriptResult(String value) |
void |
setScriptType(String value) |
void |
setStartTime(Long value) |
void |
setTarget(String value) |
Map<String,Object> |
toSource() |
asDocMeta, buildDisplayString, checkSpecifiedProperty, clearModifiedInfo, clearSpecifiedInfo, clearUniqueDrivenInfo, convertEmptyToNull, createdBySelect, hasModification, hasPrimaryKeyValue, instanceHash, markAsSelect, modifiedToSpecified, mymodifiedProperties, mymodifyProperty, mymodifyPropertyCancel, myspecifiedProperties, myspecifyProperty, myspecifyPropertyCancel, myundefinedClassificationAccessAllowed, myuniqueByProperty, myuniqueByPropertyCancel, myuniqueDrivenProperties, myunlockUndefinedClassificationAccess, newModifiedProperties, newUniqueDrivenProperties, registerModifiedProperty, registerSpecifiedProperty, toString, toStringWithRelationprotected static final Class<?> suppressUnusedImportLocalDateTime
protected Long endTime
protected String jobName
protected String jobStatus
protected String scriptData
protected String scriptResult
protected String scriptType
protected Long startTime
protected String target
protected Long lastUpdated
public JobLogDbm asDBMeta()
public String asTableDbName()
public Map<String,Object> toSource()
toSource in class EsAbstractEntityprotected void addFieldToSource(Map<String,Object> sourceMap, String field, Object value)
protected String doBuildColumnString(String dm)
doBuildColumnString in class EsAbstractEntitypublic Long getEndTime()
public void setEndTime(Long value)
public String getJobName()
public void setJobName(String value)
public String getJobStatus()
public void setJobStatus(String value)
public String getScriptData()
public void setScriptData(String value)
public String getScriptResult()
public void setScriptResult(String value)
public String getScriptType()
public void setScriptType(String value)
public Long getStartTime()
public void setStartTime(Long value)
public String getTarget()
public void setTarget(String value)
public Long getLastUpdated()
public void setLastUpdated(Long value)
Copyright © 2009–2017 CodeLibs. All rights reserved.