public class ListFeedsRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
excludeFile |
Integer |
maxResults
This parameter is required.
|
String |
nextToken |
String |
operatorId
This parameter is required.
|
| 构造器和说明 |
|---|
ListFeedsRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListFeedsRequest |
build(Map<String,?> map) |
Boolean |
getExcludeFile() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getOperatorId() |
ListFeedsRequest |
setExcludeFile(Boolean excludeFile) |
ListFeedsRequest |
setMaxResults(Integer maxResults) |
ListFeedsRequest |
setNextToken(String nextToken) |
ListFeedsRequest |
setOperatorId(String operatorId) |
@NameInMap(value="excludeFile") public Boolean excludeFile
@NameInMap(value="maxResults") public Integer maxResults
This parameter is required.
@NameInMap(value="nextToken") public String nextToken
@NameInMap(value="operatorId") public String operatorId
This parameter is required.
example:abcd
public static ListFeedsRequest build(Map<String,?> map) throws Exception
Exceptionpublic ListFeedsRequest setExcludeFile(Boolean excludeFile)
public Boolean getExcludeFile()
public ListFeedsRequest setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListFeedsRequest setNextToken(String nextToken)
public String getNextToken()
public ListFeedsRequest setOperatorId(String operatorId)
public String getOperatorId()
Copyright © 2025. All rights reserved.