|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.hateoas.ResourceSupport
org.springframework.hateoas.VndErrors.VndError
public static class VndErrors.VndError
A single VndErrors.VndError.
| Constructor Summary | |
|---|---|
protected |
VndErrors.VndError()
Protected default constructor to allow JAXB marshalling. |
|
VndErrors.VndError(String logref,
String message,
Link... links)
Creates a new VndErrors.VndError with the given logref, a message as well as some Links. |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLogref()
Returns the logref of the error. |
String |
getMessage()
Returns the message of the error. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class org.springframework.hateoas.ResourceSupport |
|---|
add, add, getId, getLink, getLinks, hasLink, hasLinks, removeLinks |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public VndErrors.VndError(String logref,
String message,
Link... links)
VndErrors.VndError with the given logref, a message as well as some Links.
logref - must not be null or empty.message - must not be null or empty.links - protected VndErrors.VndError()
| Method Detail |
|---|
public String getLogref()
public String getMessage()
public String toString()
toString in class ResourceSupportpublic int hashCode()
hashCode in class ResourceSupportpublic boolean equals(Object obj)
equals in class ResourceSupport
|
Spring Hateoas | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||