public class ListForwardingRulesResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<ListForwardingRulesResponseBody.ListForwardingRulesResponseBodyForwardingRules> |
forwardingRules
The information about the forwarding rules.
|
Integer |
maxResults
The number of entries returned per page.
|
String |
nextToken
The token that determines the start point of the next query.
|
String |
requestId
The ID of the request.
|
Integer |
totalCount
The total number of entries returned.
|
| 构造器和说明 |
|---|
ListForwardingRulesResponseBody() |
@NameInMap(value="ForwardingRules") public List<ListForwardingRulesResponseBody.ListForwardingRulesResponseBodyForwardingRules> forwardingRules
The information about the forwarding rules.
@NameInMap(value="MaxResults") public Integer maxResults
The number of entries returned per page.
@NameInMap(value="NextToken") public String nextToken
The token that determines the start point of the next query. Valid values:
* If **NextToken** was not returned, it indicates that no additional results exist.
* If **NextToken** is returned, the value indicates the token that is used for the next query.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="TotalCount") public Integer totalCount
The total number of entries returned.
public static ListForwardingRulesResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListForwardingRulesResponseBody setForwardingRules(List<ListForwardingRulesResponseBody.ListForwardingRulesResponseBodyForwardingRules> forwardingRules)
public List<ListForwardingRulesResponseBody.ListForwardingRulesResponseBodyForwardingRules> getForwardingRules()
public ListForwardingRulesResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListForwardingRulesResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListForwardingRulesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListForwardingRulesResponseBody setTotalCount(Integer totalCount)
public Integer getTotalCount()
Copyright © 2023. All rights reserved.