org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response
Class InformationObjectTreeResponse
java.lang.Object
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.AbstractSMSResponseConfig
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.InformationObjectTreeResponse
- All Implemented Interfaces:
- SMSResponseConfig
public class InformationObjectTreeResponse
- extends AbstractSMSResponseConfig
- Author:
- Federico De Faveri defaveri@isti.cnr.it
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ANY_REFERENCE
public static final TreeWalkRule ANY_REFERENCE
DEFAULT_HOPS_VALUE
public static final int DEFAULT_HOPS_VALUE
- See Also:
- Constant Field Values
InformationObjectTreeResponse
public InformationObjectTreeResponse(RawContentLocationConfig contentLocation,
java.util.List<TreeWalkRule> walkRules,
int hops,
java.util.List<StorageHint> hints)
walkedInformationObjectTree
public static InformationObjectTreeResponse walkedInformationObjectTree(java.util.List<TreeWalkRule> walkRules)
completeInformationObjectTree
public static InformationObjectTreeResponse completeInformationObjectTree(RawContentLocationConfig contentLocation)
completeInformationObjectTree
public static InformationObjectTreeResponse completeInformationObjectTree()
getContentLocation
public RawContentLocationConfig getContentLocation()
- Returns:
- the contentLocation
getHints
public java.util.List<StorageHint> getHints()
- Returns:
- the hints
getWalkRules
public java.util.List<TreeWalkRule> getWalkRules()
- Returns:
- the walkRules
getHops
public int getHops()
- Returns:
- the hops
setHops
public void setHops(int hops)
- Parameters:
hops
- the hops to set
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object