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

io.mosip.pms.partner.misp.dto.MISPLicenseResponseDto Maven / Gradle / Ivy

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

import java.time.LocalDateTime;

import lombok.Data;

@Data
public class MISPLicenseResponseDto {

	private String providerId;
	
	private String licenseKey;
	
	private String licenseKeyStatus;
	
	private LocalDateTime licenseKeyExpiry; 
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy