|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.netflix.eureka.util.StatusInfo.Builder
public static final class StatusInfo.Builder
| Method Summary | |
|---|---|
StatusInfo.Builder |
add(java.lang.String key,
java.lang.String value)
Add any application specific status data. |
StatusInfo |
build()
Build the StatusInfo. |
StatusInfo.Builder |
isHealthy(boolean b)
|
static StatusInfo.Builder |
newBuilder()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static StatusInfo.Builder newBuilder()
public StatusInfo.Builder isHealthy(boolean b)
public StatusInfo.Builder add(java.lang.String key,
java.lang.String value)
public StatusInfo build()
StatusInfo. General information are automatically
built here too.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||