public class Problem extends Object
| Constructor and Description |
|---|
Problem(String name,
String description,
String suggestion,
String impact) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getImpact() |
String |
getName() |
String |
getSuggestion() |
int |
hashCode() |
public String getName()
public String getDescription()
public String getSuggestion()
public String getImpact()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.