public class BsCrawlingInfoParam extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
crawlingInfoId
crawlingInfoId
|
protected Long |
createdTime
createdTime
|
protected String |
key
key
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
value
value
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsCrawlingInfoParam() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
CrawlingInfoParamDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getCrawlingInfoId() |
Long |
getCreatedTime() |
String |
getKey() |
String |
getValue() |
void |
setCrawlingInfoId(String value) |
void |
setCreatedTime(Long value) |
void |
setKey(String value) |
void |
setValue(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 crawlingInfoId
protected Long createdTime
protected String key
protected String value
public CrawlingInfoParamDbm 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 getCrawlingInfoId()
public void setCrawlingInfoId(String value)
public Long getCreatedTime()
public void setCreatedTime(Long value)
public String getKey()
public void setKey(String value)
public String getValue()
public void setValue(String value)
Copyright © 2009–2017 CodeLibs. All rights reserved.