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

com.brihaspathee.zeus.message.AccountValidationAcknowledgement Maven / Gradle / Ivy

package com.brihaspathee.zeus.message;

import lombok.*;

/**
 * Created in Intellij IDEA
 * User: Balaji Varadharajan
 * Date: 23, September 2022
 * Time: 5:47 PM
 * Project: Zeus
 * Package Name: com.brihaspathee.zeus.message
 * To change this template use File | Settings | File and Code Template
 */
@Getter
@Setter
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class AccountValidationAcknowledgement {

    /**
     * Unique id for the acknowledgement
     */
    private String ackId;

    /**
     * The request payload id for which the acknowledgement is sent
     */
    private String requestPayloadId;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy