Uses of Class
org.sunbird.telemetry.dto.Actor
-
Packages that use Actor Package Description org.sunbird.telemetry.dto -
-
Uses of Actor in org.sunbird.telemetry.dto
Methods in org.sunbird.telemetry.dto that return Actor Modifier and Type Method Description ActorTelemetry. getActor()Methods in org.sunbird.telemetry.dto with parameters of type Actor Modifier and Type Method Description voidTelemetry. setActor(Actor actor)Constructors in org.sunbird.telemetry.dto with parameters of type Actor Constructor Description Telemetry(String eid, long ets, String ver, Actor actor, Context context, Map<String,Object> edata)Telemetry(String eid, Actor actor, Context context, Map<String,Object> edata)Telemetry(String eid, Actor actor, Context context, Map<String,Object> edata, List<Map<String,Object>> cdata)
-