-
public final class RadarSegmentRepresents a user segment.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescriptionprivate final StringexternalId
-
Constructor Summary
Constructors Constructor Description RadarSegment(String description, String externalId)
-
Method Summary
Modifier and Type Method Description final StringgetDescription()The description of the segment. final StringgetExternalId()The external ID of the segment. final JSONObjecttoJson()-
-
Method Detail
-
getDescription
final String getDescription()
The description of the segment.
-
getExternalId
final String getExternalId()
The external ID of the segment.
-
toJson
final JSONObject toJson()
-
-
-
-