public class GatlingReport extends Object
Constructor and Description |
---|
GatlingReport() |
Modifier and Type | Method and Description |
---|---|
Map<String,GatlingReport> |
getContents() |
String |
getName() |
String |
getPath() |
String |
getPathFormatted() |
GatlingReportStats |
getStats() |
String |
getType() |
void |
setContents(Map<String,GatlingReport> contents) |
void |
setName(String name) |
void |
setPath(String path) |
void |
setPathFormatted(String pathFormatted) |
void |
setStats(GatlingReportStats stats) |
void |
setType(String type) |
public Map<String,GatlingReport> getContents()
public void setContents(Map<String,GatlingReport> contents)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public String getPath()
public void setPath(String path)
public String getPathFormatted()
public void setPathFormatted(String pathFormatted)
public GatlingReportStats getStats()
public void setStats(GatlingReportStats stats)
Copyright © 2016–2019. All rights reserved.