public final class CompilationReport extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompilationReport.Builder
The Class Builder.
|
| Modifier and Type | Field and Description |
|---|---|
Throwable |
cause
The cause.
|
boolean |
didSucceed
The did succeed.
|
String |
message
The message.
|
OtclDto |
otclDto
The otcl dto.
|
String |
otclFileName
The otcl file name.
|
String |
otclNamespace
The otcl namespace.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Equals.
|
int |
hashCode()
Hash code.
|
static CompilationReport.Builder |
newBuilder()
New builder.
|
String |
toString()
To string.
|
public String otclNamespace
public String otclFileName
public String message
public boolean didSucceed
public Throwable cause
public OtclDto otclDto
public static CompilationReport.Builder newBuilder()
public String toString()
Copyright © 2021. All rights reserved.