Interface IIMessage

  • All Superinterfaces:
    Serializable, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
    All Known Implementing Classes:
    IMessage, IMessageRecord

    public interface IIMessage
    extends io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable
    This class is generated by jOOQ.
    • Method Detail

      • setKey

        IIMessage setKey​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键
      • getKey

        String getKey()
        Getter for DB_ETERNAL.I_MESSAGE.KEY. 「key」- 消息主键
      • setName

        IIMessage setName​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称
      • getName

        String getName()
        Getter for DB_ETERNAL.I_MESSAGE.NAME. 「name」- 消息名称
      • setCode

        IIMessage setCode​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码
      • getCode

        String getCode()
        Getter for DB_ETERNAL.I_MESSAGE.CODE. 「code」- 消息编码
      • setType

        IIMessage setType​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型
      • getType

        String getType()
        Getter for DB_ETERNAL.I_MESSAGE.TYPE. 「type」- 消息类型
      • setStatus

        IIMessage setStatus​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态
      • getStatus

        String getStatus()
        Getter for DB_ETERNAL.I_MESSAGE.STATUS. 「status」- 消息状态
      • setSubject

        IIMessage setSubject​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题
      • getSubject

        String getSubject()
        Getter for DB_ETERNAL.I_MESSAGE.SUBJECT. 「subject」- 消息标题
      • setContent

        IIMessage setContent​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容
      • getContent

        String getContent()
        Getter for DB_ETERNAL.I_MESSAGE.CONTENT. 「content」- 消息内容
      • setFrom

        IIMessage setFrom​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方
      • getFrom

        String getFrom()
        Getter for DB_ETERNAL.I_MESSAGE.FROM. 「from」- 消息发送方
      • setTo

        IIMessage setTo​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方
      • getTo

        String getTo()
        Getter for DB_ETERNAL.I_MESSAGE.TO. 「to」- 消息接收方
      • setSendBy

        IIMessage setSendBy​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者
      • getSendBy

        String getSendBy()
        Getter for DB_ETERNAL.I_MESSAGE.SEND_BY. 「sendBy」- 发送者
      • setSendAt

        IIMessage setSendAt​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间
      • getSendAt

        String getSendAt()
        Getter for DB_ETERNAL.I_MESSAGE.SEND_AT. 「sendAt」- 发送时间
      • setAppId

        IIMessage setAppId​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID
      • getAppId

        String getAppId()
        Getter for DB_ETERNAL.I_MESSAGE.APP_ID. 「appId」- 所属应用ID
      • setActive

        IIMessage setActive​(Boolean value)
        Setter for DB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用
      • getActive

        Boolean getActive()
        Getter for DB_ETERNAL.I_MESSAGE.ACTIVE. 「active」- 是否启用
      • setSigma

        IIMessage setSigma​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识
      • getSigma

        String getSigma()
        Getter for DB_ETERNAL.I_MESSAGE.SIGMA. 「sigma」- 统一标识
      • setMetadata

        IIMessage setMetadata​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置
      • getMetadata

        String getMetadata()
        Getter for DB_ETERNAL.I_MESSAGE.METADATA. 「metadata」- 附加配置
      • setLanguage

        IIMessage setLanguage​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言
      • getLanguage

        String getLanguage()
        Getter for DB_ETERNAL.I_MESSAGE.LANGUAGE. 「language」- 使用的语言
      • setCreatedAt

        IIMessage setCreatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间
      • getCreatedAt

        LocalDateTime getCreatedAt()
        Getter for DB_ETERNAL.I_MESSAGE.CREATED_AT. 「createdAt」- 创建时间
      • setCreatedBy

        IIMessage setCreatedBy​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人
      • getCreatedBy

        String getCreatedBy()
        Getter for DB_ETERNAL.I_MESSAGE.CREATED_BY. 「createdBy」- 创建人
      • setUpdatedAt

        IIMessage setUpdatedAt​(LocalDateTime value)
        Setter for DB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间
      • getUpdatedAt

        LocalDateTime getUpdatedAt()
        Getter for DB_ETERNAL.I_MESSAGE.UPDATED_AT. 「updatedAt」- 更新时间
      • setUpdatedBy

        IIMessage setUpdatedBy​(String value)
        Setter for DB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人
      • getUpdatedBy

        String getUpdatedBy()
        Getter for DB_ETERNAL.I_MESSAGE.UPDATED_BY. 「updatedBy」- 更新人
      • from

        void from​(IIMessage from)
        Load data from another generated Record/POJO implementing the common interface IIMessage
      • into

        <E extends IIMessage> E into​(E into)
        Copy data into another generated Record/POJO implementing the common interface IIMessage
      • fromJson

        default IIMessage fromJson​(io.vertx.core.json.JsonObject json)
        Specified by:
        fromJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo
      • toJson

        default io.vertx.core.json.JsonObject toJson()
        Specified by:
        toJson in interface io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo