Class DataMapperTest.DataUnit

java.lang.Object
test.de.iip_ecosphere.platform.services.environment.DataMapperTest.DataUnit
Enclosing class:
DataMapperTest

public static class DataMapperTest.DataUnit extends Object
Generated data unit, representing alternative intputs to a service.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • DataUnit

      public DataUnit()
  • Method Details

    • getMyInput1

      public DataMapperTest.MyInput1 getMyInput1()
      Returns the first input.
      Returns:
      the first input, may be null
    • setMyInput1

      public void setMyInput1(DataMapperTest.MyInput1 myInput1)
      Defines the first input. [required by jackson]
      Parameters:
      myInput1 - the input to set
    • getMyInput2

      public DataMapperTest.MyInput2 getMyInput2()
      Returns the second input.
      Returns:
      the second input, may be null
    • setMyInput2

      public void setMyInput2(DataMapperTest.MyInput2 myInput2)
      Defines the second input. [required by jackson]
      Parameters:
      myInput2 - the input to set
    • toString

      public String toString()
      Overrides:
      toString in class Object