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

org.archive.format.dns.DNSResponse Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package org.archive.format.dns;

import java.util.ArrayList;

public class DNSResponse extends ArrayList {
	/**
	 * 
	 */
	private static final long serialVersionUID = -10624236867791758L;
	private String date;
	public void setDate(String date) {
		this.date = date;
	}

	public String getDate() {
		return date;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy