Uses of Interface
cn.vertxup.integration.domain.tables.interfaces.IIMessage
-
Packages that use IIMessage Package Description cn.vertxup.integration.domain.tables.interfaces cn.vertxup.integration.domain.tables.pojos cn.vertxup.integration.domain.tables.records -
-
Uses of IIMessage in cn.vertxup.integration.domain.tables.interfaces
Methods in cn.vertxup.integration.domain.tables.interfaces with type parameters of type IIMessage Modifier and Type Method Description <E extends IIMessage>
EIIMessage. into(E into)Copy data into another generated Record/POJO implementing the common interface IIMessageMethods in cn.vertxup.integration.domain.tables.interfaces that return IIMessage Modifier and Type Method Description default IIMessageIIMessage. fromJson(io.vertx.core.json.JsonObject json)IIMessageIIMessage. setActive(Boolean value)Setter forDB_ETERNAL.I_MESSAGE.ACTIVE.IIMessageIIMessage. setAppId(String value)Setter forDB_ETERNAL.I_MESSAGE.APP_ID.IIMessageIIMessage. setCode(String value)Setter forDB_ETERNAL.I_MESSAGE.CODE.IIMessageIIMessage. setContent(String value)Setter forDB_ETERNAL.I_MESSAGE.CONTENT.IIMessageIIMessage. setCreatedAt(LocalDateTime value)Setter forDB_ETERNAL.I_MESSAGE.CREATED_AT.IIMessageIIMessage. setCreatedBy(String value)Setter forDB_ETERNAL.I_MESSAGE.CREATED_BY.IIMessageIIMessage. setFrom(String value)Setter forDB_ETERNAL.I_MESSAGE.FROM.IIMessageIIMessage. setKey(String value)Setter forDB_ETERNAL.I_MESSAGE.KEY.IIMessageIIMessage. setLanguage(String value)Setter forDB_ETERNAL.I_MESSAGE.LANGUAGE.IIMessageIIMessage. setMetadata(String value)Setter forDB_ETERNAL.I_MESSAGE.METADATA.IIMessageIIMessage. setName(String value)Setter forDB_ETERNAL.I_MESSAGE.NAME.IIMessageIIMessage. setSendAt(String value)Setter forDB_ETERNAL.I_MESSAGE.SEND_AT.IIMessageIIMessage. setSendBy(String value)Setter forDB_ETERNAL.I_MESSAGE.SEND_BY.IIMessageIIMessage. setSigma(String value)Setter forDB_ETERNAL.I_MESSAGE.SIGMA.IIMessageIIMessage. setStatus(String value)Setter forDB_ETERNAL.I_MESSAGE.STATUS.IIMessageIIMessage. setSubject(String value)Setter forDB_ETERNAL.I_MESSAGE.SUBJECT.IIMessageIIMessage. setTo(String value)Setter forDB_ETERNAL.I_MESSAGE.TO.IIMessageIIMessage. setType(String value)Setter forDB_ETERNAL.I_MESSAGE.TYPE.IIMessageIIMessage. setUpdatedAt(LocalDateTime value)Setter forDB_ETERNAL.I_MESSAGE.UPDATED_AT.IIMessageIIMessage. setUpdatedBy(String value)Setter forDB_ETERNAL.I_MESSAGE.UPDATED_BY.Methods in cn.vertxup.integration.domain.tables.interfaces with parameters of type IIMessage Modifier and Type Method Description voidIIMessage. from(IIMessage from)Load data from another generated Record/POJO implementing the common interface IIMessage -
Uses of IIMessage in cn.vertxup.integration.domain.tables.pojos
Classes in cn.vertxup.integration.domain.tables.pojos that implement IIMessage Modifier and Type Class Description classIMessageThis class is generated by jOOQ.Methods in cn.vertxup.integration.domain.tables.pojos with type parameters of type IIMessage Modifier and Type Method Description <E extends IIMessage>
EIMessage. into(E into)Methods in cn.vertxup.integration.domain.tables.pojos with parameters of type IIMessage Modifier and Type Method Description voidIMessage. from(IIMessage from)Constructors in cn.vertxup.integration.domain.tables.pojos with parameters of type IIMessage Constructor Description IMessage(IIMessage value) -
Uses of IIMessage in cn.vertxup.integration.domain.tables.records
Classes in cn.vertxup.integration.domain.tables.records that implement IIMessage Modifier and Type Class Description classIMessageRecordThis class is generated by jOOQ.Methods in cn.vertxup.integration.domain.tables.records with type parameters of type IIMessage Modifier and Type Method Description <E extends IIMessage>
EIMessageRecord. into(E into)Methods in cn.vertxup.integration.domain.tables.records with parameters of type IIMessage Modifier and Type Method Description voidIMessageRecord. from(IIMessage from)
-