
com.att.aft.dme2.registry.dto.GRMEndpoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dme2-api Show documentation
Show all versions of dme2-api Show documentation
Direct Messaging Engine dme2-api
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