name | data type | description |
---|---|---|
statusCodeValue | number | |
statusCode | HttpStatus | |
Properties inherited from HttpEntity |
||
headers | map of array of string | |
body | object |
Example
{ "statusCodeValue" : 12345, "statusCode" : "TEMPORARY_REDIRECT", "headers" : { "property1" : [ "...", "..." ], "property2" : [ "...", "..." ] }, "body" : { } }