public static class RestoreObjectRequest.RestoreObjectStatus extends HeaderResponse
| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCode()
Obtain the status code of the object.
|
static RestoreObjectRequest.RestoreObjectStatus |
valueOf(int retCode) |
getRequestId, getResponseHeaders, getStatusCode, toStringpublic static final RestoreObjectRequest.RestoreObjectStatus AVALIABLE
public static final RestoreObjectRequest.RestoreObjectStatus INPROGRESS
public int getCode()
public static RestoreObjectRequest.RestoreObjectStatus valueOf(int retCode)
Copyright © 2021. All rights reserved.