Uses of Class
ai.promoted.delivery.model.LogRequest
-
Packages that use LogRequest Package Description ai.promoted.delivery.client ai.promoted.delivery.model -
-
Uses of LogRequest in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client with parameters of type LogRequest Modifier and Type Method Description voidApiMetrics. runMetricsLogging(LogRequest logRequest)Do metrics logging.voidMetrics. runMetricsLogging(LogRequest logRequest)Do metrics logging. -
Uses of LogRequest in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return LogRequest Modifier and Type Method Description LogRequestLogRequest. addCohortMembershipItem(CohortMembership cohortMembershipItem)LogRequestLogRequest. addDeliveryLogItem(DeliveryLog deliveryLogItem)LogRequestLogRequest. clientInfo(ClientInfo clientInfo)LogRequestLogRequest. cohortMembership(List<CohortMembership> cohortMembership)LogRequestLogRequest. deliveryLog(List<DeliveryLog> deliveryLog)LogRequestLogRequest. platformId(Integer platformId)LogRequestLogRequest. timing(Timing timing)LogRequestLogRequest. userInfo(UserInfo userInfo)
-