-
public final class RadarChainRepresents the chain of a place.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringslugprivate final Stringnameprivate final StringexternalIdprivate final JSONObjectmetadata
-
Constructor Summary
Constructors Constructor Description RadarChain(String slug, String name, String externalId, JSONObject metadata)
-
Method Summary
Modifier and Type Method Description final StringgetSlug()The unique ID of the chain. final StringgetName()The name of the chain. final StringgetExternalId()The external ID of the chain. final JSONObjectgetMetadata()The optional set of custom key-value pairs for the chain. final JSONObjecttoJson()-
-
Constructor Detail
-
RadarChain
RadarChain(String slug, String name, String externalId, JSONObject metadata)
-
-
Method Detail
-
getExternalId
final String getExternalId()
The external ID of the chain.
-
getMetadata
final JSONObject getMetadata()
The optional set of custom key-value pairs for the chain.
-
toJson
final JSONObject toJson()
-
-
-
-