public static class GarbageCollectionResult.Error
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GarbageCollectionResult.Error.Type |
Modifier and Type | Field and Description |
---|---|
protected Project.NameKey |
projectName |
protected GarbageCollectionResult.Error.Type |
type |
Modifier | Constructor and Description |
---|---|
protected |
Error() |
|
Error(GarbageCollectionResult.Error.Type type,
Project.NameKey projectName) |
Modifier and Type | Method and Description |
---|---|
Project.NameKey |
getProjectName() |
GarbageCollectionResult.Error.Type |
getType() |
java.lang.String |
toString() |
protected GarbageCollectionResult.Error.Type type
protected Project.NameKey projectName
protected Error()
public Error(GarbageCollectionResult.Error.Type type, Project.NameKey projectName)
public GarbageCollectionResult.Error.Type getType()
public Project.NameKey getProjectName()
public java.lang.String toString()
toString
in class java.lang.Object