public final class EndpointResult extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EndpointResult.Builder |
Modifier and Type | Method and Description |
---|---|
static EndpointResult.Builder |
builder() |
boolean |
equals(Object o) |
static EndpointResult |
fromNode(JsonNode node) |
Map<String,List<Expr>> |
getHeaders() |
Map<Identifier,Expr> |
getProperties() |
Expr |
getUrl() |
int |
hashCode() |
String |
toString() |
public Expr getUrl()
public Map<Identifier,Expr> getProperties()
public static EndpointResult fromNode(JsonNode node)
public static EndpointResult.Builder builder()
Copyright © 2023. All rights reserved.