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

com.global.api.network.entities.gnap.GnapResponse Maven / Gradle / Ivy

There is a newer version: 14.2.3
Show newest version
package com.global.api.network.entities.gnap;

import lombok.Getter;
import lombok.Setter;

@Setter
@Getter
public class GnapResponse {
    private GnapMessageHeader gnapMessageHeader;
    private GnapResponseData gnapResponseData;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy