Class 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
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键
        Specified by:
        getKey in interface IIMessage
      • setKey

        public IMessage setKey​(String key)
        Setter for DB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键
        Specified by:
        setKey in interface IIMessage
      • getName

        public String getName()
        Getter for DB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称
        Specified by:
        getName in interface IIMessage
      • setName

        public IMessage setName​(String name)
        Setter for DB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称
        Specified by:
        setName in interface IIMessage
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码
        Specified by:
        getCode in interface IIMessage
      • setCode

        public IMessage setCode​(String code)
        Setter for DB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码
        Specified by:
        setCode in interface IIMessage
      • getType

        public String getType()
        Getter for DB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型
        Specified by:
        getType in interface IIMessage
      • setType

        public IMessage setType​(String type)
        Setter for DB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型
        Specified by:
        setType in interface IIMessage
      • getStatus

        public String getStatus()
        Getter for DB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态
        Specified by:
        getStatus in interface IIMessage
      • setStatus

        public IMessage setStatus​(String status)
        Setter for DB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态
        Specified by:
        setStatus in interface IIMessage
      • getSubject

        public String getSubject()
        Getter for DB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题
        Specified by:
        getSubject in interface IIMessage
      • setSubject

        public IMessage setSubject​(String subject)
        Setter for DB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题
        Specified by:
        setSubject in interface IIMessage
      • getContent

        public String getContent()
        Getter for DB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容
        Specified by:
        getContent in interface IIMessage
      • setContent

        public IMessage setContent​(String content)
        Setter for DB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容
        Specified by:
        setContent in interface IIMessage
      • getFrom

        public String getFrom()
        Getter for DB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方
        Specified by:
        getFrom in interface IIMessage
      • setFrom

        public IMessage setFrom​(String from)
        Setter for DB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方
        Specified by:
        setFrom in interface IIMessage
      • getTo

        public String getTo()
        Getter for DB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方
        Specified by:
        getTo in interface IIMessage
      • setTo

        public IMessage setTo​(String to)
        Setter for DB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方
        Specified by:
        setTo in interface IIMessage
      • getSendBy

        public String getSendBy()
        Getter for DB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者
        Specified by:
        getSendBy in interface IIMessage
      • setSendBy

        public IMessage setSendBy​(String sendBy)
        Setter for DB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者
        Specified by:
        setSendBy in interface IIMessage
      • getSendAt

        public String getSendAt()
        Getter for DB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间
        Specified by:
        getSendAt in interface IIMessage
      • setSendAt

        public IMessage setSendAt​(String sendAt)
        Setter for DB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间
        Specified by:
        setSendAt in interface IIMessage
      • getAppId

        public String getAppId()
        Getter for DB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID
        Specified by:
        getAppId in interface IIMessage
      • setAppId

        public IMessage setAppId​(String appId)
        Setter for DB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID
        Specified by:
        setAppId in interface IIMessage
      • getActive

        public Boolean getActive()
        Getter for DB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用
        Specified by:
        getActive in interface IIMessage
      • setActive

        public IMessage setActive​(Boolean active)
        Setter for DB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IIMessage
      • getSigma

        public String getSigma()
        Getter for DB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识
        Specified by:
        getSigma in interface IIMessage
      • setSigma

        public IMessage setSigma​(String sigma)
        Setter for DB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识
        Specified by:
        setSigma in interface IIMessage
      • getMetadata

        public String getMetadata()
        Getter for DB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置
        Specified by:
        getMetadata in interface IIMessage
      • setMetadata

        public IMessage setMetadata​(String metadata)
        Setter for DB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置
        Specified by:
        setMetadata in interface IIMessage
      • getLanguage

        public String getLanguage()
        Getter for DB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言
        Specified by:
        getLanguage in interface IIMessage
      • setLanguage

        public IMessage setLanguage​(String language)
        Setter for DB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IIMessage
      • getCreatedAt

        public LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间
        Specified by:
        getCreatedAt in interface IIMessage
      • getCreatedBy

        public String getCreatedBy()
        Getter for DB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        getCreatedBy in interface IIMessage
      • setCreatedBy

        public IMessage setCreatedBy​(String createdBy)
        Setter for DB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人
        Specified by:
        setCreatedBy in interface IIMessage
      • getUpdatedAt

        public LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间
        Specified by:
        getUpdatedAt in interface IIMessage
      • getUpdatedBy

        public String getUpdatedBy()
        Getter for DB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        getUpdatedBy in interface IIMessage
      • setUpdatedBy

        public IMessage setUpdatedBy​(String updatedBy)
        Setter for DB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人
        Specified by:
        setUpdatedBy in interface IIMessage
      • from

        public void from​(IIMessage from)
        Description copied from interface: IIMessage
        Load data from another generated Record/POJO implementing the common interface IIMessage
        Specified by:
        from in interface IIMessage
      • into

        public <E extends IIMessage> E into​(E into)
        Description copied from interface: IIMessage
        Copy data into another generated Record/POJO implementing the common interface IIMessage
        Specified by:
        into in interface IIMessage