Class MyPojo

java.lang.Object
org.mule.tests.api.pojos.MyPojo

@TypeDsl(allowTopLevelDefinition=true) public class MyPojo extends Object
  • Constructor Details

    • MyPojo

      public MyPojo()
    • MyPojo

      public MyPojo(String someParameter)
  • Method Details

    • setSomeParameter

      public void setSomeParameter(String someParameter)
    • getSomeParameter

      public String getSomeParameter()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object