public final class ResponseEnvelope extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ResponseEnvelope.Builder |
Modifier and Type | Method and Description |
---|---|
static ResponseEnvelope.Builder |
builder() |
boolean |
equals(Object o) |
Response |
getResponse()
Get response
|
Map<String,Object> |
getSessionAttributes()
Get sessionAttributes
|
String |
getUserAgent()
Get userAgent
|
String |
getVersion()
Get version
|
int |
hashCode() |
String |
toString() |
public static ResponseEnvelope.Builder builder()
public String getVersion()
public Map<String,Object> getSessionAttributes()
public String getUserAgent()
public Response getResponse()
Copyright © 2023. All rights reserved.