public class GetSymlinkResponse
extends com.aliyun.tea.TeaModel
| Modifier and Type | Field and Description |
|---|---|
String |
requestId |
String |
symlinkTarget |
| Constructor and Description |
|---|
GetSymlinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
static GetSymlinkResponse |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSymlinkTarget() |
GetSymlinkResponse |
setRequestId(String requestId) |
GetSymlinkResponse |
setSymlinkTarget(String symlinkTarget) |
@NameInMap(value="x-oss-request-id") @Validation(required=true) public String requestId
@NameInMap(value="x-oss-symlink-target") @Validation(required=true) public String symlinkTarget
public static GetSymlinkResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetSymlinkResponse setRequestId(String requestId)
public String getRequestId()
public GetSymlinkResponse setSymlinkTarget(String symlinkTarget)
public String getSymlinkTarget()
Copyright © 2021. All rights reserved.