public class ResponseInfo extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.JsonNode |
content |
protected int |
statusCode |
| Constructor and Description |
|---|
ResponseInfo(int statusCode) |
ResponseInfo(int statusCode,
com.fasterxml.jackson.databind.JsonNode content) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getContent() |
int |
getStatusCode() |
boolean |
isSuccess() |
Copyright © 2020 Flowable. All rights reserved.