Skip to content

Commit a7a4908

Browse files
committed
Supported sorting for DescribeDnsProduceInstances.
1 parent 889e255 commit a7a4908

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

V20150109/AlidnsApiResolver.php

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
* @method DescribeDomainNs describeDomainNs(array $options = [])
7272
* @method DescribeDomainRecordInfo describeDomainRecordInfo(array $options = [])
7373
* @method DescribeDomainRecords describeDomainRecords(array $options = [])
74+
* @method DescribeDomainResolveStatisticsSummary describeDomainResolveStatisticsSummary(array $options = [])
7475
* @method DescribeDomains describeDomains(array $options = [])
7576
* @method DescribeDomainStatistics describeDomainStatistics(array $options = [])
7677
* @method DescribeDomainStatisticsSummary describeDomainStatisticsSummary(array $options = [])
@@ -107,6 +108,7 @@
107108
* @method DescribePdnsUdpIpSegments describePdnsUdpIpSegments(array $options = [])
108109
* @method DescribePdnsUserInfo describePdnsUserInfo(array $options = [])
109110
* @method DescribeRecordLogs describeRecordLogs(array $options = [])
111+
* @method DescribeRecordResolveStatisticsSummary describeRecordResolveStatisticsSummary(array $options = [])
110112
* @method DescribeRecordStatistics describeRecordStatistics(array $options = [])
111113
* @method DescribeRecordStatisticsSummary describeRecordStatisticsSummary(array $options = [])
112114
* @method DescribeSubDomainRecords describeSubDomainRecords(array $options = [])
@@ -1199,6 +1201,8 @@ class DescribeDnsProductInstance extends Rpc
11991201
}
12001202

12011203
/**
1204+
* @method string getOrderBy()
1205+
* @method $this withOrderBy($value)
12021206
* @method string getPageNumber()
12031207
* @method $this withPageNumber($value)
12041208
* @method string getDomainType()
@@ -1211,6 +1215,8 @@ class DescribeDnsProductInstance extends Rpc
12111215
* @method $this withLang($value)
12121216
* @method string getVersionCode()
12131217
* @method $this withVersionCode($value)
1218+
* @method string getDirection()
1219+
* @method $this withDirection($value)
12141220
*/
12151221
class DescribeDnsProductInstances extends Rpc
12161222
{
@@ -1474,6 +1480,32 @@ class DescribeDomainRecords extends Rpc
14741480
{
14751481
}
14761482

1483+
/**
1484+
* @method string getThreshold()
1485+
* @method $this withThreshold($value)
1486+
* @method string getStartDate()
1487+
* @method $this withStartDate($value)
1488+
* @method string getPageNumber()
1489+
* @method $this withPageNumber($value)
1490+
* @method string getEndDate()
1491+
* @method $this withEndDate($value)
1492+
* @method string getPageSize()
1493+
* @method $this withPageSize($value)
1494+
* @method string getUserClientIp()
1495+
* @method $this withUserClientIp($value)
1496+
* @method string getSearchMode()
1497+
* @method $this withSearchMode($value)
1498+
* @method string getKeyword()
1499+
* @method $this withKeyword($value)
1500+
* @method string getLang()
1501+
* @method $this withLang($value)
1502+
* @method string getDirection()
1503+
* @method $this withDirection($value)
1504+
*/
1505+
class DescribeDomainResolveStatisticsSummary extends Rpc
1506+
{
1507+
}
1508+
14771509
/**
14781510
* @method string getStartDate()
14791511
* @method $this withStartDate($value)
@@ -2095,6 +2127,36 @@ public function withEndDate($value)
20952127
}
20962128
}
20972129

2130+
/**
2131+
* @method string getThreshold()
2132+
* @method $this withThreshold($value)
2133+
* @method string getStartDate()
2134+
* @method $this withStartDate($value)
2135+
* @method string getPageNumber()
2136+
* @method $this withPageNumber($value)
2137+
* @method string getDomainType()
2138+
* @method $this withDomainType($value)
2139+
* @method string getPageSize()
2140+
* @method $this withPageSize($value)
2141+
* @method string getKeyword()
2142+
* @method $this withKeyword($value)
2143+
* @method string getLang()
2144+
* @method $this withLang($value)
2145+
* @method string getDirection()
2146+
* @method $this withDirection($value)
2147+
* @method string getDomainName()
2148+
* @method $this withDomainName($value)
2149+
* @method string getEndDate()
2150+
* @method $this withEndDate($value)
2151+
* @method string getUserClientIp()
2152+
* @method $this withUserClientIp($value)
2153+
* @method string getSearchMode()
2154+
* @method $this withSearchMode($value)
2155+
*/
2156+
class DescribeRecordResolveStatisticsSummary extends Rpc
2157+
{
2158+
}
2159+
20982160
/**
20992161
* @method string getRr()
21002162
* @method $this withRr($value)

0 commit comments

Comments
 (0)