public class BsFavoriteLog extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
createdAt
createdAt
|
protected String |
docId
docId
|
protected String |
queryId
queryId
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
url
url
|
protected String |
userInfoId
userInfoId
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsFavoriteLog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
FavoriteLogDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
LocalDateTime |
getCreatedAt() |
String |
getDocId() |
String |
getQueryId() |
String |
getUrl() |
String |
getUserInfoId() |
void |
setCreatedAt(LocalDateTime value) |
void |
setDocId(String value) |
void |
setQueryId(String value) |
void |
setUrl(String value) |
void |
setUserInfoId(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 LocalDateTime createdAt
protected String url
protected String docId
protected String queryId
protected String userInfoId
public FavoriteLogDbm 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 LocalDateTime getCreatedAt()
public void setCreatedAt(LocalDateTime value)
public String getUrl()
public void setUrl(String value)
public String getDocId()
public void setDocId(String value)
public String getQueryId()
public void setQueryId(String value)
public String getUserInfoId()
public void setUserInfoId(String value)
Copyright © 2009–2017 CodeLibs. All rights reserved.