|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.degreedays.api.Failure.Builder
public static final class Failure.Builder
A builder class for creating immutable Failure
objects
e.g. for testing purposes.
Instances of this builder class are designed for single-threaded use only. It's fine to create and use instances in multiple concurrent threads, but, in the absence of external synchronization, the use of each individual builder instance should be restricted to one thread only.
Constructor Summary | |
---|---|
Failure.Builder()
|
Method Summary | |
---|---|
Failure |
build()
|
Failure.Builder |
setCode(java.lang.String code)
|
Failure.Builder |
setMessage(java.lang.String message)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Failure.Builder()
Method Detail |
---|
public Failure.Builder setCode(java.lang.String code)
public Failure.Builder setMessage(java.lang.String message)
public Failure build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |