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

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

package org.ccs.openim.api.statistics.resp;

import lombok.Data;

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

@Data
public class GetActiveGroupResp {
    private Long msgCount;
    private Long groupCount;
    private Map dateCount;
    private List groups;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy