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

io.mosip.pms.device.response.dto.IdDto Maven / Gradle / Ivy

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

import java.io.Serializable;

import lombok.Data;

@Data
public class IdDto implements Serializable{
	private static final long serialVersionUID = 1L;

	
	private String id;


	public IdDto() {
		super();
		// TODO Auto-generated constructor stub
	}


	public IdDto(String id) {
		super();
		this.id = id;
	}


	public String getId() {
		return id;
	}


	public void setId(String id) {
		this.id = id;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy