Class CatalogSubset
java.lang.Object
com.here.platform.data.client.model.CatalogSubset
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogSubset(String id, HRN hrn, String name, scala.collection.immutable.Seq<String> areas, ZonedDateTime created) -
Method Summary
Modifier and TypeMethodDescriptionscala.collection.immutable.Seq<String>areas()created()getAreas()getHrn()getId()getName()hrn()id()name()static CatalogSubsetunmarshalCatalogSubset(String json) static CatalogSubsetunmarshalCatalogSubset(org.json4s.JValue ast) Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
CatalogSubset
public CatalogSubset(String id, HRN hrn, String name, scala.collection.immutable.Seq<String> areas, ZonedDateTime created)
-
-
Method Details
-
unmarshalCatalogSubset
-
unmarshalCatalogSubset
-
id
-
hrn
-
name
-
areas
-
created
-
getId
-
getHrn
-
getName
-
getAreas
-
getCreated
-