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

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

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 - 2025 Weber Informatics LLC | Privacy Policy