Class Replication

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

public final class Replication 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
    Replication(scala.collection.immutable.Set<Region> regions)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
    scala.collection.immutable.Set<Region>
     

    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

    • Replication

      public Replication(scala.collection.immutable.Set<Region> regions)
  • Method Details