Package org.glassfish.admin.rest.client
Class RestResponse
- java.lang.Object
-
- org.glassfish.admin.rest.client.RestResponse
-
public class RestResponse extends Object
- Author:
- jasonlee
-
-
Constructor Summary
Constructors Constructor Description RestResponse(jakarta.ws.rs.core.Response response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListgetChildren()Map<String,Object>getExtraProperties()StringgetMessage()Map<String,String>getProperties()intgetStatus()booleanisSuccess()
-