Class BrowserIdentifierMigrationService.Mapping

java.lang.Object
sk.iway.iwcm.stat.rest.BrowserIdentifierMigrationService.Mapping
Enclosing class:
BrowserIdentifierMigrationService

public static class BrowserIdentifierMigrationService.Mapping extends Object
Describes one source identifier that must be replaced by its canonical target.
  • Constructor Details

    • Mapping

      public Mapping(long sourceId, long targetId, String source, String target)
  • Method Details

    • getSourceId

      public long getSourceId()
    • getTargetId

      public long getTargetId()
    • getSource

      public String getSource()
    • getTarget

      public String getTarget()