io.atlassian.blobstore.client.api
Class HeadResult

java.lang.Object
  extended by io.atlassian.blobstore.client.api.HeadResult

public class HeadResult
extends java.lang.Object

The result of a head operation call on a BlobstoreService


Method Summary
 long contentLength()
           
static HeadResult create(java.lang.String hash, long contentLength)
           
 java.lang.String hash()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static HeadResult create(java.lang.String hash,
                                long contentLength)

hash

public java.lang.String hash()

contentLength

public long contentLength()