@@ -42,8 +42,8 @@ def __init__(self):
4242 'page_size' : 'int' ,
4343 'page_number' : 'int' ,
4444 'total' : 'int' ,
45- 'self_uri' : 'str' ,
4645 'first_uri' : 'str' ,
46+ 'self_uri' : 'str' ,
4747 'previous_uri' : 'str' ,
4848 'next_uri' : 'str' ,
4949 'last_uri' : 'str' ,
@@ -55,8 +55,8 @@ def __init__(self):
5555 'page_size' : 'pageSize' ,
5656 'page_number' : 'pageNumber' ,
5757 'total' : 'total' ,
58- 'self_uri' : 'selfUri' ,
5958 'first_uri' : 'firstUri' ,
59+ 'self_uri' : 'selfUri' ,
6060 'previous_uri' : 'previousUri' ,
6161 'next_uri' : 'nextUri' ,
6262 'last_uri' : 'lastUri' ,
@@ -67,8 +67,8 @@ def __init__(self):
6767 self ._page_size = None
6868 self ._page_number = None
6969 self ._total = None
70- self ._self_uri = None
7170 self ._first_uri = None
71+ self ._self_uri = None
7272 self ._previous_uri = None
7373 self ._next_uri = None
7474 self ._last_uri = None
@@ -167,50 +167,50 @@ def total(self, total):
167167 self ._total = total
168168
169169 @property
170- def self_uri (self ):
170+ def first_uri (self ):
171171 """
172- Gets the self_uri of this AgentActivityEntityListing.
172+ Gets the first_uri of this AgentActivityEntityListing.
173173
174174
175- :return: The self_uri of this AgentActivityEntityListing.
175+ :return: The first_uri of this AgentActivityEntityListing.
176176 :rtype: str
177177 """
178- return self ._self_uri
178+ return self ._first_uri
179179
180- @self_uri .setter
181- def self_uri (self , self_uri ):
180+ @first_uri .setter
181+ def first_uri (self , first_uri ):
182182 """
183- Sets the self_uri of this AgentActivityEntityListing.
183+ Sets the first_uri of this AgentActivityEntityListing.
184184
185185
186- :param self_uri : The self_uri of this AgentActivityEntityListing.
186+ :param first_uri : The first_uri of this AgentActivityEntityListing.
187187 :type: str
188188 """
189189
190- self ._self_uri = self_uri
190+ self ._first_uri = first_uri
191191
192192 @property
193- def first_uri (self ):
193+ def self_uri (self ):
194194 """
195- Gets the first_uri of this AgentActivityEntityListing.
195+ Gets the self_uri of this AgentActivityEntityListing.
196196
197197
198- :return: The first_uri of this AgentActivityEntityListing.
198+ :return: The self_uri of this AgentActivityEntityListing.
199199 :rtype: str
200200 """
201- return self ._first_uri
201+ return self ._self_uri
202202
203- @first_uri .setter
204- def first_uri (self , first_uri ):
203+ @self_uri .setter
204+ def self_uri (self , self_uri ):
205205 """
206- Sets the first_uri of this AgentActivityEntityListing.
206+ Sets the self_uri of this AgentActivityEntityListing.
207207
208208
209- :param first_uri : The first_uri of this AgentActivityEntityListing.
209+ :param self_uri : The self_uri of this AgentActivityEntityListing.
210210 :type: str
211211 """
212212
213- self ._first_uri = first_uri
213+ self ._self_uri = self_uri
214214
215215 @property
216216 def previous_uri (self ):
0 commit comments