Class EmailDataResponse

  • All Implemented Interfaces:
    com.qivos.util.rest.mappers.APIResponseDTO, Serializable

    public class EmailDataResponse
    extends EmailData
    implements com.qivos.util.rest.mappers.APIResponseDTO
    Represents the response for email data of a customer, extending the EmailData class and implementing APIResponseDTO. This class includes additional information such as the unique system code and the last modification date for the email data. It is used to encapsulate the response data for email-related details of a customer.
    Author:
    nikritikos
    See Also:
    Serialized Form
    • Constructor Detail

      • EmailDataResponse

        public EmailDataResponse()
    • Method Detail

      • getSystemCode

        public String getSystemCode()
        Gets the unique system code for the email.
        Returns:
        the system code
      • setSystemCode

        public void setSystemCode​(String systemCode)
        Sets the unique system code for the email.
        Parameters:
        systemCode - the system code to set
      • getLastModificationDate

        public Date getLastModificationDate()
        Gets the date and time when the email data was last modified.
        Specified by:
        getLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Returns:
        the last modification date
      • setLastModificationDate

        public void setLastModificationDate​(Date lastModificationDate)
        Sets the date and time when the email data was last modified.
        Specified by:
        setLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Parameters:
        lastModificationDate - the date to set