@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ISAction extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
|
default ISAction |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.S_ACTION.ACTIVE. |
String |
getCode()
Getter for
DB_ETERNAL.S_ACTION.CODE. |
String |
getComment()
Getter for
DB_ETERNAL.S_ACTION.COMMENT. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_ACTION.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_ACTION.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.S_ACTION.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_ACTION.LANGUAGE. |
Integer |
getLevel()
Getter for
DB_ETERNAL.S_ACTION.LEVEL. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_ACTION.METADATA. |
String |
getMethod()
Getter for
DB_ETERNAL.S_ACTION.METHOD. |
String |
getName()
Getter for
DB_ETERNAL.S_ACTION.NAME. |
String |
getPermissionId()
Getter for
DB_ETERNAL.S_ACTION.PERMISSION_ID. |
String |
getRenewalCredit()
Getter for
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. |
String |
getResourceId()
Getter for
DB_ETERNAL.S_ACTION.RESOURCE_ID. |
String |
getSigma()
Getter for
DB_ETERNAL.S_ACTION.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_ACTION.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_ACTION.UPDATED_BY. |
String |
getUri()
Getter for
DB_ETERNAL.S_ACTION.URI. |
<E extends ISAction> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
|
ISAction |
setActive(Boolean value)
Setter for
DB_ETERNAL.S_ACTION.ACTIVE. |
ISAction |
setCode(String value)
Setter for
DB_ETERNAL.S_ACTION.CODE. |
ISAction |
setComment(String value)
Setter for
DB_ETERNAL.S_ACTION.COMMENT. |
ISAction |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ACTION.CREATED_AT. |
ISAction |
setCreatedBy(String value)
Setter for
DB_ETERNAL.S_ACTION.CREATED_BY. |
ISAction |
setKey(String value)
Setter for
DB_ETERNAL.S_ACTION.KEY. |
ISAction |
setLanguage(String value)
Setter for
DB_ETERNAL.S_ACTION.LANGUAGE. |
ISAction |
setLevel(Integer value)
Setter for
DB_ETERNAL.S_ACTION.LEVEL. |
ISAction |
setMetadata(String value)
Setter for
DB_ETERNAL.S_ACTION.METADATA. |
ISAction |
setMethod(String value)
Setter for
DB_ETERNAL.S_ACTION.METHOD. |
ISAction |
setName(String value)
Setter for
DB_ETERNAL.S_ACTION.NAME. |
ISAction |
setPermissionId(String value)
Setter for
DB_ETERNAL.S_ACTION.PERMISSION_ID. |
ISAction |
setRenewalCredit(String value)
Setter for
DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. |
ISAction |
setResourceId(String value)
Setter for
DB_ETERNAL.S_ACTION.RESOURCE_ID. |
ISAction |
setSigma(String value)
Setter for
DB_ETERNAL.S_ACTION.SIGMA. |
ISAction |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_ACTION.UPDATED_AT. |
ISAction |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_ACTION.UPDATED_BY. |
ISAction |
setUri(String value)
Setter for
DB_ETERNAL.S_ACTION.URI. |
default io.vertx.core.json.JsonObject |
toJson() |
String getKey()
Getter for DB_ETERNAL.S_ACTION.KEY. 「key」- 操作ID
String getName()
Getter for DB_ETERNAL.S_ACTION.NAME. 「name」- 操作名称
String getCode()
Getter for DB_ETERNAL.S_ACTION.CODE. 「code」- 操作码
ISAction setResourceId(String value)
Setter for DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
String getResourceId()
Getter for DB_ETERNAL.S_ACTION.RESOURCE_ID. 「resourceId」- 操作关联资源ID
ISAction setPermissionId(String value)
Setter for DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
String getPermissionId()
Getter for DB_ETERNAL.S_ACTION.PERMISSION_ID. 「permissionId」- 操作所属权限
ISAction setLevel(Integer value)
Setter for DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
Integer getLevel()
Getter for DB_ETERNAL.S_ACTION.LEVEL. 「level」- 操作级别, ACL控制
String getUri()
Getter for DB_ETERNAL.S_ACTION.URI. 「uri」- 资源地址
String getMethod()
Getter for DB_ETERNAL.S_ACTION.METHOD. 「method」- 资源方法
String getSigma()
Getter for DB_ETERNAL.S_ACTION.SIGMA. 「sigma」- 统一标识
ISAction setRenewalCredit(String value)
Setter for DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
String getRenewalCredit()
Getter for DB_ETERNAL.S_ACTION.RENEWAL_CREDIT. 「renewalCredit」- 被刷新的凭证
ISAction setLanguage(String value)
Setter for DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.S_ACTION.LANGUAGE. 「language」- 使用的语言
Boolean getActive()
Getter for DB_ETERNAL.S_ACTION.ACTIVE. 「active」- 是否启用
ISAction setMetadata(String value)
Setter for DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
String getMetadata()
Getter for DB_ETERNAL.S_ACTION.METADATA. 「metadata」- 附加配置数据
String getComment()
Getter for DB_ETERNAL.S_ACTION.COMMENT. 「action」- 操作说明
ISAction setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.S_ACTION.CREATED_AT. 「createdAt」- 创建时间
ISAction setCreatedBy(String value)
Setter for DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.S_ACTION.CREATED_BY. 「createdBy」- 创建人
ISAction setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.S_ACTION.UPDATED_AT. 「updatedAt」- 更新时间
ISAction setUpdatedBy(String value)
Setter for DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.S_ACTION.UPDATED_BY. 「updatedBy」- 更新人
void from(ISAction from)
Load data from another generated Record/POJO implementing the common interface ISAction
<E extends ISAction> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ISAction
default ISAction fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2021. All rights reserved.