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="operateType") public String operateType
@NameInMap(value="operatorUnionId") public String operatorUnionId
@NameInMap(value="spaceId") public String spaceId
public static PublishFileChangeNoticeRequest build(Map<String,?> map) throws Exception
Exceptionpublic PublishFileChangeNoticeRequest setFileId(String fileId)
public String getFileId()
public PublishFileChangeNoticeRequest setOperateType(String operateType)
public String getOperateType()
public PublishFileChangeNoticeRequest setOperatorUnionId(String operatorUnionId)
public String getOperatorUnionId()
public PublishFileChangeNoticeRequest setSpaceId(String spaceId)
public String getSpaceId()
Copyright © 2022. All rights reserved.