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

io.mosip.kernel.masterdata.dto.getresponse.RegistrationCenterUserMachineMappingHistoryResponseDto Maven / Gradle / Ivy

There is a newer version: 1.2.1.0
Show newest version
package io.mosip.kernel.masterdata.dto.getresponse;

import java.util.List;

import io.mosip.kernel.masterdata.dto.RegistrationCenterUserMachineMappingHistoryDto;
import lombok.Data;

/**
 * Dto for response to user for user machine mappings
 * 
 * @author Dharmesh Khandelwal
 * @since 1.0.0
 */
@Data

public class RegistrationCenterUserMachineMappingHistoryResponseDto {
	/**
	 * List of registration centers
	 */
	private List registrationCenters;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy