public class CopyDentryRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
This parameter is required.
|
String |
operatorId
This parameter is required.
|
String |
targetSpaceId
This parameter is required.
|
String |
toNextDentryId |
String |
toParentDentryId |
String |
toPrevDentryId |
| 构造器和说明 |
|---|
CopyDentryRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CopyDentryRequest |
build(Map<String,?> map) |
String |
getName() |
String |
getOperatorId() |
String |
getTargetSpaceId() |
String |
getToNextDentryId() |
String |
getToParentDentryId() |
String |
getToPrevDentryId() |
CopyDentryRequest |
setName(String name) |
CopyDentryRequest |
setOperatorId(String operatorId) |
CopyDentryRequest |
setTargetSpaceId(String targetSpaceId) |
CopyDentryRequest |
setToNextDentryId(String toNextDentryId) |
CopyDentryRequest |
setToParentDentryId(String toParentDentryId) |
CopyDentryRequest |
setToPrevDentryId(String toPrevDentryId) |
@NameInMap(value="name") public String name
This parameter is required.
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
@NameInMap(value="targetSpaceId") public String targetSpaceId
This parameter is required.
@NameInMap(value="toNextDentryId") public String toNextDentryId
@NameInMap(value="toParentDentryId") public String toParentDentryId
@NameInMap(value="toPrevDentryId") public String toPrevDentryId
public static CopyDentryRequest build(Map<String,?> map) throws Exception
Exceptionpublic CopyDentryRequest setName(String name)
public String getName()
public CopyDentryRequest setOperatorId(String operatorId)
public String getOperatorId()
public CopyDentryRequest setTargetSpaceId(String targetSpaceId)
public String getTargetSpaceId()
public CopyDentryRequest setToNextDentryId(String toNextDentryId)
public String getToNextDentryId()
public CopyDentryRequest setToParentDentryId(String toParentDentryId)
public String getToParentDentryId()
public CopyDentryRequest setToPrevDentryId(String toPrevDentryId)
public String getToPrevDentryId()
Copyright © 2025. All rights reserved.