Class GroupIdOfUidInfo

    • Constructor Detail

      • GroupIdOfUidInfo

        public GroupIdOfUidInfo()
      • GroupIdOfUidInfo

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

      • getGroupId

        public Long getGroupId()
        Get 用户组 ID
        Returns:
        GroupId 用户组 ID
      • setGroupId

        public void setGroupId​(Long GroupId)
        Set 用户组 ID
        Parameters:
        GroupId - 用户组 ID
      • getUid

        public Long getUid()
        Get 子用户 UID
        Returns:
        Uid 子用户 UID
      • setUid

        public void setUid​(Long Uid)
        Set 子用户 UID
        Parameters:
        Uid - 子用户 UID
      • getUin

        public Long getUin()
        Get 子用户 Uin,Uid和Uin至少有一个必填
        Returns:
        Uin 子用户 Uin,Uid和Uin至少有一个必填
      • setUin

        public void setUin​(Long Uin)
        Set 子用户 Uin,Uid和Uin至少有一个必填
        Parameters:
        Uin - 子用户 Uin,Uid和Uin至少有一个必填