类 WxUser

  • 所有已实现的接口:
    net.guerlab.smart.wx.core.entity.IWxUserTokenInfo, net.guerlab.spring.commons.dto.ConvertDTO<net.guerlab.smart.wx.core.domain.WxUserDTO>

    public class WxUser
    extends net.guerlab.smart.platform.commons.entity.BaseEntity
    implements net.guerlab.spring.commons.dto.ConvertDTO<net.guerlab.smart.wx.core.domain.WxUserDTO>, net.guerlab.smart.wx.core.entity.IWxUserTokenInfo
    微信用户
    作者:
    guer
    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseEntity

        version
    • 构造器概要

      构造器 
      构造器 说明
      WxUser()  
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      net.guerlab.smart.wx.core.domain.WxUserDTO toDTO()  
      • 从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseEntity

        getVersion, setVersion
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • 从接口继承的方法 net.guerlab.smart.wx.core.entity.IWxUserTokenInfo

        getActivated, getAppId, getAvatarUrl, getNickName, getOpenId, getUnionId
    • 构造器详细资料

      • WxUser

        public WxUser()
    • 方法详细资料

      • toDTO

        public net.guerlab.smart.wx.core.domain.WxUserDTO toDTO()
        指定者:
        toDTO 在接口中 net.guerlab.spring.commons.dto.ConvertDTO<net.guerlab.smart.wx.core.domain.WxUserDTO>