Class OUser

  • All Implemented Interfaces:
    IOUser, io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, Serializable

    public class OUser
    extends Object
    implements io.github.jklingsporn.vertx.jooq.shared.internal.VertxPojo, IOUser
    This class is generated by jOOQ.
    See Also:
    Serialized Form
    • Method Detail

      • getKey

        public String getKey()
        Getter for DB_ETERNAL.O_USER.KEY. 「key」- OAuth用户ID
        Specified by:
        getKey in interface IOUser
      • setKey

        public OUser setKey​(String key)
        Setter for DB_ETERNAL.O_USER.KEY. 「key」- OAuth用户ID
        Specified by:
        setKey in interface IOUser
      • getRedirectUri

        public String getRedirectUri()
        Getter for DB_ETERNAL.O_USER.REDIRECT_URI. 「redirectUri」- 回调重定向地址
        Specified by:
        getRedirectUri in interface IOUser
      • setRedirectUri

        public OUser setRedirectUri​(String redirectUri)
        Setter for DB_ETERNAL.O_USER.REDIRECT_URI. 「redirectUri」- 回调重定向地址
        Specified by:
        setRedirectUri in interface IOUser
      • getCode

        public String getCode()
        Getter for DB_ETERNAL.O_USER.CODE. 「code」- 系统编号
        Specified by:
        getCode in interface IOUser
      • setCode

        public OUser setCode​(String code)
        Setter for DB_ETERNAL.O_USER.CODE. 「code」- 系统编号
        Specified by:
        setCode in interface IOUser
      • getClientSecret

        public String getClientSecret()
        Getter for DB_ETERNAL.O_USER.CLIENT_SECRET. 「clientSecret」- 客户端密钥
        Specified by:
        getClientSecret in interface IOUser
      • setClientSecret

        public OUser setClientSecret​(String clientSecret)
        Setter for DB_ETERNAL.O_USER.CLIENT_SECRET. 「clientSecret」- 客户端密钥
        Specified by:
        setClientSecret in interface IOUser
      • getClientId

        public String getClientId()
        Getter for DB_ETERNAL.O_USER.CLIENT_ID. 「clientId」- 客户端ID
        Specified by:
        getClientId in interface IOUser
      • setClientId

        public OUser setClientId​(String clientId)
        Setter for DB_ETERNAL.O_USER.CLIENT_ID. 「clientId」- 客户端ID
        Specified by:
        setClientId in interface IOUser
      • getGrantType

        public String getGrantType()
        Getter for DB_ETERNAL.O_USER.GRANT_TYPE. 「grantType」- 认证方式
        Specified by:
        getGrantType in interface IOUser
      • setGrantType

        public OUser setGrantType​(String grantType)
        Setter for DB_ETERNAL.O_USER.GRANT_TYPE. 「grantType」- 认证方式
        Specified by:
        setGrantType in interface IOUser
      • getScope

        public String getScope()
        Getter for DB_ETERNAL.O_USER.SCOPE. 「scope」- 对应名空间,以应用为中心
        Specified by:
        getScope in interface IOUser
      • setScope

        public OUser setScope​(String scope)
        Setter for DB_ETERNAL.O_USER.SCOPE. 「scope」- 对应名空间,以应用为中心
        Specified by:
        setScope in interface IOUser
      • getState

        public String getState()
        Getter for DB_ETERNAL.O_USER.STATE. 「state」- 客户端状态
        Specified by:
        getState in interface IOUser
      • setState

        public OUser setState​(String state)
        Setter for DB_ETERNAL.O_USER.STATE. 「state」- 客户端状态
        Specified by:
        setState in interface IOUser
      • getLanguage

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

        public OUser setLanguage​(String language)
        Setter for DB_ETERNAL.O_USER.LANGUAGE. 「language」- 使用的语言
        Specified by:
        setLanguage in interface IOUser
      • getActive

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

        public OUser setActive​(Boolean active)
        Setter for DB_ETERNAL.O_USER.ACTIVE. 「active」- 是否启用
        Specified by:
        setActive in interface IOUser
      • getMetadata

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

        public OUser setMetadata​(String metadata)
        Setter for DB_ETERNAL.O_USER.METADATA. 「metadata」- 附加配置数据
        Specified by:
        setMetadata in interface IOUser
      • from

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

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