public class BsFailureUrl extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
configId
configId
|
protected Integer |
errorCount
errorCount
|
protected String |
errorLog
errorLog
|
protected String |
errorName
errorName
|
protected Long |
lastAccessTime
lastAccessTime
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
threadName
threadName
|
protected String |
url
url
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsFailureUrl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
FailureUrlDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getConfigId() |
Integer |
getErrorCount() |
String |
getErrorLog() |
String |
getErrorName() |
Long |
getLastAccessTime() |
String |
getThreadName() |
String |
getUrl() |
void |
setConfigId(String value) |
void |
setErrorCount(Integer value) |
void |
setErrorLog(String value) |
void |
setErrorName(String value) |
void |
setLastAccessTime(Long value) |
void |
setThreadName(String value) |
void |
setUrl(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 String configId
protected Integer errorCount
protected String errorLog
protected String errorName
protected Long lastAccessTime
protected String threadName
protected String url
public FailureUrlDbm 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 String getConfigId()
public void setConfigId(String value)
public Integer getErrorCount()
public void setErrorCount(Integer value)
public String getErrorLog()
public void setErrorLog(String value)
public String getErrorName()
public void setErrorName(String value)
public Long getLastAccessTime()
public void setLastAccessTime(Long value)
public String getThreadName()
public void setThreadName(String value)
public String getUrl()
public void setUrl(String value)
Copyright © 2009–2017 CodeLibs. All rights reserved.