Interface AlertMapper


public interface AlertMapper
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final AlertMapper
     
  • Method Summary

    Modifier and Type
    Method
    Description
    dev.botcity.api.client.alerts.Alert
     
    mapToAlertVO(dev.botcity.api.client.alerts.Alert alert)
     
  • Field Details

  • Method Details

    • mapToAlertVO

      AlertVO mapToAlertVO(dev.botcity.api.client.alerts.Alert alert)
    • mapToAlert

      dev.botcity.api.client.alerts.Alert mapToAlert(AlertVO alertVO)