Package com.gooddata.project
Class ProjectValidationResult
- java.lang.Object
-
- com.gooddata.project.ProjectValidationResult
-
public class ProjectValidationResult extends Object
Represents one validation result. Deserialization only.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetCategory()StringgetLevel()StringgetMessage()List<ProjectValidationResultParam>getParams()ProjectValidationTypegetValidation()inthashCode()booleanisError()booleanisWarning()StringtoString()
-
-
-
Method Detail
-
getCategory
public String getCategory()
-
getLevel
public String getLevel()
-
getMessage
public String getMessage()
-
getParams
public List<ProjectValidationResultParam> getParams()
-
isError
public boolean isError()
-
getValidation
public ProjectValidationType getValidation()
-
isWarning
public boolean isWarning()
-
-