类 RestoreObjectRequest.RestoreObjectStatus
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
cn.warpin.thirdPart.huawei.obs.obs.services.model.RestoreObjectRequest.RestoreObjectStatus
- 封闭类:
RestoreObjectRequest
Status of the Archive object
-
字段概要
字段修饰符和类型字段说明static final RestoreObjectRequest.RestoreObjectStatusThe object has been restored and can be downloaded.private intstatic final RestoreObjectRequest.RestoreObjectStatusThe object is being restored and cannot be downloaded.从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器 -
方法概要
从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode, toString从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
字段详细资料
-
code
private int code -
AVALIABLE
The object has been restored and can be downloaded. -
INPROGRESS
The object is being restored and cannot be downloaded.
-
-
构造器详细资料
-
RestoreObjectStatus
private RestoreObjectStatus(int code)
-
-
方法详细资料
-
getCode
public int getCode()Obtain the status code of the object.- 返回:
- Status code of the object
-
valueOf
-