org.jclouds.openstack.swift.domain
Interface ObjectInfo

All Superinterfaces:
Comparable<ObjectInfo>
All Known Subinterfaces:
MutableObjectInfoWithMetadata
All Known Implementing Classes:
DelegatingMutableObjectInfoWithMetadata, MutableObjectInfoWithMetadataImpl, ObjectInfoImpl

public interface ObjectInfo
extends Comparable<ObjectInfo>

Author:
Adrian Cole

Method Summary
 Long getBytes()
           
 String getContainer()
           
 String getContentType()
           
 byte[] getHash()
           
 Date getLastModified()
           
 String getName()
           
 URI getUri()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUri

URI getUri()

getName

String getName()

getHash

byte[] getHash()

getBytes

Long getBytes()

getContentType

String getContentType()

getLastModified

Date getLastModified()

getContainer

String getContainer()


Copyright © 2009-2011 jclouds. All Rights Reserved.