public static class RestoreObjectRequest.RestoreObjectStatus extends HeaderResponse
Modifier and Type | Field and Description |
---|---|
static RestoreObjectRequest.RestoreObjectStatus |
AVALIABLE
The object has been restored and can be downloaded.
|
static RestoreObjectRequest.RestoreObjectStatus |
INPROGRESS
The object is being restored and cannot be downloaded.
|
Modifier and Type | Method and Description |
---|---|
int |
getCode()
Obtain the status code of the object.
|
static RestoreObjectRequest.RestoreObjectStatus |
valueOf(int retCode) |
getRequestId, getResponseHeaders, getStatusCode, toString
public static final RestoreObjectRequest.RestoreObjectStatus AVALIABLE
public static final RestoreObjectRequest.RestoreObjectStatus INPROGRESS
public int getCode()
public static RestoreObjectRequest.RestoreObjectStatus valueOf(int retCode)
Copyright © 2019. All rights reserved.