Class ListUserRequest

    • Constructor Detail

      • ListUserRequest

        public ListUserRequest()
      • ListUserRequest

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

      • getUserStoreId

        public String getUserStoreId()
        Get 用户目录ID
        Returns:
        UserStoreId 用户目录ID
      • setUserStoreId

        public void setUserStoreId​(String UserStoreId)
        Set 用户目录ID
        Parameters:
        UserStoreId - 用户目录ID
      • getPageable

        public Pageable getPageable()
        Get 分页数据
        Returns:
        Pageable 分页数据
      • setPageable

        public void setPageable​(Pageable Pageable)
        Set 分页数据
        Parameters:
        Pageable - 分页数据
      • getFilters

        public Filter[] getFilters()
        Get Key可选值为condition、userGroupId
      • **condition**
      • Values = 查询条件,用户ID,用户名称,手机或邮箱
      • **userGroupId**
      • Values = 用户组ID
Returns:
Filters Key可选值为condition、userGroupId
  • **condition**
  • Values = 查询条件,用户ID,用户名称,手机或邮箱
  • **userGroupId**
  • Values = 用户组ID
    Parameters:
    Filters - Key可选值为condition、userGroupId
  • **condition**
  • Values = 查询条件,用户ID,用户名称,手机或邮箱
  • **userGroupId**
  • Values = 用户组ID