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

com.easypost.model.EventData Maven / Gradle / Ivy

There is a newer version: 5.5.0
Show newest version
package com.easypost.model;

import java.util.Map;
import com.easypost.net.EasyPostResource;

public class EventData extends EasyPostResource {
	Map previousAttributes;
	EasyPostResource object;
	
	public Map getPreviousAttributes() {
		return previousAttributes;
	}
	public void setPreviousAttributes(Map previousAttributes) {
		this.previousAttributes = previousAttributes;
	}

	public EasyPostResource getObject() {
		return object;
	}
	public void setObject(EasyPostResource object) {
		this.object = object;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy