public class PublishFileChangeNoticeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileId |
String |
operateType |
String |
operatorUnionId |
String |
spaceId |
| 构造器和说明 |
|---|
PublishFileChangeNoticeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PublishFileChangeNoticeRequest |
build(Map<String,?> map) |
String |
getFileId() |
String |
getOperateType() |
String |
getOperatorUnionId() |
String |
getSpaceId() |
PublishFileChangeNoticeRequest |
setFileId(String fileId) |
PublishFileChangeNoticeRequest |
setOperateType(String operateType) |
PublishFileChangeNoticeRequest |
setOperatorUnionId(String operatorUnionId) |
PublishFileChangeNoticeRequest |
setSpaceId(String spaceId) |
@NameInMap(value="fileId") public String fileId
@NameInMap(value="spaceId") public String spaceId
@NameInMap(value="operatorUnionId") public String operatorUnionId
@NameInMap(value="operateType") public String operateType
public static PublishFileChangeNoticeRequest build(Map<String,?> map) throws Exception
Exceptionpublic PublishFileChangeNoticeRequest setFileId(String fileId)
public String getFileId()
public PublishFileChangeNoticeRequest setSpaceId(String spaceId)
public String getSpaceId()
public PublishFileChangeNoticeRequest setOperatorUnionId(String operatorUnionId)
public String getOperatorUnionId()
public PublishFileChangeNoticeRequest setOperateType(String operateType)
public String getOperateType()
Copyright © 2021. All rights reserved.