public class FindTargetRelatedFollowRecordsRequest
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
followTargetDataId
This parameter is required.
|
String |
followTargetType
This parameter is required.
|
Long |
maxResults
This parameter is required.
|
String |
nextToken
example:
1
|
构造器和说明 |
---|
FindTargetRelatedFollowRecordsRequest() |
限定符和类型 | 方法和说明 |
---|---|
static FindTargetRelatedFollowRecordsRequest |
build(Map<String,?> map) |
String |
getFollowTargetDataId() |
String |
getFollowTargetType() |
Long |
getMaxResults() |
String |
getNextToken() |
FindTargetRelatedFollowRecordsRequest |
setFollowTargetDataId(String followTargetDataId) |
FindTargetRelatedFollowRecordsRequest |
setFollowTargetType(String followTargetType) |
FindTargetRelatedFollowRecordsRequest |
setMaxResults(Long maxResults) |
FindTargetRelatedFollowRecordsRequest |
setNextToken(String nextToken) |
@NameInMap(value="followTargetDataId") public String followTargetDataId
This parameter is required.
example:customerId
@NameInMap(value="followTargetType") public String followTargetType
This parameter is required.
example:customer
@NameInMap(value="maxResults") public Long maxResults
This parameter is required.
example:100
@NameInMap(value="nextToken") public String nextToken
1
public static FindTargetRelatedFollowRecordsRequest build(Map<String,?> map) throws Exception
Exception
public FindTargetRelatedFollowRecordsRequest setFollowTargetDataId(String followTargetDataId)
public String getFollowTargetDataId()
public FindTargetRelatedFollowRecordsRequest setFollowTargetType(String followTargetType)
public String getFollowTargetType()
public FindTargetRelatedFollowRecordsRequest setMaxResults(Long maxResults)
public Long getMaxResults()
public FindTargetRelatedFollowRecordsRequest setNextToken(String nextToken)
public String getNextToken()
Copyright © 2024. All rights reserved.