Class A.ABuilder

  • Enclosing class:
    A

    public static class A.ABuilder
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      A.ABuilder a​(java.lang.String a)  
      A build()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • build

        public A build()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object