java.lang.Object
de.fraunhofer.iosb.ilt.frostserver.plugin.batchprocessing.batch.ContentIdPair

public final class ContentIdPair extends Object
Author:
scf
  • Field Details

    • key

      public final String key
    • value

      public final de.fraunhofer.iosb.ilt.frostserver.model.core.Id value
  • Constructor Details

    • ContentIdPair

      public ContentIdPair(String key, de.fraunhofer.iosb.ilt.frostserver.model.core.Id value)
  • Method Details

    • getKey

      public String getKey()
    • getValue

      public de.fraunhofer.iosb.ilt.frostserver.model.core.Id getValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object