@Generated(value={"http://www.jooq.org","jOOQ version:3.10.8"}, comments="This class is generated by jOOQ") public interface ISPacket extends Serializable
This class is generated by jOOQ.
| Modifier and Type | Method and Description |
|---|---|
void |
from(ISPacket from)
Load data from another generated Record/POJO implementing the common interface ISPacket
|
default ISPacket |
fromJson(io.vertx.core.json.JsonObject json) |
Boolean |
getActive()
Getter for
DB_ETERNAL.S_PACKET.ACTIVE. |
String |
getColConfig()
Getter for
DB_ETERNAL.S_PACKET.COL_CONFIG. |
String |
getColType()
Getter for
DB_ETERNAL.S_PACKET.COL_TYPE. |
String |
getCondConfig()
Getter for
DB_ETERNAL.S_PACKET.COND_CONFIG. |
String |
getCondTpl()
Getter for
DB_ETERNAL.S_PACKET.COND_TPL. |
String |
getCondTplMapping()
Getter for
DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. |
LocalDateTime |
getCreatedAt()
Getter for
DB_ETERNAL.S_PACKET.CREATED_AT. |
String |
getCreatedBy()
Getter for
DB_ETERNAL.S_PACKET.CREATED_BY. |
String |
getKey()
Getter for
DB_ETERNAL.S_PACKET.KEY. |
String |
getLanguage()
Getter for
DB_ETERNAL.S_PACKET.LANGUAGE. |
String |
getMetadata()
Getter for
DB_ETERNAL.S_PACKET.METADATA. |
String |
getPathId()
Getter for
DB_ETERNAL.S_PACKET.PATH_ID. |
String |
getResourceId()
Getter for
DB_ETERNAL.S_PACKET.RESOURCE_ID. |
String |
getRowField()
Getter for
DB_ETERNAL.S_PACKET.ROW_FIELD. |
String |
getRowTpl()
Getter for
DB_ETERNAL.S_PACKET.ROW_TPL. |
String |
getRowTplMapping()
Getter for
DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. |
String |
getRowType()
Getter for
DB_ETERNAL.S_PACKET.ROW_TYPE. |
String |
getSigma()
Getter for
DB_ETERNAL.S_PACKET.SIGMA. |
LocalDateTime |
getUpdatedAt()
Getter for
DB_ETERNAL.S_PACKET.UPDATED_AT. |
String |
getUpdatedBy()
Getter for
DB_ETERNAL.S_PACKET.UPDATED_BY. |
<E extends ISPacket> |
into(E into)
Copy data into another generated Record/POJO implementing the common interface ISPacket
|
ISPacket |
setActive(Boolean value)
Setter for
DB_ETERNAL.S_PACKET.ACTIVE. |
ISPacket |
setColConfig(String value)
Setter for
DB_ETERNAL.S_PACKET.COL_CONFIG. |
ISPacket |
setColType(String value)
Setter for
DB_ETERNAL.S_PACKET.COL_TYPE. |
ISPacket |
setCondConfig(String value)
Setter for
DB_ETERNAL.S_PACKET.COND_CONFIG. |
ISPacket |
setCondTpl(String value)
Setter for
DB_ETERNAL.S_PACKET.COND_TPL. |
ISPacket |
setCondTplMapping(String value)
Setter for
DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. |
ISPacket |
setCreatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_PACKET.CREATED_AT. |
ISPacket |
setCreatedBy(String value)
Setter for
DB_ETERNAL.S_PACKET.CREATED_BY. |
ISPacket |
setKey(String value)
Setter for
DB_ETERNAL.S_PACKET.KEY. |
ISPacket |
setLanguage(String value)
Setter for
DB_ETERNAL.S_PACKET.LANGUAGE. |
ISPacket |
setMetadata(String value)
Setter for
DB_ETERNAL.S_PACKET.METADATA. |
ISPacket |
setPathId(String value)
Setter for
DB_ETERNAL.S_PACKET.PATH_ID. |
ISPacket |
setResourceId(String value)
Setter for
DB_ETERNAL.S_PACKET.RESOURCE_ID. |
ISPacket |
setRowField(String value)
Setter for
DB_ETERNAL.S_PACKET.ROW_FIELD. |
ISPacket |
setRowTpl(String value)
Setter for
DB_ETERNAL.S_PACKET.ROW_TPL. |
ISPacket |
setRowTplMapping(String value)
Setter for
DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. |
ISPacket |
setRowType(String value)
Setter for
DB_ETERNAL.S_PACKET.ROW_TYPE. |
ISPacket |
setSigma(String value)
Setter for
DB_ETERNAL.S_PACKET.SIGMA. |
ISPacket |
setUpdatedAt(LocalDateTime value)
Setter for
DB_ETERNAL.S_PACKET.UPDATED_AT. |
ISPacket |
setUpdatedBy(String value)
Setter for
DB_ETERNAL.S_PACKET.UPDATED_BY. |
default io.vertx.core.json.JsonObject |
toJson() |
String getKey()
Getter for DB_ETERNAL.S_PACKET.KEY. 「key」- 包信息
ISPacket setPathId(String value)
Setter for DB_ETERNAL.S_PACKET.PATH_ID. 「pathId」- 关联的 path id,包含关系
String getPathId()
Getter for DB_ETERNAL.S_PACKET.PATH_ID. 「pathId」- 关联的 path id,包含关系
ISPacket setResourceId(String value)
Setter for DB_ETERNAL.S_PACKET.RESOURCE_ID. 「resourceId」- 关联的资源 id
String getResourceId()
Getter for DB_ETERNAL.S_PACKET.RESOURCE_ID. 「resourceId」- 关联的资源 id
ISPacket setRowType(String value)
Setter for DB_ETERNAL.S_PACKET.ROW_TYPE. 「rowType」- 行过滤类型
String getRowType()
Getter for DB_ETERNAL.S_PACKET.ROW_TYPE. 「rowType」- 行过滤类型
ISPacket setRowField(String value)
Setter for DB_ETERNAL.S_PACKET.ROW_FIELD. 「rowField」- 行输入
String getRowField()
Getter for DB_ETERNAL.S_PACKET.ROW_FIELD. 「rowField」- 行输入
String getRowTpl()
Getter for DB_ETERNAL.S_PACKET.ROW_TPL. 「rowTpl」- 多字段的模板
ISPacket setRowTplMapping(String value)
Setter for DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. 「rowTplMapping」- 多字段的映射关系
String getRowTplMapping()
Getter for DB_ETERNAL.S_PACKET.ROW_TPL_MAPPING. 「rowTplMapping」- 多字段的映射关系
ISPacket setColType(String value)
Setter for DB_ETERNAL.S_PACKET.COL_TYPE. 「colType」- 列过滤类型
String getColType()
Getter for DB_ETERNAL.S_PACKET.COL_TYPE. 「colType」- 列过滤类型
ISPacket setColConfig(String value)
Setter for DB_ETERNAL.S_PACKET.COL_CONFIG. 「colConfig」- 列配置
String getColConfig()
Getter for DB_ETERNAL.S_PACKET.COL_CONFIG. 「colConfig」- 列配置
ISPacket setCondTpl(String value)
Setter for DB_ETERNAL.S_PACKET.COND_TPL. 「condTpl」- 条件模板
String getCondTpl()
Getter for DB_ETERNAL.S_PACKET.COND_TPL. 「condTpl」- 条件模板
ISPacket setCondTplMapping(String value)
Setter for DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. 「condTplMapping」- 查询条件映射关系
String getCondTplMapping()
Getter for DB_ETERNAL.S_PACKET.COND_TPL_MAPPING. 「condTplMapping」- 查询条件映射关系
ISPacket setCondConfig(String value)
Setter for DB_ETERNAL.S_PACKET.COND_CONFIG. 「condConfig」- 条件配置(界面配置相关)
String getCondConfig()
Getter for DB_ETERNAL.S_PACKET.COND_CONFIG. 「condConfig」- 条件配置(界面配置相关)
String getSigma()
Getter for DB_ETERNAL.S_PACKET.SIGMA. 「sigma」- 统一标识
ISPacket setLanguage(String value)
Setter for DB_ETERNAL.S_PACKET.LANGUAGE. 「language」- 使用的语言
String getLanguage()
Getter for DB_ETERNAL.S_PACKET.LANGUAGE. 「language」- 使用的语言
Boolean getActive()
Getter for DB_ETERNAL.S_PACKET.ACTIVE. 「active」- 是否启用
ISPacket setMetadata(String value)
Setter for DB_ETERNAL.S_PACKET.METADATA. 「metadata」- 附加配置数据
String getMetadata()
Getter for DB_ETERNAL.S_PACKET.METADATA. 「metadata」- 附加配置数据
ISPacket setCreatedAt(LocalDateTime value)
Setter for DB_ETERNAL.S_PACKET.CREATED_AT. 「createdAt」- 创建时间
LocalDateTime getCreatedAt()
Getter for DB_ETERNAL.S_PACKET.CREATED_AT. 「createdAt」- 创建时间
ISPacket setCreatedBy(String value)
Setter for DB_ETERNAL.S_PACKET.CREATED_BY. 「createdBy」- 创建人
String getCreatedBy()
Getter for DB_ETERNAL.S_PACKET.CREATED_BY. 「createdBy」- 创建人
ISPacket setUpdatedAt(LocalDateTime value)
Setter for DB_ETERNAL.S_PACKET.UPDATED_AT. 「updatedAt」- 更新时间
LocalDateTime getUpdatedAt()
Getter for DB_ETERNAL.S_PACKET.UPDATED_AT. 「updatedAt」- 更新时间
ISPacket setUpdatedBy(String value)
Setter for DB_ETERNAL.S_PACKET.UPDATED_BY. 「updatedBy」- 更新人
String getUpdatedBy()
Getter for DB_ETERNAL.S_PACKET.UPDATED_BY. 「updatedBy」- 更新人
void from(ISPacket from)
Load data from another generated Record/POJO implementing the common interface ISPacket
<E extends ISPacket> E into(E into)
Copy data into another generated Record/POJO implementing the common interface ISPacket
default ISPacket fromJson(io.vertx.core.json.JsonObject json)
default io.vertx.core.json.JsonObject toJson()
Copyright © 2020. All rights reserved.