Package com.google.gerrit.common.data
Class GarbageCollectionResult.Error
- java.lang.Object
- 
- com.google.gerrit.common.data.GarbageCollectionResult.Error
 
- 
- Enclosing class:
- GarbageCollectionResult
 
 public static class GarbageCollectionResult.Error extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGarbageCollectionResult.Error.Type
 - 
Field SummaryFields Modifier and Type Field Description protected Project.NameKeyprojectNameprotected GarbageCollectionResult.Error.Typetype
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedError()Error(GarbageCollectionResult.Error.Type type, Project.NameKey projectName)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Project.NameKeygetProjectName()GarbageCollectionResult.Error.TypegetType()StringtoString()
 
- 
- 
- 
Field Detail- 
typeprotected GarbageCollectionResult.Error.Type type 
 - 
projectNameprotected Project.NameKey projectName 
 
- 
 - 
Constructor Detail- 
Errorprotected Error() 
 - 
Errorpublic Error(GarbageCollectionResult.Error.Type type, Project.NameKey projectName) 
 
- 
 - 
Method Detail- 
getTypepublic GarbageCollectionResult.Error.Type getType() 
 - 
getProjectNamepublic Project.NameKey getProjectName() 
 
- 
 
-