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

io.mosip.credentialstore.dto.UploadCertificateResponseDto Maven / Gradle / Ivy

package io.mosip.credentialstore.dto;

import java.time.LocalDateTime;


import lombok.Data;

@Data
public class UploadCertificateResponseDto {
    
    /**
	 * Status of upload certificate.
	 */
	private String status;

	/**
	 * Status of upload certificate.
	 */
	private LocalDateTime timestamp;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy