Class TestPojo


  • public class TestPojo
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      TestPojo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getAnInt()  
      java.lang.String getaString()  
      void setAnInt​(int anInt)  
      void setaString​(java.lang.String aString)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TestPojo

        public TestPojo()
    • Method Detail

      • getaString

        @Nullable
        public java.lang.String getaString()
      • setaString

        public void setaString​(java.lang.String aString)
      • getAnInt

        public int getAnInt()
      • setAnInt

        public void setAnInt​(int anInt)