public class ApprovableResult extends Object
Constructor and Description |
---|
ApprovableResult() |
Modifier and Type | Method and Description |
---|---|
ApprovableResult |
body(Object body) |
boolean |
equals(Object o) |
Object |
getBody()
Get body
|
Integer |
getStatus()
The HTTP status code for this partial request.
|
int |
hashCode() |
void |
setBody(Object body) |
void |
setStatus(Integer status) |
ApprovableResult |
status(Integer status) |
String |
toString() |
public ApprovableResult status(Integer status)
public Integer getStatus()
public void setStatus(Integer status)
public ApprovableResult body(Object body)
public Object getBody()
public void setBody(Object body)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved