类 PutObjectResponse
- java.lang.Object
-
- com.baidubce.services.bos.model.PutObjectResponse
-
- 直接已知子类:
AppendObjectResponse
public class PutObjectResponse extends Object
Contains the data returned by Baidu Bos from theputObjectoperation. Use this request to access information about the new object created from theputObjectrequest, such as its ETag and optional version ID.
-
-
方法详细资料
-
getETag
public String getETag()
Gets the ETag value for the newly created object.- 返回:
- The ETag value for the new object.
-
setETag
public void setETag(String eTag)
Sets the ETag value for the new object that was created from the associatedputObjectrequest.- 参数:
eTag- The ETag value for the new object.
-
-