public class JsonResponse extends Object
Constructor and Description |
---|
JsonResponse(int status,
com.fasterxml.jackson.databind.JsonNode root) |
JsonResponse(int status,
String msg) |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
getJson() |
String |
getMsg() |
int |
getStatus() |
String |
toString() |
public JsonResponse(int status, com.fasterxml.jackson.databind.JsonNode root)
public JsonResponse(int status, String msg)
Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.