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

io.mosip.pms.common.response.dto.TemplateResponseDto Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.common.response.dto;

import lombok.Data;

@Data
public class TemplateResponseDto {

	private String id;

	private String name;

	private String description;

	private String fileFormatCode;

	private String model;

	private String fileText;

	private String moduleId;

	private String moduleName;

	private String templateTypeCode;

	private String langCode;

	private Boolean isActive;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy