Class InData
java.lang.Object
de.iip_ecosphere.platform.services.environment.InData
Represents wrapped input data towards Python. Fields are only used for/in JSON serialization.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
data
-
-
Constructor Details
-
InData
Creates an input data instance.- Parameters:
type- the symbolic type namedata- the data
-
-
Method Details
-
getType
Returns the type. [public for JSON]- Returns:
- the type
-
getData
Returns the data. [public for JSON]- Returns:
- the data
-