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

com.arextest.web.model.dao.mongodb.ReportDateStatisticCollection Maven / Gradle / Ivy

package com.arextest.web.model.dao.mongodb;

import com.arextest.web.model.dao.mongodb.entity.ReplayAvgSummary;
import lombok.Data;


@Data
public class ReportDateStatisticCollection {
    private String date;
    
    private String userName;
    
    private ReplayAvgSummary currentReplayAvgSummary;
    
    private ReplayAvgSummary totalReplayAvgSummary;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy