Class TelephoneDataResponse

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

    public class TelephoneDataResponse
    extends TelephoneData
    implements com.qivos.util.rest.mappers.APIResponseLevelDTO
    Represents the response data for a telephone record. This class extends TelephoneData and implements APIResponseLevelDTO to include telephone system-specific data such as the unique code and last modification date.
    Author:
    nikritikos
    See Also:
    Serialized Form
    • Constructor Detail

      • TelephoneDataResponse

        public TelephoneDataResponse()
    • Method Detail

      • getSystemCode

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

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

        public void setLastModificationDate​(Date lastModificationDate)
        Sets the last modification date of the telephone data.
        Specified by:
        setLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Parameters:
        lastModificationDate - the last modification date to set
      • getLastModificationDate

        public Date getLastModificationDate()
        Gets the last modification date of the telephone data.
        Specified by:
        getLastModificationDate in interface com.qivos.util.rest.mappers.APIResponseDTO
        Returns:
        the last modification date
      • getDetailLevel

        public com.qivos.util.rest.common.APIResponseLevel getDetailLevel()
        Gets the detail level of the API response.
        Specified by:
        getDetailLevel in interface com.qivos.util.rest.mappers.APIResponseLevelDTO
        Returns:
        the detail level, which is SIMPLE in this case