Class Region

java.lang.Object
com.here.platform.data.client.model.Region
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public final class Region extends Object implements scala.Product, Serializable
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Region(String id, scala.Option<String> role)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    id()
     
    scala.Option<String>
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface scala.Equals

    canEqual, equals

    Methods inherited from interface scala.Product

    productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
  • Constructor Details

    • Region

      public Region(String id, scala.Option<String> role)
  • Method Details