public class BatchSignResponseInner extends Object
Constructor and Description |
---|
BatchSignResponseInner() |
Modifier and Type | Method and Description |
---|---|
BatchSignResponseInner |
body(SignResponse body) |
boolean |
equals(Object o) |
BatchSignResponseInner |
error(String error) |
SignResponse |
getBody()
Get body
|
String |
getError()
When the status property indicates an error, this contains the error message.
|
Integer |
getStatus()
The HTTP status code for this partial request.
|
int |
hashCode() |
void |
setBody(SignResponse body) |
void |
setError(String error) |
void |
setStatus(Integer status) |
BatchSignResponseInner |
status(Integer status) |
String |
toString() |
public BatchSignResponseInner status(Integer status)
public Integer getStatus()
public void setStatus(Integer status)
public BatchSignResponseInner error(String error)
public String getError()
public void setError(String error)
public BatchSignResponseInner body(SignResponse body)
public SignResponse getBody()
public void setBody(SignResponse body)
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved