public class GetEditingProjectRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ownerAccount |
String |
ownerId |
String |
projectId
The ID of the online editing project.
|
String |
resourceOwnerAccount |
String |
resourceOwnerId |
| 构造器和说明 |
|---|
GetEditingProjectRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetEditingProjectRequest |
build(Map<String,?> map) |
String |
getOwnerAccount() |
String |
getOwnerId() |
String |
getProjectId() |
String |
getResourceOwnerAccount() |
String |
getResourceOwnerId() |
GetEditingProjectRequest |
setOwnerAccount(String ownerAccount) |
GetEditingProjectRequest |
setOwnerId(String ownerId) |
GetEditingProjectRequest |
setProjectId(String projectId) |
GetEditingProjectRequest |
setResourceOwnerAccount(String resourceOwnerAccount) |
GetEditingProjectRequest |
setResourceOwnerId(String resourceOwnerId) |
@NameInMap(value="OwnerAccount") public String ownerAccount
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="ProjectId") public String projectId
The ID of the online editing project.
@NameInMap(value="ResourceOwnerAccount") public String resourceOwnerAccount
@NameInMap(value="ResourceOwnerId") public String resourceOwnerId
public static GetEditingProjectRequest build(Map<String,?> map) throws Exception
Exceptionpublic GetEditingProjectRequest setOwnerAccount(String ownerAccount)
public String getOwnerAccount()
public GetEditingProjectRequest setOwnerId(String ownerId)
public String getOwnerId()
public GetEditingProjectRequest setProjectId(String projectId)
public String getProjectId()
public GetEditingProjectRequest setResourceOwnerAccount(String resourceOwnerAccount)
public String getResourceOwnerAccount()
public GetEditingProjectRequest setResourceOwnerId(String resourceOwnerId)
public String getResourceOwnerId()
Copyright © 2024. All rights reserved.