java.lang.Object
de.iip_ecosphere.platform.services.environment.InData

class InData extends Object
Represents wrapped input data towards Python. Fields are only used for/in JSON serialization.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • InData

      InData(String type, Object data)
      Creates an input data instance.
      Parameters:
      type - the symbolic type name
      data - the data
  • Method Details

    • getType

      public String getType()
      Returns the type. [public for JSON]
      Returns:
      the type
    • getData

      public Object getData()
      Returns the data. [public for JSON]
      Returns:
      the data