public static class CopyObjectResponse.CopyObjectResponseCopyObjectResult
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
eTag |
String |
lastModified |
| Constructor and Description |
|---|
CopyObjectResponseCopyObjectResult() |
| Modifier and Type | Method and Description |
|---|---|
static CopyObjectResponse.CopyObjectResponseCopyObjectResult |
build(Map<String,?> map) |
String |
getETag() |
String |
getLastModified() |
CopyObjectResponse.CopyObjectResponseCopyObjectResult |
setETag(String eTag) |
CopyObjectResponse.CopyObjectResponseCopyObjectResult |
setLastModified(String lastModified) |
@NameInMap(value="LastModified") public String lastModified
@NameInMap(value="ETag") public String eTag
public static CopyObjectResponse.CopyObjectResponseCopyObjectResult build(Map<String,?> map) throws Exception
Exceptionpublic CopyObjectResponse.CopyObjectResponseCopyObjectResult setLastModified(String lastModified)
public String getLastModified()
public CopyObjectResponse.CopyObjectResponseCopyObjectResult setETag(String eTag)
public String getETag()
Copyright © 2021. All rights reserved.