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

com.github.muratkaragozgil.netmera4j.response.GetProfileAttributesResponse Maven / Gradle / Ivy

There is a newer version: 1.6
Show newest version
package com.github.muratkaragozgil.netmera4j.response;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

import java.util.Map;

/**
 * @author Murat Karagözgil
 */

@Getter
@Setter
@ToString
public class GetProfileAttributesResponse {
    private String extId;
    private Map profile;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy