|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.degreedays.api.FailureResponse.Builder
public static final class FailureResponse.Builder
A builder class for creating immutable FailureResponse
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 | |
---|---|
FailureResponse.Builder()
|
Method Summary | |
---|---|
FailureResponse |
build()
|
FailureResponse.Builder |
setFailure(Failure failure)
|
FailureResponse.Builder |
setMetadata(ResponseMetadata metadata)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FailureResponse.Builder()
Method Detail |
---|
public FailureResponse.Builder setMetadata(ResponseMetadata metadata)
public FailureResponse.Builder setFailure(Failure failure)
public FailureResponse build()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |