public class BsPathMapping extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy
createdBy
|
protected Long |
createdTime
createdTime
|
protected String |
processType
processType
|
protected String |
regex
regex
|
protected String |
replacement
replacement
|
protected Integer |
sortOrder
sortOrder
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
updatedBy
updatedBy
|
protected Long |
updatedTime
updatedTime
|
protected String |
userAgent
userAgent
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsPathMapping() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
PathMappingDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getCreatedBy() |
Long |
getCreatedTime() |
String |
getProcessType() |
String |
getRegex() |
String |
getReplacement() |
Integer |
getSortOrder() |
String |
getUpdatedBy() |
Long |
getUpdatedTime() |
String |
getUserAgent() |
void |
setCreatedBy(String value) |
void |
setCreatedTime(Long value) |
void |
setProcessType(String value) |
void |
setRegex(String value) |
void |
setReplacement(String value) |
void |
setSortOrder(Integer value) |
void |
setUpdatedBy(String value) |
void |
setUpdatedTime(Long value) |
void |
setUserAgent(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 createdBy
protected Long createdTime
protected String processType
protected String regex
protected String replacement
protected Integer sortOrder
protected String userAgent
protected String updatedBy
protected Long updatedTime
public PathMappingDbm 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 getCreatedBy()
public void setCreatedBy(String value)
public Long getCreatedTime()
public void setCreatedTime(Long value)
public String getProcessType()
public void setProcessType(String value)
public String getRegex()
public void setRegex(String value)
public String getReplacement()
public void setReplacement(String value)
public Integer getSortOrder()
public void setSortOrder(Integer value)
public String getUserAgent()
public void setUserAgent(String value)
public String getUpdatedBy()
public void setUpdatedBy(String value)
public Long getUpdatedTime()
public void setUpdatedTime(Long value)
Copyright © 2009–2017 CodeLibs. All rights reserved.