Class IIntegration
- java.lang.Object
-
- cn.vertxup.integration.domain.tables.pojos.IIntegration
-
- All Implemented Interfaces:
IIIntegration,io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo,Serializable
public class IIntegration extends Object implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IIIntegration
This class is generated by jOOQ.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IIntegration()IIntegration(IIIntegration value)IIntegration(io.vertx.core.json.JsonObject json)IIntegration(String key, String name, String type, String ipV4, String ipV6, String hostname, Integer port, String protocol, String endpoint, String path, String osKey, String osSecret, String osAuthorize, String osToken, String username, String password, String publicKey, String options, 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(IIIntegration from)Load data from another generated Record/POJO implementing the common interface IIIntegrationBooleangetActive()Getter forDB_ETERNAL.I_INTEGRATION.ACTIVE.StringgetAppId()Getter forDB_ETERNAL.I_INTEGRATION.APP_ID.LocalDateTimegetCreatedAt()Getter forDB_ETERNAL.I_INTEGRATION.CREATED_AT.StringgetCreatedBy()Getter forDB_ETERNAL.I_INTEGRATION.CREATED_BY.StringgetEndpoint()Getter forDB_ETERNAL.I_INTEGRATION.ENDPOINT.StringgetHostname()Getter forDB_ETERNAL.I_INTEGRATION.HOSTNAME.StringgetIpV4()Getter forDB_ETERNAL.I_INTEGRATION.IP_V4.StringgetIpV6()Getter forDB_ETERNAL.I_INTEGRATION.IP_V6.StringgetKey()Getter forDB_ETERNAL.I_INTEGRATION.KEY.StringgetLanguage()Getter forDB_ETERNAL.I_INTEGRATION.LANGUAGE.StringgetMetadata()Getter forDB_ETERNAL.I_INTEGRATION.METADATA.StringgetName()Getter forDB_ETERNAL.I_INTEGRATION.NAME.StringgetOptions()Getter forDB_ETERNAL.I_INTEGRATION.OPTIONS.StringgetOsAuthorize()Getter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.StringgetOsKey()Getter forDB_ETERNAL.I_INTEGRATION.OS_KEY.StringgetOsSecret()Getter forDB_ETERNAL.I_INTEGRATION.OS_SECRET.StringgetOsToken()Getter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN.StringgetPassword()Getter forDB_ETERNAL.I_INTEGRATION.PASSWORD.StringgetPath()Getter forDB_ETERNAL.I_INTEGRATION.PATH.IntegergetPort()Getter forDB_ETERNAL.I_INTEGRATION.PORT.StringgetProtocol()Getter forDB_ETERNAL.I_INTEGRATION.PROTOCOL.StringgetPublicKey()Getter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.StringgetSigma()Getter forDB_ETERNAL.I_INTEGRATION.SIGMA.StringgetType()Getter forDB_ETERNAL.I_INTEGRATION.TYPE.LocalDateTimegetUpdatedAt()Getter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT.StringgetUpdatedBy()Getter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY.StringgetUsername()Getter forDB_ETERNAL.I_INTEGRATION.USERNAME.<E extends IIIntegration>
Einto(E into)Copy data into another generated Record/POJO implementing the common interface IIIntegrationIIntegrationsetActive(Boolean active)Setter forDB_ETERNAL.I_INTEGRATION.ACTIVE.IIntegrationsetAppId(String appId)Setter forDB_ETERNAL.I_INTEGRATION.APP_ID.IIntegrationsetCreatedAt(LocalDateTime createdAt)Setter forDB_ETERNAL.I_INTEGRATION.CREATED_AT.IIntegrationsetCreatedBy(String createdBy)Setter forDB_ETERNAL.I_INTEGRATION.CREATED_BY.IIntegrationsetEndpoint(String endpoint)Setter forDB_ETERNAL.I_INTEGRATION.ENDPOINT.IIntegrationsetHostname(String hostname)Setter forDB_ETERNAL.I_INTEGRATION.HOSTNAME.IIntegrationsetIpV4(String ipV4)Setter forDB_ETERNAL.I_INTEGRATION.IP_V4.IIntegrationsetIpV6(String ipV6)Setter forDB_ETERNAL.I_INTEGRATION.IP_V6.IIntegrationsetKey(String key)Setter forDB_ETERNAL.I_INTEGRATION.KEY.IIntegrationsetLanguage(String language)Setter forDB_ETERNAL.I_INTEGRATION.LANGUAGE.IIntegrationsetMetadata(String metadata)Setter forDB_ETERNAL.I_INTEGRATION.METADATA.IIntegrationsetName(String name)Setter forDB_ETERNAL.I_INTEGRATION.NAME.IIntegrationsetOptions(String options)Setter forDB_ETERNAL.I_INTEGRATION.OPTIONS.IIntegrationsetOsAuthorize(String osAuthorize)Setter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE.IIntegrationsetOsKey(String osKey)Setter forDB_ETERNAL.I_INTEGRATION.OS_KEY.IIntegrationsetOsSecret(String osSecret)Setter forDB_ETERNAL.I_INTEGRATION.OS_SECRET.IIntegrationsetOsToken(String osToken)Setter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN.IIntegrationsetPassword(String password)Setter forDB_ETERNAL.I_INTEGRATION.PASSWORD.IIntegrationsetPath(String path)Setter forDB_ETERNAL.I_INTEGRATION.PATH.IIntegrationsetPort(Integer port)Setter forDB_ETERNAL.I_INTEGRATION.PORT.IIntegrationsetProtocol(String protocol)Setter forDB_ETERNAL.I_INTEGRATION.PROTOCOL.IIntegrationsetPublicKey(String publicKey)Setter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY.IIntegrationsetSigma(String sigma)Setter forDB_ETERNAL.I_INTEGRATION.SIGMA.IIntegrationsetType(String type)Setter forDB_ETERNAL.I_INTEGRATION.TYPE.IIntegrationsetUpdatedAt(LocalDateTime updatedAt)Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT.IIntegrationsetUpdatedBy(String updatedBy)Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY.IIntegrationsetUsername(String username)Setter forDB_ETERNAL.I_INTEGRATION.USERNAME.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface cn.vertxup.integration.domain.tables.interfaces.IIIntegration
fromJson, toJson
-
-
-
-
Constructor Detail
-
IIntegration
public IIntegration()
-
IIntegration
public IIntegration(IIIntegration value)
-
IIntegration
public IIntegration(String key, String name, String type, String ipV4, String ipV6, String hostname, Integer port, String protocol, String endpoint, String path, String osKey, String osSecret, String osAuthorize, String osToken, String username, String password, String publicKey, String options, String appId, Boolean active, String sigma, String metadata, String language, LocalDateTime createdAt, String createdBy, LocalDateTime updatedAt, String updatedBy)
-
IIntegration
public IIntegration(io.vertx.core.json.JsonObject json)
-
-
Method Detail
-
getKey
public String getKey()
Getter forDB_ETERNAL.I_INTEGRATION.KEY. 「key」- 集成配置主键- Specified by:
getKeyin interfaceIIIntegration
-
setKey
public IIntegration setKey(String key)
Setter forDB_ETERNAL.I_INTEGRATION.KEY. 「key」- 集成配置主键- Specified by:
setKeyin interfaceIIIntegration
-
getName
public String getName()
Getter forDB_ETERNAL.I_INTEGRATION.NAME. 「name」- 集成名称- Specified by:
getNamein interfaceIIIntegration
-
setName
public IIntegration setName(String name)
Setter forDB_ETERNAL.I_INTEGRATION.NAME. 「name」- 集成名称- Specified by:
setNamein interfaceIIIntegration
-
getType
public String getType()
Getter forDB_ETERNAL.I_INTEGRATION.TYPE. 「type」- 集成类型- Specified by:
getTypein interfaceIIIntegration
-
setType
public IIntegration setType(String type)
Setter forDB_ETERNAL.I_INTEGRATION.TYPE. 「type」- 集成类型- Specified by:
setTypein interfaceIIIntegration
-
getIpV4
public String getIpV4()
Getter forDB_ETERNAL.I_INTEGRATION.IP_V4. 「ipV4」- IP v4地址- Specified by:
getIpV4in interfaceIIIntegration
-
setIpV4
public IIntegration setIpV4(String ipV4)
Setter forDB_ETERNAL.I_INTEGRATION.IP_V4. 「ipV4」- IP v4地址- Specified by:
setIpV4in interfaceIIIntegration
-
getIpV6
public String getIpV6()
Getter forDB_ETERNAL.I_INTEGRATION.IP_V6. 「ipV6」- IP v6地址- Specified by:
getIpV6in interfaceIIIntegration
-
setIpV6
public IIntegration setIpV6(String ipV6)
Setter forDB_ETERNAL.I_INTEGRATION.IP_V6. 「ipV6」- IP v6地址- Specified by:
setIpV6in interfaceIIIntegration
-
getHostname
public String getHostname()
Getter forDB_ETERNAL.I_INTEGRATION.HOSTNAME. 「hostname」- 主机地址- Specified by:
getHostnamein interfaceIIIntegration
-
setHostname
public IIntegration setHostname(String hostname)
Setter forDB_ETERNAL.I_INTEGRATION.HOSTNAME. 「hostname」- 主机地址- Specified by:
setHostnamein interfaceIIIntegration
-
getPort
public Integer getPort()
Getter forDB_ETERNAL.I_INTEGRATION.PORT. 「port」- 端口号- Specified by:
getPortin interfaceIIIntegration
-
setPort
public IIntegration setPort(Integer port)
Setter forDB_ETERNAL.I_INTEGRATION.PORT. 「port」- 端口号- Specified by:
setPortin interfaceIIIntegration
-
getProtocol
public String getProtocol()
Getter forDB_ETERNAL.I_INTEGRATION.PROTOCOL. 「protocol」- 协议类型:HTTP, HTTPS, FTP- Specified by:
getProtocolin interfaceIIIntegration
-
setProtocol
public IIntegration setProtocol(String protocol)
Setter forDB_ETERNAL.I_INTEGRATION.PROTOCOL. 「protocol」- 协议类型:HTTP, HTTPS, FTP- Specified by:
setProtocolin interfaceIIIntegration
-
getEndpoint
public String getEndpoint()
Getter forDB_ETERNAL.I_INTEGRATION.ENDPOINT. 「endpoint」- 端地址- Specified by:
getEndpointin interfaceIIIntegration
-
setEndpoint
public IIntegration setEndpoint(String endpoint)
Setter forDB_ETERNAL.I_INTEGRATION.ENDPOINT. 「endpoint」- 端地址- Specified by:
setEndpointin interfaceIIIntegration
-
getPath
public String getPath()
Getter forDB_ETERNAL.I_INTEGRATION.PATH. 「path」- 集成专用根路径- Specified by:
getPathin interfaceIIIntegration
-
setPath
public IIntegration setPath(String path)
Setter forDB_ETERNAL.I_INTEGRATION.PATH. 「path」- 集成专用根路径- Specified by:
setPathin interfaceIIIntegration
-
getOsKey
public String getOsKey()
Getter forDB_ETERNAL.I_INTEGRATION.OS_KEY. 「osKey」- 开源专用Key- Specified by:
getOsKeyin interfaceIIIntegration
-
setOsKey
public IIntegration setOsKey(String osKey)
Setter forDB_ETERNAL.I_INTEGRATION.OS_KEY. 「osKey」- 开源专用Key- Specified by:
setOsKeyin interfaceIIIntegration
-
getOsSecret
public String getOsSecret()
Getter forDB_ETERNAL.I_INTEGRATION.OS_SECRET. 「osSecret」- 开源专用Secret- Specified by:
getOsSecretin interfaceIIIntegration
-
setOsSecret
public IIntegration setOsSecret(String osSecret)
Setter forDB_ETERNAL.I_INTEGRATION.OS_SECRET. 「osSecret」- 开源专用Secret- Specified by:
setOsSecretin interfaceIIIntegration
-
getOsAuthorize
public String getOsAuthorize()
Getter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE. 「osAuthorize」- Authorize接口- Specified by:
getOsAuthorizein interfaceIIIntegration
-
setOsAuthorize
public IIntegration setOsAuthorize(String osAuthorize)
Setter forDB_ETERNAL.I_INTEGRATION.OS_AUTHORIZE. 「osAuthorize」- Authorize接口- Specified by:
setOsAuthorizein interfaceIIIntegration
-
getOsToken
public String getOsToken()
Getter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN. 「osToken」- Token接口- Specified by:
getOsTokenin interfaceIIIntegration
-
setOsToken
public IIntegration setOsToken(String osToken)
Setter forDB_ETERNAL.I_INTEGRATION.OS_TOKEN. 「osToken」- Token接口- Specified by:
setOsTokenin interfaceIIIntegration
-
getUsername
public String getUsername()
Getter forDB_ETERNAL.I_INTEGRATION.USERNAME. 「username」- 账号- Specified by:
getUsernamein interfaceIIIntegration
-
setUsername
public IIntegration setUsername(String username)
Setter forDB_ETERNAL.I_INTEGRATION.USERNAME. 「username」- 账号- Specified by:
setUsernamein interfaceIIIntegration
-
getPassword
public String getPassword()
Getter forDB_ETERNAL.I_INTEGRATION.PASSWORD. 「password」- 密码- Specified by:
getPasswordin interfaceIIIntegration
-
setPassword
public IIntegration setPassword(String password)
Setter forDB_ETERNAL.I_INTEGRATION.PASSWORD. 「password」- 密码- Specified by:
setPasswordin interfaceIIIntegration
-
getPublicKey
public String getPublicKey()
Getter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY. 「publicKey」- Key文件- Specified by:
getPublicKeyin interfaceIIIntegration
-
setPublicKey
public IIntegration setPublicKey(String publicKey)
Setter forDB_ETERNAL.I_INTEGRATION.PUBLIC_KEY. 「publicKey」- Key文件- Specified by:
setPublicKeyin interfaceIIIntegration
-
getOptions
public String getOptions()
Getter forDB_ETERNAL.I_INTEGRATION.OPTIONS. 「options」- 集成相关配置- Specified by:
getOptionsin interfaceIIIntegration
-
setOptions
public IIntegration setOptions(String options)
Setter forDB_ETERNAL.I_INTEGRATION.OPTIONS. 「options」- 集成相关配置- Specified by:
setOptionsin interfaceIIIntegration
-
getAppId
public String getAppId()
Getter forDB_ETERNAL.I_INTEGRATION.APP_ID. 「appId」- 关联的应用程序ID- Specified by:
getAppIdin interfaceIIIntegration
-
setAppId
public IIntegration setAppId(String appId)
Setter forDB_ETERNAL.I_INTEGRATION.APP_ID. 「appId」- 关联的应用程序ID- Specified by:
setAppIdin interfaceIIIntegration
-
getActive
public Boolean getActive()
Getter forDB_ETERNAL.I_INTEGRATION.ACTIVE. 「active」- 是否启用- Specified by:
getActivein interfaceIIIntegration
-
setActive
public IIntegration setActive(Boolean active)
Setter forDB_ETERNAL.I_INTEGRATION.ACTIVE. 「active」- 是否启用- Specified by:
setActivein interfaceIIIntegration
-
getSigma
public String getSigma()
Getter forDB_ETERNAL.I_INTEGRATION.SIGMA. 「sigma」- 统一标识- Specified by:
getSigmain interfaceIIIntegration
-
setSigma
public IIntegration setSigma(String sigma)
Setter forDB_ETERNAL.I_INTEGRATION.SIGMA. 「sigma」- 统一标识- Specified by:
setSigmain interfaceIIIntegration
-
getMetadata
public String getMetadata()
Getter forDB_ETERNAL.I_INTEGRATION.METADATA. 「metadata」- 附加配置- Specified by:
getMetadatain interfaceIIIntegration
-
setMetadata
public IIntegration setMetadata(String metadata)
Setter forDB_ETERNAL.I_INTEGRATION.METADATA. 「metadata」- 附加配置- Specified by:
setMetadatain interfaceIIIntegration
-
getLanguage
public String getLanguage()
Getter forDB_ETERNAL.I_INTEGRATION.LANGUAGE. 「language」- 使用的语言- Specified by:
getLanguagein interfaceIIIntegration
-
setLanguage
public IIntegration setLanguage(String language)
Setter forDB_ETERNAL.I_INTEGRATION.LANGUAGE. 「language」- 使用的语言- Specified by:
setLanguagein interfaceIIIntegration
-
getCreatedAt
public LocalDateTime getCreatedAt()
Getter forDB_ETERNAL.I_INTEGRATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
getCreatedAtin interfaceIIIntegration
-
setCreatedAt
public IIntegration setCreatedAt(LocalDateTime createdAt)
Setter forDB_ETERNAL.I_INTEGRATION.CREATED_AT. 「createdAt」- 创建时间- Specified by:
setCreatedAtin interfaceIIIntegration
-
getCreatedBy
public String getCreatedBy()
Getter forDB_ETERNAL.I_INTEGRATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
getCreatedByin interfaceIIIntegration
-
setCreatedBy
public IIntegration setCreatedBy(String createdBy)
Setter forDB_ETERNAL.I_INTEGRATION.CREATED_BY. 「createdBy」- 创建人- Specified by:
setCreatedByin interfaceIIIntegration
-
getUpdatedAt
public LocalDateTime getUpdatedAt()
Getter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
getUpdatedAtin interfaceIIIntegration
-
setUpdatedAt
public IIntegration setUpdatedAt(LocalDateTime updatedAt)
Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_AT. 「updatedAt」- 更新时间- Specified by:
setUpdatedAtin interfaceIIIntegration
-
getUpdatedBy
public String getUpdatedBy()
Getter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
getUpdatedByin interfaceIIIntegration
-
setUpdatedBy
public IIntegration setUpdatedBy(String updatedBy)
Setter forDB_ETERNAL.I_INTEGRATION.UPDATED_BY. 「updatedBy」- 更新人- Specified by:
setUpdatedByin interfaceIIIntegration
-
from
public void from(IIIntegration from)
Description copied from interface:IIIntegrationLoad data from another generated Record/POJO implementing the common interface IIIntegration- Specified by:
fromin interfaceIIIntegration
-
into
public <E extends IIIntegration> E into(E into)
Description copied from interface:IIIntegrationCopy data into another generated Record/POJO implementing the common interface IIIntegration- Specified by:
intoin interfaceIIIntegration
-
-