Class ConsoleProfileFinished


  • public class ConsoleProfileFinished
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      Location getLocation()
      Location of console.profileEnd().
      Profile getProfile()  
      java.lang.String getTitle()
      Profile title passed as an argument to console.profile().
      • Methods inherited from class java.lang.Object

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

      • ConsoleProfileFinished

        public ConsoleProfileFinished​(java.lang.String id,
                                      Location location,
                                      Profile profile,
                                      java.lang.String title)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getLocation

        public Location getLocation()
        Location of console.profileEnd().
      • getProfile

        public Profile getProfile()
      • getTitle

        public java.lang.String getTitle()
        Profile title passed as an argument to console.profile().