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

com.morpheusdata.request.UpdateModel Maven / Gradle / Ivy

package com.morpheusdata.request;

import java.util.Map;

public class UpdateModel {

	public T existingModel;
	public java.util.Map updateProps;

	public UpdateModel(T existingModel, Map updateProps) {
		this.existingModel = existingModel;
		this.updateProps = updateProps;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy