Class UserInfoRsp

    • Constructor Detail

      • UserInfoRsp

        public UserInfoRsp()
      • UserInfoRsp

        public UserInfoRsp​(UserInfoRsp 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

      • getId

        public Long getId()
        Get 用户ID
        Returns:
        Id 用户ID
      • setId

        public void setId​(Long Id)
        Set 用户ID
        Parameters:
        Id - 用户ID
      • getAuthenticationUserInfo

        public UserSubInfo getAuthenticationUserInfo()
        Get 用户验证信息
        Returns:
        AuthenticationUserInfo 用户验证信息
      • setAuthenticationUserInfo

        public void setAuthenticationUserInfo​(UserSubInfo AuthenticationUserInfo)
        Set 用户验证信息
        Parameters:
        AuthenticationUserInfo - 用户验证信息
      • getAvatar

        public String getAvatar()
        Get 头像地址 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Avatar 头像地址 注意:此字段可能返回 null,表示取不到有效值。
      • setAvatar

        public void setAvatar​(String Avatar)
        Set 头像地址 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Avatar - 头像地址 注意:此字段可能返回 null,表示取不到有效值。
      • getFeatures

        public String getFeatures()
        Get 介绍 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Features 介绍 注意:此字段可能返回 null,表示取不到有效值。
      • setFeatures

        public void setFeatures​(String Features)
        Set 介绍 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Features - 介绍 注意:此字段可能返回 null,表示取不到有效值。
      • getPreviewStatus

        public Long getPreviewStatus()
        Get 状况
        Returns:
        PreviewStatus 状况
      • setPreviewStatus

        public void setPreviewStatus​(Long PreviewStatus)
        Set 状况
        Parameters:
        PreviewStatus - 状况