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

io.mosip.pms.partner.dto.MosipUserDto Maven / Gradle / Ivy

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

import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.NoArgsConstructor;

@Data
@AllArgsConstructor
@NoArgsConstructor
public class MosipUserDto {

	private String userId;
	private String mobile;
	private String mail;
	private String langCode;
	private String userPassword;
	private String name;
	private String role;
	private String rId;
	private String token;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy