org.sakaiproject.entitybroker.rest
Class EntityBatchHandler.ResponseBase
java.lang.Object
org.sakaiproject.entitybroker.rest.EntityBatchHandler.ResponseBase
- Direct Known Subclasses:
- EntityBatchHandler.ResponseError, EntityBatchHandler.ResponseResult
- Enclosing class:
- EntityBatchHandler
public static class EntityBatchHandler.ResponseBase
- extends Object
Base class for all response data which will be encoded and output
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
reference
public String reference
entityURL
public String entityURL
status
public int status
failure
public transient boolean failure
EntityBatchHandler.ResponseBase
public EntityBatchHandler.ResponseBase()
getReference
public String getReference()
getEntityURL
public String getEntityURL()
getStatus
public int getStatus()
isFailure
public boolean isFailure()
Copyright © 2007-2013 Sakai Project. All Rights Reserved.