Class SubAccountUser

    • Constructor Detail

      • SubAccountUser

        public SubAccountUser()
      • SubAccountUser

        public SubAccountUser​(SubAccountUser source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getUin

        public Long getUin()
        Get 子用户用户 ID
        Returns:
        Uin 子用户用户 ID
      • setUin

        public void setUin​(Long Uin)
        Set 子用户用户 ID
        Parameters:
        Uin - 子用户用户 ID
      • getName

        public String getName()
        Get 子用户用户名
        Returns:
        Name 子用户用户名
      • setName

        public void setName​(String Name)
        Set 子用户用户名
        Parameters:
        Name - 子用户用户名
      • getUid

        public Long getUid()
        Get 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
        Returns:
        Uid 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
      • setUid

        public void setUid​(Long Uid)
        Set 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
        Parameters:
        Uid - 子用户 UID,UID是用户作为消息接收人时的唯一标识,和 UIN 一样可以唯一标识一个用户,可通过接口https://cloud.tencent.com/document/api/598/53486 获取
      • getRemark

        public String getRemark()
        Get 子用户备注
        Returns:
        Remark 子用户备注
      • setRemark

        public void setRemark​(String Remark)
        Set 子用户备注
        Parameters:
        Remark - 子用户备注
      • getCreateTime

        public String getCreateTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreateTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreateTime

        public void setCreateTime​(String CreateTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreateTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUserType

        public Long getUserType()
        Get 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
        Returns:
        UserType 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
      • setUserType

        public void setUserType​(Long UserType)
        Set 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
        Parameters:
        UserType - 用户类型(2:子用户;3:企业微信子用户;4:协作者;5:消息接收人)
      • getLastLoginIp

        public String getLastLoginIp()
        Get 最近登录IP
        Returns:
        LastLoginIp 最近登录IP
      • setLastLoginIp

        public void setLastLoginIp​(String LastLoginIp)
        Set 最近登录IP
        Parameters:
        LastLoginIp - 最近登录IP
      • getLastLoginTime

        public String getLastLoginTime()
        Get 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        LastLoginTime 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。
      • setLastLoginTime

        public void setLastLoginTime​(String LastLoginTime)
        Set 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        LastLoginTime - 最近登录时间 注意:此字段可能返回 null,表示取不到有效值。