All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ccs.openim.api.user.resp.GetAllUserIDResp Maven / Gradle / Ivy

There is a newer version: 0.7-nospring
Show newest version
package org.ccs.openim.api.user.resp;

import lombok.Data;
import org.ccs.openim.api.vo.UserInfo;

import java.util.List;

/**
 * @author chenjh
 */
@Data
public class GetAllUserIDResp {
    private Integer total;
    private List usersInfo;
//    private List userIDs;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy