public static class RESTEndpoint.RESTResponse extends Object
Constructor and Description |
---|
RESTResponse() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getContent() |
int |
getResponseCode() |
void |
setContent(List<String> content)
Set the content, as a list of lines, returned by the endpoint
|
void |
setResponseCode(int responseCode)
set the response code of the endpoint
|
String |
toString() |
public List<String> getContent()
public void setContent(List<String> content)
content
- The content, as a list of linespublic int getResponseCode()
public void setResponseCode(int responseCode)
responseCode
- the response code to setCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.