public class BsClickLog extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
docId
docId
|
protected Integer |
order
order
|
protected String |
queryId
queryId
|
protected LocalDateTime |
queryRequestedAt
queryRequestedAt
|
protected LocalDateTime |
requestedAt
requestedAt
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
url
url
|
protected String |
userSessionId
userSessionId
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsClickLog() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
ClickLogDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getDocId() |
Integer |
getOrder() |
String |
getQueryId() |
LocalDateTime |
getQueryRequestedAt() |
LocalDateTime |
getRequestedAt() |
String |
getUrl() |
String |
getUserSessionId() |
void |
setDocId(String value) |
void |
setOrder(Integer value) |
void |
setQueryId(String value) |
void |
setQueryRequestedAt(LocalDateTime value) |
void |
setRequestedAt(LocalDateTime value) |
void |
setUrl(String value) |
void |
setUserSessionId(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 queryRequestedAt
protected LocalDateTime requestedAt
protected String queryId
protected String docId
protected String userSessionId
protected String url
protected Integer order
public ClickLogDbm 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 getQueryRequestedAt()
public void setQueryRequestedAt(LocalDateTime value)
public LocalDateTime getRequestedAt()
public void setRequestedAt(LocalDateTime value)
public String getQueryId()
public void setQueryId(String value)
public String getDocId()
public void setDocId(String value)
public String getUserSessionId()
public void setUserSessionId(String value)
public String getUrl()
public void setUrl(String value)
public Integer getOrder()
public void setOrder(Integer value)
Copyright © 2009–2017 CodeLibs. All rights reserved.