Uses of Class
org.sunbird.telemetry.dto.Context
-
Packages that use Context Package Description org.sunbird.telemetry.dto -
-
Uses of Context in org.sunbird.telemetry.dto
Methods in org.sunbird.telemetry.dto that return Context Modifier and Type Method Description ContextTelemetry. getContext()Methods in org.sunbird.telemetry.dto with parameters of type Context Modifier and Type Method Description voidTelemetry. setContext(Context context)Constructors in org.sunbird.telemetry.dto with parameters of type Context 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)
-