public final class BlobHTTPHeaders extends Object
Modifier and Type | Field and Description |
---|---|
static BlobHTTPHeaders |
NONE
An object representing no blob properties.
|
Constructor and Description |
---|
BlobHTTPHeaders(String cacheControl,
String contentDisposition,
String contentEncoding,
String contentLanguage,
byte[] contentMD5,
String contentType)
A
BlobHTTPHeaders object. |
Modifier and Type | Method and Description |
---|---|
String |
getCacheControl() |
String |
getContentDisposition() |
String |
getContentEncoding() |
String |
getContentLanguage() |
byte[] |
getContentMD5() |
String |
getContentType() |
public static final BlobHTTPHeaders NONE
public BlobHTTPHeaders(String cacheControl, String contentDisposition, String contentEncoding, String contentLanguage, byte[] contentMD5, String contentType)
BlobHTTPHeaders
object.cacheControl
- The cache-control value stored for the blob.contentDisposition
- The content-disposition value stored for the blob.contentEncoding
- The content-encoding value stored for the blob.contentLanguage
- The content-language value stored for the blob.contentMD5
- The content-MD5 value stored for the blob.contentType
- The content-type value stored for the blob.public String getCacheControl()
public String getContentDisposition()
public String getContentEncoding()
public String getContentLanguage()
public byte[] getContentMD5()
public String getContentType()
Copyright © 2018. All rights reserved.