public class BsAccessToken extends EsAbstractEntity
EsAbstractEntity.DocMeta, EsAbstractEntity.RequestOptionCall<OP>| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy
createdBy
|
protected Long |
createdTime
createdTime
|
protected Long |
expiredTime
expiredTime
|
protected String |
name
name
|
protected String |
parameterName
parameter_name
|
protected String[] |
permissions
permissions
|
protected static Class<?> |
suppressUnusedImportLocalDateTime |
protected String |
token
token
|
protected String |
updatedBy
updatedBy
|
protected Long |
updatedTime
updatedTime
|
__modifiedProperties, __specifiedProperties, __uniqueDrivenProperties, docMeta| Constructor and Description |
|---|
BsAccessToken() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addFieldToSource(Map<String,Object> sourceMap,
String field,
Object value) |
AccessTokenDbm |
asDBMeta() |
String |
asTableDbName() |
protected String |
doBuildColumnString(String dm) |
String |
getCreatedBy() |
Long |
getCreatedTime() |
Long |
getExpiredTime() |
String |
getName() |
String |
getParameterName() |
String[] |
getPermissions() |
String |
getToken() |
String |
getUpdatedBy() |
Long |
getUpdatedTime() |
void |
setCreatedBy(String value) |
void |
setCreatedTime(Long value) |
void |
setExpiredTime(Long value) |
void |
setName(String value) |
void |
setParameterName(String value) |
void |
setPermissions(String[] value) |
void |
setToken(String value) |
void |
setUpdatedBy(String value) |
void |
setUpdatedTime(Long 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 name
protected String token
protected String[] permissions
protected String parameterName
protected Long expiredTime
protected String createdBy
protected Long createdTime
protected String updatedBy
protected Long updatedTime
public AccessTokenDbm 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 getName()
public void setName(String value)
public String getToken()
public void setToken(String value)
public String[] getPermissions()
public void setPermissions(String[] value)
public String getParameterName()
public void setParameterName(String value)
public Long getExpiredTime()
public void setExpiredTime(Long value)
public String getCreatedBy()
public void setCreatedBy(String value)
public Long getCreatedTime()
public void setCreatedTime(Long value)
public String getUpdatedBy()
public void setUpdatedBy(String value)
public Long getUpdatedTime()
public void setUpdatedTime(Long value)
Copyright © 2009–2017 CodeLibs. All rights reserved.