public class GetBlobOptions
extends java.lang.Object
Router.getBlob(String, GetBlobOptions, Callback)
call.Modifier and Type | Class and Description |
---|---|
static class |
GetBlobOptions.OperationType
Describes the type of getBlob operation to perform.
|
Modifier and Type | Field and Description |
---|---|
static int |
NO_BLOB_SEGMENT_IDX_SPECIFIED |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
getBlobSegmentIdx() |
GetOption |
getGetOption() |
GetBlobOptions.OperationType |
getOperationType() |
ByteRange |
getRange() |
boolean |
hasBlobSegmentIdx() |
int |
hashCode() |
boolean |
isRawMode() |
java.lang.String |
toString() |
public boolean isRawMode()
public GetBlobOptions.OperationType getOperationType()
GetBlobOptions.OperationType
for the request.public int getBlobSegmentIdx()
public boolean hasBlobSegmentIdx()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object