Class SimpleRestResponse
- java.lang.Object
-
- org.infinispan.rest.framework.impl.SimpleRestResponse
-
- All Implemented Interfaces:
RestResponse
public class SimpleRestResponse extends Object implements RestResponse
- Since:
- 10.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSimpleRestResponse.Builder
-
-
-
Method Detail
-
getStatus
public int getStatus()
- Specified by:
getStatusin interfaceRestResponse
-
getEntity
public Object getEntity()
- Specified by:
getEntityin interfaceRestResponse
-
-