类 SetObjectSymlinkResponse
- java.lang.Object
-
- com.baidubce.services.bos.model.SetObjectSymlinkResponse
-
public class SetObjectSymlinkResponse extends Object
response of set object symlink
-
-
方法详细资料
-
getETag
public String getETag()
Gets the ETag value for the newly created symlink object.- 返回:
- The ETag value for the symlink object.
-
setETag
public void setETag(String eTag)
Sets the ETag value for the symlink object that was created from the associatedSetObjectSymlinkrequest.- 参数:
eTag- The ETag value for the new object.
-
-