@@ -42,10 +42,10 @@ def __init__(self):
4242 'page_size' : 'int' ,
4343 'page_number' : 'int' ,
4444 'total' : 'int' ,
45- 'first_uri' : 'str' ,
4645 'self_uri' : 'str' ,
47- 'previous_uri ' : 'str' ,
46+ 'first_uri ' : 'str' ,
4847 'next_uri' : 'str' ,
48+ 'previous_uri' : 'str' ,
4949 'last_uri' : 'str' ,
5050 'page_count' : 'int'
5151 }
@@ -55,10 +55,10 @@ def __init__(self):
5555 'page_size' : 'pageSize' ,
5656 'page_number' : 'pageNumber' ,
5757 'total' : 'total' ,
58- 'first_uri' : 'firstUri' ,
5958 'self_uri' : 'selfUri' ,
60- 'previous_uri ' : 'previousUri ' ,
59+ 'first_uri ' : 'firstUri ' ,
6160 'next_uri' : 'nextUri' ,
61+ 'previous_uri' : 'previousUri' ,
6262 'last_uri' : 'lastUri' ,
6363 'page_count' : 'pageCount'
6464 }
@@ -67,10 +67,10 @@ def __init__(self):
6767 self ._page_size = None
6868 self ._page_number = None
6969 self ._total = None
70- self ._first_uri = None
7170 self ._self_uri = None
72- self ._previous_uri = None
71+ self ._first_uri = None
7372 self ._next_uri = None
73+ self ._previous_uri = None
7474 self ._last_uri = None
7575 self ._page_count = None
7676
@@ -166,29 +166,6 @@ def total(self, total):
166166
167167 self ._total = total
168168
169- @property
170- def first_uri (self ):
171- """
172- Gets the first_uri of this AgentActivityEntityListing.
173-
174-
175- :return: The first_uri of this AgentActivityEntityListing.
176- :rtype: str
177- """
178- return self ._first_uri
179-
180- @first_uri .setter
181- def first_uri (self , first_uri ):
182- """
183- Sets the first_uri of this AgentActivityEntityListing.
184-
185-
186- :param first_uri: The first_uri of this AgentActivityEntityListing.
187- :type: str
188- """
189-
190- self ._first_uri = first_uri
191-
192169 @property
193170 def self_uri (self ):
194171 """
@@ -213,27 +190,27 @@ def self_uri(self, self_uri):
213190 self ._self_uri = self_uri
214191
215192 @property
216- def previous_uri (self ):
193+ def first_uri (self ):
217194 """
218- Gets the previous_uri of this AgentActivityEntityListing.
195+ Gets the first_uri of this AgentActivityEntityListing.
219196
220197
221- :return: The previous_uri of this AgentActivityEntityListing.
198+ :return: The first_uri of this AgentActivityEntityListing.
222199 :rtype: str
223200 """
224- return self ._previous_uri
201+ return self ._first_uri
225202
226- @previous_uri .setter
227- def previous_uri (self , previous_uri ):
203+ @first_uri .setter
204+ def first_uri (self , first_uri ):
228205 """
229- Sets the previous_uri of this AgentActivityEntityListing.
206+ Sets the first_uri of this AgentActivityEntityListing.
230207
231208
232- :param previous_uri : The previous_uri of this AgentActivityEntityListing.
209+ :param first_uri : The first_uri of this AgentActivityEntityListing.
233210 :type: str
234211 """
235212
236- self ._previous_uri = previous_uri
213+ self ._first_uri = first_uri
237214
238215 @property
239216 def next_uri (self ):
@@ -258,6 +235,29 @@ def next_uri(self, next_uri):
258235
259236 self ._next_uri = next_uri
260237
238+ @property
239+ def previous_uri (self ):
240+ """
241+ Gets the previous_uri of this AgentActivityEntityListing.
242+
243+
244+ :return: The previous_uri of this AgentActivityEntityListing.
245+ :rtype: str
246+ """
247+ return self ._previous_uri
248+
249+ @previous_uri .setter
250+ def previous_uri (self , previous_uri ):
251+ """
252+ Sets the previous_uri of this AgentActivityEntityListing.
253+
254+
255+ :param previous_uri: The previous_uri of this AgentActivityEntityListing.
256+ :type: str
257+ """
258+
259+ self ._previous_uri = previous_uri
260+
261261 @property
262262 def last_uri (self ):
263263 """
0 commit comments