public class PutObjectResponse extends Object
putObject operation.
Use this request to access information about the new object created from the
putObject request, such as its ETag and optional version ID.| Constructor and Description |
|---|
PutObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
BosResponse.Callback |
getCallback()
Gets the callback value for the newly created object.
|
String |
getETag()
Gets the ETag value for the newly created object.
|
void |
setCallback(BosResponse.Callback callback)
Sets the callback value for the new object that was created from the
associated
putObject request. |
void |
setETag(String eTag)
Sets the ETag value for the new object that was created from the
associated
putObject request. |
public String getETag()
public void setETag(String eTag)
putObject request.eTag - The ETag value for the new object.public void setCallback(BosResponse.Callback callback)
putObject request.callback - The ETag value for the new object.public BosResponse.Callback getCallback()
Copyright © 2024. All rights reserved.