Class ConsoleProfileStarted


  • public class ConsoleProfileStarted
    extends java.lang.Object
    Sent when new profile recording is started using console.profile() call.
    • Constructor Summary

      Constructors 
      Constructor Description
      ConsoleProfileStarted​(java.lang.String id, Location location, java.util.Optional<java.lang.String> title)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      Location getLocation()
      Location of console.profile().
      java.util.Optional<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

      • ConsoleProfileStarted

        public ConsoleProfileStarted​(java.lang.String id,
                                     Location location,
                                     java.util.Optional<java.lang.String> title)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getLocation

        public Location getLocation()
        Location of console.profile().
      • getTitle

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