Uses of Class
ai.promoted.delivery.model.ClientInfo
-
Packages that use ClientInfo Package Description ai.promoted.delivery.model -
-
Uses of ClientInfo in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return ClientInfo Modifier and Type Method Description ClientInfoClientInfo. clientType(ClientType clientType)ClientInfoClientInfo. clone()Gets a clone of the ClientInfo.ClientInfoInsertion. getClientInfo()Get clientInfoClientInfoLogRequest. getClientInfo()Get clientInfoClientInfoRequest. getClientInfo()Get clientInfoClientInfoClientInfo. trafficType(TrafficType trafficType)Methods in ai.promoted.delivery.model with parameters of type ClientInfo Modifier and Type Method Description InsertionInsertion. clientInfo(ClientInfo clientInfo)LogRequestLogRequest. clientInfo(ClientInfo clientInfo)RequestRequest. clientInfo(ClientInfo clientInfo)voidInsertion. setClientInfo(ClientInfo clientInfo)voidLogRequest. setClientInfo(ClientInfo clientInfo)voidRequest. setClientInfo(ClientInfo clientInfo)
-