Class AzureBlobImpl
java.lang.Object
org.jclouds.http.internal.PayloadEnclosingImpl
org.jclouds.azureblob.domain.internal.AzureBlobImpl
- All Implemented Interfaces:
Comparable<AzureBlob>
,AzureBlob
,PayloadEnclosing
Default Implementation of
AzureBlob
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jclouds.azureblob.domain.AzureBlob
AzureBlob.Factory
-
Field Summary
Fields inherited from class org.jclouds.http.internal.PayloadEnclosingImpl
payload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
boolean
int
hashCode()
void
setAllHeaders
(com.google.common.collect.Multimap<String, String> allHeaders) void
setPayload
(Payload data) Sets payload for the request or the content from the response.toString()
Methods inherited from class org.jclouds.http.internal.PayloadEnclosingImpl
getPayload, resetPayload, setPayload, setPayload, setPayload, setPayload, setPayload
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jclouds.io.PayloadEnclosing
getPayload, resetPayload, setPayload, setPayload, setPayload, setPayload, setPayload
-
Constructor Details
-
AzureBlobImpl
-
-
Method Details
-
getProperties
- Specified by:
getProperties
in interfaceAzureBlob
- Returns:
- System and User metadata relevant to this object.
-
getAllHeaders
- Specified by:
getAllHeaders
in interfaceAzureBlob
-
setAllHeaders
- Specified by:
setAllHeaders
in interfaceAzureBlob
-
compareTo
- Specified by:
compareTo
in interfaceComparable<AzureBlob>
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPayloadEnclosingImpl
-
equals
- Overrides:
equals
in classPayloadEnclosingImpl
-
toString
-
setPayload
Description copied from class:PayloadEnclosingImpl
Sets payload for the request or the content from the response. If size isn't set, this will attempt to discover it.- Specified by:
setPayload
in interfacePayloadEnclosing
- Overrides:
setPayload
in classPayloadEnclosingImpl
- Parameters:
data
- typically InputStream for downloads, or File, byte[], String, InputStream, of ByteSource for uploads.
-