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

com.att.aft.dme2.registry.dto.GRMEndpoint Maven / Gradle / Ivy

The newest version!
package com.att.aft.dme2.registry.dto;

public class GRMEndpoint {
	private String address = null;
	
	public String getAddress() {
		return address;
	}

	public void setAddress(String address) {
		this.address = address;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy