org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content
Class RawContentInLocation
java.lang.Object
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.response.content.RawContentInLocation
- All Implemented Interfaces:
- RawContentLocationConfig
public class RawContentInLocation
- extends java.lang.Object
- implements RawContentLocationConfig
- Author:
- Federico De Faveri defaveri@isti.cnr.it
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
RawContentInLocation
public RawContentInLocation(java.lang.String location)
- Create a raw content location.
- Parameters:
location
- the raw content location.
getType
public RawContentLocationType getType()
- Returns this location type.
- Specified by:
getType
in interface RawContentLocationConfig
- Returns:
- the location type.
getLocation
public java.lang.String getLocation()
- Returns:
- the location
toString
public java.lang.String toString()
-
- Overrides:
toString
in class java.lang.Object