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

io.mosip.pms.device.response.dto.FtpCertificateResponseDto Maven / Gradle / Ivy

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

import java.time.LocalDateTime;

import lombok.Data;

/**
 * DTO class for upload certificate response.
 * 
 * @author Nagarjuna 
 * @since 1.2.0
 *
 */
@Data
public class FtpCertificateResponseDto {
    
    /**
	 * Field for certificate
	 */
	private String signedCertificateData;
	
	/**
	 * Field for certificateId
	 */
    private String certificateId;
    
    /**
	 * Field for Response time
	 */
	private LocalDateTime timestamp;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy