-
public final class ExposureEvent.SubjectSubject information for the exposure
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classExposureEvent.Subject.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final ExposureEvent.Attributesattributes
-
Constructor Summary
Constructors Constructor Description ExposureEvent.Subject(String id, ExposureEvent.Attributes attributes)
-
Method Summary
Modifier and Type Method Description final StringgetId()final ExposureEvent.AttributesgetAttributes()final JsonElementtoJson()-
-
Constructor Detail
-
ExposureEvent.Subject
ExposureEvent.Subject(String id, ExposureEvent.Attributes attributes)
- Parameters:
id- The targeting key of the subjectattributes- Additional attributes for the subject
-
-
Method Detail
-
getAttributes
final ExposureEvent.Attributes getAttributes()
-
toJson
final JsonElement toJson()
-
-
-
-