public class MigrationReportInstance extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MigrationReportInstance.Builder |
| Constructor and Description |
|---|
MigrationReportInstance() |
| Modifier and Type | Method and Description |
|---|---|
static MigrationReportInstance.Builder |
builder() |
Date |
getEndDate() |
List<String> |
getLogs() |
Long |
getProcessInstanceId() |
Date |
getStartDate() |
boolean |
isSuccessful() |
void |
setEndDate(Date endDate) |
void |
setLogs(List<String> logs) |
void |
setProcessInstanceId(Long processInstanceId) |
void |
setStartDate(Date startDate) |
void |
setSuccessful(boolean successful) |
String |
toString() |
public static MigrationReportInstance.Builder builder()
public boolean isSuccessful()
public void setSuccessful(boolean successful)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Long getProcessInstanceId()
public void setProcessInstanceId(Long processInstanceId)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.