public class ProjectValidationResult extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCategory() |
String |
getLevel() |
String |
getMessage() |
List<ProjectValidationResultParam> |
getParams() |
ProjectValidationType |
getValidation() |
int |
hashCode() |
boolean |
isError() |
boolean |
isWarning() |
String |
toString() |
public String getCategory()
public String getLevel()
public String getMessage()
public List<ProjectValidationResultParam> getParams()
public boolean isError()
public ProjectValidationType getValidation()
public boolean isWarning()
Copyright © 2017. All rights reserved.