Class Id

java.lang.Object
csw.params.core.models.Id
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product

public class Id extends Object implements scala.Product, Serializable
Implementation of unique id fulfilling TMT requirements (returned from a queue submit).

param: id a string representation of unique id

See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Id(String id)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static Id
    A helper method to create Id with random unique id generator
    id()
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, 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

  • Method Details

    • apply

      public static Id apply()
      A helper method to create Id with random unique id generator

      Returns:
      an instance of Id
    • id

      public String id()