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

org.ccs.openim.api.statistics.resp.GetActiveUserResp Maven / Gradle / Ivy

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

import lombok.Data;

import java.util.List;
import java.util.Map;

@Data
public class GetActiveUserResp {
    private Long msgCount;
    private Long userCount;
    private Map dateCount;

    private List users;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy