public class TCLog extends Object
| Constructor and Description |
|---|
TCLog(org.json.JSONObject obj,
File inputTempDir) |
| Modifier and Type | Method and Description |
|---|---|
long |
duration() |
List<TCLog> |
getChildren() |
int |
getFailures() |
String |
getHref() |
String |
getId() |
String |
getName()
Get the value of name
|
TCLog |
getProvider(int index) |
List<TCLog> |
getProviders() |
int |
getSkipCount() |
Integer |
getStatus() |
TCLogItem |
getTCLogItem(int index) |
List<TCLogItem> |
getTCLogItems() |
int |
getTestCount() |
long |
getTimeStamp() |
boolean |
isEmpty() |
void |
setChildren(List<TCLog> children) |
void |
setHref(String href) |
void |
setId(String id) |
void |
setName(String name)
Set the value of name
|
void |
setProviders(List<TCLog> providers) |
void |
setStatus(Integer status) |
public TCLog(org.json.JSONObject obj,
File inputTempDir)
public String getName()
public void setName(String name)
name - new value of namepublic Integer getStatus()
public void setStatus(Integer status)
public String getHref()
public void setHref(String href)
public String getId()
public void setId(String id)
public TCLog getProvider(int index)
public TCLogItem getTCLogItem(int index)
public boolean isEmpty()
public int getTestCount()
public int getFailures()
public int getSkipCount()
public long getTimeStamp()
public long duration()
Copyright © 2016–2017. All rights reserved.