Class IntRestResponse
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.rest.component.IntRestComponent
-
- com.synopsys.integration.rest.component.IntRestResponse
-
public class IntRestResponse extends IntRestComponent
All Rest API JSON Responses should be marshaled to instances of this class.
-
-
Field Summary
-
Fields inherited from class com.synopsys.integration.rest.component.IntRestComponent
FIELD_NAME_JSON
-
-
Constructor Summary
Constructors Constructor Description IntRestResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.GsongetGson()com.fasterxml.jackson.databind.JsonNodegetPatch()java.lang.Class<? extends IntRestResponse>getSubclass()booleanhasSubclasses()voidsetGson(com.google.gson.Gson gson)voidsetPatch(com.fasterxml.jackson.databind.JsonNode patch)-
Methods inherited from class com.synopsys.integration.rest.component.IntRestComponent
getJson, getJsonElement, setJson, setJsonElement
-
-
-
-
Method Detail
-
hasSubclasses
public boolean hasSubclasses()
-
getSubclass
public java.lang.Class<? extends IntRestResponse> getSubclass()
-
getGson
public com.google.gson.Gson getGson()
-
setGson
public void setGson(com.google.gson.Gson gson)
-
getPatch
public com.fasterxml.jackson.databind.JsonNode getPatch()
-
setPatch
public void setPatch(com.fasterxml.jackson.databind.JsonNode patch)
-
-