public class ActuatorPostRequest extends Object
| Constructor and Description |
|---|
ActuatorPostRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,Object> |
getBody() |
String |
getEndpoint() |
int |
hashCode() |
static ActuatorPostRequest |
of(String endpoint,
Map<String,Object> body) |
void |
setBody(Map<String,Object> body) |
void |
setEndpoint(String endpoint) |
public static ActuatorPostRequest of(String endpoint, Map<String,Object> body)
endpoint - the relative actuator path, e.g., /info, base actuator url if empty.body - the request body as JSON textpublic String getEndpoint()
public void setEndpoint(String endpoint)
Copyright © 2023 Pivotal Software, Inc.. All rights reserved.