Class MSQAMetric
- java.lang.Object
-
- com.microsoft.quickauth.signin.internal.metric.MSQAMetric
-
public class MSQAMetric extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MSQAMetric.MetricEvent
-
Constructor Summary
Constructors Constructor Description MSQAMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MSQAMetric
addEvent(MSQAMetric.MetricEvent event)
java.util.List<MSQAMetric.MetricEvent>
getEvents()
java.lang.String
getLibVersion()
java.util.Map<java.lang.String,java.lang.Object>
getMetricParams()
java.lang.String
getSessionId()
MSQAMetric
setEvents(java.util.List<MSQAMetric.MetricEvent> events)
MSQAMetric
setLibVersion(java.lang.String libVersion)
MSQAMetric
setSessionId(java.lang.String sessionId)
-
-
-
Method Detail
-
getSessionId
public java.lang.String getSessionId()
-
setSessionId
public MSQAMetric setSessionId(java.lang.String sessionId)
-
getLibVersion
public java.lang.String getLibVersion()
-
setLibVersion
public MSQAMetric setLibVersion(java.lang.String libVersion)
-
getEvents
public java.util.List<MSQAMetric.MetricEvent> getEvents()
-
setEvents
public MSQAMetric setEvents(java.util.List<MSQAMetric.MetricEvent> events)
-
addEvent
public MSQAMetric addEvent(MSQAMetric.MetricEvent event)
-
getMetricParams
@NonNull public java.util.Map<java.lang.String,java.lang.Object> getMetricParams()
-
-