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

io.mosip.pms.partner.response.dto.CACertificateResponseDto Maven / Gradle / Ivy

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

import java.time.LocalDateTime;

import lombok.Data;

/**
 * DTO class for upload certificate response.
 * 
 * @author Nagarjuna 
 * @since 1.2.0
 *
 */
@Data
public class CACertificateResponseDto {
    
    /**
	 * Status of upload certificate.
	 */
	private String status;

	/**
	 * Response timestamp.
	 */
	private LocalDateTime timestamp;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy