public class ConsoleProfileFinished extends Object
Constructor | Description |
---|---|
ConsoleProfileFinished() |
Modifier and Type | Method | Description |
---|---|---|
String |
getId() |
|
Location |
getLocation() |
Location of console.profileEnd().
|
Profile |
getProfile() |
|
String |
getTitle() |
Profile title passed as an argument to console.profile().
|
void |
setId(String id) |
|
void |
setLocation(Location location) |
Location of console.profileEnd().
|
void |
setProfile(Profile profile) |
|
void |
setTitle(String title) |
Profile title passed as an argument to console.profile().
|
public String getId()
public void setId(String id)
public Location getLocation()
public void setLocation(Location location)
public Profile getProfile()
public void setProfile(Profile profile)
public String getTitle()
public void setTitle(String title)
Copyright © 2017–2018 WebFolder OÜ. All rights reserved.