public class ReportObject extends Object
| Constructor and Description |
|---|
ReportObject() |
ReportObject(BigInteger id,
BigInteger parent,
String type,
String description,
String path,
Integer level,
String status,
String duration) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getDuration() |
String |
getEndTime() |
BigInteger |
getId() |
Integer |
getLevel() |
BigInteger |
getParent() |
String |
getPath() |
String |
getStartTime() |
String |
getStatus() |
String |
getType() |
void |
setDescription(String description) |
void |
setDuration(String duration) |
void |
setEndTime(String endTime) |
void |
setId(BigInteger id) |
void |
setLevel(Integer level) |
void |
setParent(BigInteger parent) |
void |
setPath(String path) |
void |
setStartTime(String startTime) |
void |
setStatus(String status) |
void |
setType(String type) |
public ReportObject()
public ReportObject(BigInteger id, BigInteger parent, String type, String description, String path, Integer level, String status, String duration)
public BigInteger getId()
public void setId(BigInteger id)
public BigInteger getParent()
public void setParent(BigInteger parent)
public String getType()
public void setType(String type)
public String getDescription()
public void setDescription(String description)
public String getPath()
public void setPath(String path)
public Integer getLevel()
public void setLevel(Integer level)
public String getStatus()
public void setStatus(String status)
public String getDuration()
public void setDuration(String duration)
public String getStartTime()
public void setStartTime(String startTime)
public String getEndTime()
public void setEndTime(String endTime)
Copyright © 2025. All rights reserved.