public class Instance extends Object
| Constructor and Description |
|---|
Instance(String feedName,
String id,
String status,
String startTime,
String endTime,
String details,
String log)
Construct an instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDetails()
Get the details.
|
String |
getEndTime()
Get the end time.
|
String |
getFeedName()
Get the feed name.
|
String |
getId()
Get the ID.
|
String |
getLog()
Get the log.
|
String |
getStartTime()
Get the start time.
|
String |
getStatus()
Get the status.
|
int |
hashCode() |
public Instance(String feedName, String id, String status, String startTime, String endTime, String details, String log)
feedName - the feed nameid - the idstatus - the statusstartTime - the start timeendTime - the end timedetails - the detailslog - the logpublic String getFeedName()
public String getId()
public String getStatus()
public String getStartTime()
public String getEndTime()
public String getDetails()
public String getLog()
Copyright © 2022 Apache Software Foundation. All rights reserved.