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

io.mosip.pms.device.util.dto.AuditResponseDto Maven / Gradle / Ivy

The newest version!
package io.mosip.pms.device.util.dto;

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@NoArgsConstructor
@AllArgsConstructor
public class AuditResponseDto {

	/** The status. */
	private boolean status;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy