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

com.arextest.web.model.dao.mongodb.entity.ReportAppConfigSummery Maven / Gradle / Ivy

The newest version!
package com.arextest.web.model.dao.mongodb.entity;

import lombok.Data;

@Data
public class ReportAppConfigSummery {

  private String name;

  private Integer appCount;

  private Integer serviceCount;

  private Integer operationCount;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy