BlobRestoreRange Class
- java.
lang. Object - com.
azure. resourcemanager. storage. models. BlobRestoreRange
- com.
Implements
public final class BlobRestoreRange
implements JsonSerializable<BlobRestoreRange>
Blob range.
Constructor Summary
Constructor | Description |
---|---|
BlobRestoreRange() |
Creates an instance of Blob |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
endRange()
Get the end |
static
Blob |
fromJson(JsonReader jsonReader)
Reads an instance of Blob |
String |
startRange()
Get the start |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Blob |
withEndRange(String endRange)
Set the end |
Blob |
withStartRange(String startRange)
Set the start |
Methods inherited from java.lang.Object
Constructor Details
BlobRestoreRange
public BlobRestoreRange()
Creates an instance of BlobRestoreRange class.
Method Details
endRange
public String endRange()
Get the endRange property: Blob end range. This is exclusive. Empty means account end.
Returns:
fromJson
public static BlobRestoreRange fromJson(JsonReader jsonReader)
Reads an instance of BlobRestoreRange from the JsonReader.
Parameters:
Returns:
Throws:
startRange
public String startRange()
Get the startRange property: Blob start range. This is inclusive. Empty means account start.
Returns:
toJson
validate
public void validate()
Validates the instance.
withEndRange
public BlobRestoreRange withEndRange(String endRange)
Set the endRange property: Blob end range. This is exclusive. Empty means account end.
Parameters:
Returns:
withStartRange
public BlobRestoreRange withStartRange(String startRange)
Set the startRange property: Blob start range. This is inclusive. Empty means account start.
Parameters:
Returns:
Applies to
Azure SDK for Java