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() |
Date |
getStartDate() |
boolean |
isSuccessful() |
void |
setEndDate(Date endDate) |
void |
setLogs(List<String> logs) |
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)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.