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

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

There is a newer version: 0.6.5.5
Show newest version
package com.arextest.web.model.dao.mongodb;

import com.arextest.web.model.dao.mongodb.entity.ReportAppConfigSummery;
import java.util.List;
import lombok.Data;

@Data
public class ReportAppConfigStatisticCollection {

  private String userName;
  private ReportAppConfigSummery totalSummary;
  private List groupSummery;
  private List appIdList;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy