RestorableTimeRange Class
- java.
lang. Object - com.
azure. resourcemanager. dataprotection. models. RestorableTimeRange
- com.
Implements
public final class RestorableTimeRange
implements JsonSerializable<RestorableTimeRange>
The RestorableTimeRange model.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
endTime()
Get the end |
|
static
Restorable |
fromJson(JsonReader jsonReader)
Reads an instance of Restorable |
| String |
objectType()
Get the object |
| String |
startTime()
Get the start |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
endTime
public String endTime()
Get the endTime property: End time for the available restore range.
Returns:
fromJson
public static RestorableTimeRange fromJson(JsonReader jsonReader)
Reads an instance of RestorableTimeRange from the JsonReader.
Parameters:
Returns:
Throws:
objectType
public String objectType()
Get the objectType property: The objectType property.
Returns:
startTime
public String startTime()
Get the startTime property: Start time for the available restore range.
Returns: