Class Created<CtId>

  • Type Parameters:
    CtId - The type of the template ContractId.

    public final class Created<CtId>
    extends java.lang.Object
    This class contains information related to a result after a contract is created.

    Application code should not instantiate or subclass;

    • Field Summary

      Fields 
      Modifier and Type Field Description
      CtId contractId  
    • Method Summary

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

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

      • contractId

        public final CtId contractId
    • Method Detail

      • toString

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