Class IMessage
- java.lang.Object
-
- cn.vertxup.integration.domain.tables.pojos.IMessage
-
- All Implemented Interfaces:
IIMessage,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class IMessage extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IIMessage
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IMessage()IMessage(IIMessage value)IMessage(io.vertx.core.json.JsonObject json)IMessage(String key, String name, String code, String type, String status, String subject, String content, String from, String to, String sendBy, String sendAt, String appId, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfrom(IIMessage from)Load data from another generated Record/POJO implementing the common interface IIMessageBooleangetActive()Getter forDB_ETERNAL.I_MESSAGE.ACTIVE.StringgetAppId()Getter forDB_ETERNAL.I_MESSAGE.APP_ID.StringgetCode()Getter forDB_ETERNAL.I_MESSAGE.CODE.StringgetContent()Getter forDB_ETERNAL.I_MESSAGE.CONTENT.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.I_MESSAGE.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.I_MESSAGE.CREATED_BY.StringgetFrom()Getter forDB_ETERNAL.I_MESSAGE.FROM.StringgetKey()Getter forDB_ETERNAL.I_MESSAGE.KEY.StringgetLanguage()Getter forDB_ETERNAL.I_MESSAGE.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.I_MESSAGE.METADATA.StringgetName()Getter forDB_ETERNAL.I_MESSAGE.NAME.StringgetSendAt()Getter forDB_ETERNAL.I_MESSAGE.SEND_AT.StringgetSendBy()Getter forDB_ETERNAL.I_MESSAGE.SEND_BY.StringgetSigma()Getter forDB_ETERNAL.I_MESSAGE.SIGMA.StringgetStatus()Getter forDB_ETERNAL.I_MESSAGE.STATUS.StringgetSubject()Getter forDB_ETERNAL.I_MESSAGE.SUBJECT.StringgetTo()Getter forDB_ETERNAL.I_MESSAGE.TO.StringgetType()Getter forDB_ETERNAL.I_MESSAGE.TYPE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.I_MESSAGE.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.I_MESSAGE.UPDATED_BY.<E extends IIMessage>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IIMessageIMessagesetActive(Boolean active)Setter forDB_ETERNAL.I_MESSAGE.ACTIVE.IMessagesetAppId(String appId)Setter forDB_ETERNAL.I_MESSAGE.APP_ID.IMessagesetCode(String code)Setter forDB_ETERNAL.I_MESSAGE.CODE.IMessagesetContent(String content)Setter forDB_ETERNAL.I_MESSAGE.CONTENT.IMessagesetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.I_MESSAGE.CREATED_AT.IMessagesetCreatedBy(String createdBy)Setter forDB_ETERNAL.I_MESSAGE.CREATED_BY.IMessagesetFrom(String from)Setter forDB_ETERNAL.I_MESSAGE.FROM.IMessagesetKey(String key)Setter forDB_ETERNAL.I_MESSAGE.KEY.IMessagesetLanguage(String language)Setter forDB_ETERNAL.I_MESSAGE.LANGUAGE.IMessagesetMetadata(String metadata)Setter forDB_ETERNAL.I_MESSAGE.METADATA.IMessagesetName(String name)Setter forDB_ETERNAL.I_MESSAGE.NAME.IMessagesetSendAt(String sendAt)Setter forDB_ETERNAL.I_MESSAGE.SEND_AT.IMessagesetSendBy(String sendBy)Setter forDB_ETERNAL.I_MESSAGE.SEND_BY.IMessagesetSigma(String sigma)Setter forDB_ETERNAL.I_MESSAGE.SIGMA.IMessagesetStatus(String status)Setter forDB_ETERNAL.I_MESSAGE.STATUS.IMessagesetSubject(String subject)Setter forDB_ETERNAL.I_MESSAGE.SUBJECT.IMessagesetTo(String to)Setter forDB_ETERNAL.I_MESSAGE.TO.IMessagesetType(String type)Setter forDB_ETERNAL.I_MESSAGE.TYPE.IMessagesetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.I_MESSAGE.UPDATED_AT.IMessagesetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.I_MESSAGE.UPDATED_BY.StringtoString()
-
-
-
Constructor Detail
-
IMessage
public IMessage()
-
IMessage
public IMessage(IIMessage value)
-
IMessage
public IMessage(String key, String name, String code, String type, String status, String subject, String content, String from, String to, String sendBy, String sendAt, String appId, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
IMessage
public IMessage(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键
-
getName
public String getName()
Getter forDB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称
-
getCode
public String getCode()
Getter forDB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码
-
getType
public String getType()
Getter forDB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型
-
getStatus
public String getStatus()
Getter forDB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态
-
setStatus
public IMessage setStatus(String status)
Setter forDB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态
-
getSubject
public String getSubject()
Getter forDB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题- Specified by:
getSubjectin interfaceIIMessage
-
setSubject
public IMessage setSubject(String subject)
Setter forDB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题- Specified by:
setSubjectin interfaceIIMessage
-
getContent
public String getContent()
Getter forDB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容- Specified by:
getContentin interfaceIIMessage
-
setContent
public IMessage setContent(String content)
Setter forDB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容- Specified by:
setContentin interfaceIIMessage
-
getFrom
public String getFrom()
Getter forDB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方
-
getTo
public String getTo()
Getter forDB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方
-
getSendBy
public String getSendBy()
Getter forDB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者
-
setSendBy
public IMessage setSendBy(String sendBy)
Setter forDB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者
-
getSendAt
public String getSendAt()
Getter forDB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间
-
setSendAt
public IMessage setSendAt(String sendAt)
Setter forDB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间
-
getAppId
public String getAppId()
Getter forDB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID
-
setAppId
public IMessage setAppId(String appId)
Setter forDB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用
-
setActive
public IMessage setActive(Boolean active)
Setter forDB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识
-
setSigma
public IMessage setSigma(String sigma)
Setter forDB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIIMessage
-
setMetadata
public IMessage setMetadata(String metadata)
Setter forDB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIIMessage
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIIMessage
-
setLanguage
public IMessage setLanguage(String language)
Setter forDB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIIMessage
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIIMessage
-
setCreatedAt
public IMessage setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIIMessage
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIIMessage
-
setCreatedBy
public IMessage setCreatedBy(String createdBy)
Setter forDB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIIMessage
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIIMessage
-
setUpdatedAt
public IMessage setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIIMessage
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIIMessage
-
setUpdatedBy
public IMessage setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIIMessage
-
from
public void from(IIMessage from)
Description copied from interface:IIMessageLoad data from another generated Record/POJO implementing the common interface IIMessage
-
-