| Constructor and Description |
|---|
GetBugreportByIdResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
Bugreport |
getBugreport() |
java.util.List<UserFull> |
getProfiles() |
int |
hashCode() |
GetBugreportByIdResponse |
setBugreport(Bugreport bugreport) |
GetBugreportByIdResponse |
setProfiles(java.util.List<UserFull> profiles) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic Bugreport getBugreport()
public GetBugreportByIdResponse setBugreport(Bugreport bugreport)
public java.util.List<UserFull> getProfiles()
public GetBugreportByIdResponse setProfiles(java.util.List<UserFull> profiles)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()