public class PublishFileChangeNoticeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
fileId
This parameter is required.
|
String |
operateType
example:
1
|
String |
operatorUnionId
This parameter is required.
|
String |
spaceId
This parameter is required.
|
| 构造器和说明 |
|---|
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
This parameter is required.
example:xxxx
@NameInMap(value="operateType") public String operateType
1
@NameInMap(value="operatorUnionId") public String operatorUnionId
This parameter is required.
example:xxxx
@NameInMap(value="spaceId") public String spaceId
This parameter is required.
example:xxxx
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 © 2025. All rights reserved.