3333 */
3434@ ApiModel (description = "A list of purchase or donation links." )
3535
36- public class PblPaymentLinksAllGet200ResponseLinks {
36+ public class PblPaymentLinksAllGet200ResponseSdkLinks {
3737 @ SerializedName ("_links" )
3838 private GetAllPlansResponseLinks links = null ;
3939
@@ -55,7 +55,7 @@ public class PblPaymentLinksAllGet200ResponseLinks {
5555 @ SerializedName ("orderInformation" )
5656 private PblPaymentLinksAllGet200ResponseOrderInformation orderInformation = null ;
5757
58- public PblPaymentLinksAllGet200ResponseLinks links (GetAllPlansResponseLinks links ) {
58+ public PblPaymentLinksAllGet200ResponseSdkLinks links (GetAllPlansResponseLinks links ) {
5959 this .links = links ;
6060 return this ;
6161 }
@@ -73,7 +73,7 @@ public void setLinks(GetAllPlansResponseLinks links) {
7373 this .links = links ;
7474 }
7575
76- public PblPaymentLinksAllGet200ResponseLinks id (String id ) {
76+ public PblPaymentLinksAllGet200ResponseSdkLinks id (String id ) {
7777 this .id = id ;
7878 return this ;
7979 }
@@ -91,7 +91,7 @@ public void setId(String id) {
9191 this .id = id ;
9292 }
9393
94- public PblPaymentLinksAllGet200ResponseLinks status (String status ) {
94+ public PblPaymentLinksAllGet200ResponseSdkLinks status (String status ) {
9595 this .status = status ;
9696 return this ;
9797 }
@@ -109,7 +109,7 @@ public void setStatus(String status) {
109109 this .status = status ;
110110 }
111111
112- public PblPaymentLinksAllGet200ResponseLinks createdDate (String createdDate ) {
112+ public PblPaymentLinksAllGet200ResponseSdkLinks createdDate (String createdDate ) {
113113 this .createdDate = createdDate ;
114114 return this ;
115115 }
@@ -127,7 +127,7 @@ public void setCreatedDate(String createdDate) {
127127 this .createdDate = createdDate ;
128128 }
129129
130- public PblPaymentLinksAllGet200ResponseLinks processingInformation (PblPaymentLinksAllGet200ResponseProcessingInformation processingInformation ) {
130+ public PblPaymentLinksAllGet200ResponseSdkLinks processingInformation (PblPaymentLinksAllGet200ResponseProcessingInformation processingInformation ) {
131131 this .processingInformation = processingInformation ;
132132 return this ;
133133 }
@@ -145,7 +145,7 @@ public void setProcessingInformation(PblPaymentLinksAllGet200ResponseProcessingI
145145 this .processingInformation = processingInformation ;
146146 }
147147
148- public PblPaymentLinksAllGet200ResponseLinks purchaseInformation (PblPaymentLinksAllGet200ResponsePurchaseInformation purchaseInformation ) {
148+ public PblPaymentLinksAllGet200ResponseSdkLinks purchaseInformation (PblPaymentLinksAllGet200ResponsePurchaseInformation purchaseInformation ) {
149149 this .purchaseInformation = purchaseInformation ;
150150 return this ;
151151 }
@@ -163,7 +163,7 @@ public void setPurchaseInformation(PblPaymentLinksAllGet200ResponsePurchaseInfor
163163 this .purchaseInformation = purchaseInformation ;
164164 }
165165
166- public PblPaymentLinksAllGet200ResponseLinks orderInformation (PblPaymentLinksAllGet200ResponseOrderInformation orderInformation ) {
166+ public PblPaymentLinksAllGet200ResponseSdkLinks orderInformation (PblPaymentLinksAllGet200ResponseOrderInformation orderInformation ) {
167167 this .orderInformation = orderInformation ;
168168 return this ;
169169 }
@@ -190,14 +190,14 @@ public boolean equals(java.lang.Object o) {
190190 if (o == null || getClass () != o .getClass ()) {
191191 return false ;
192192 }
193- PblPaymentLinksAllGet200ResponseLinks pblPaymentLinksAllGet200ResponseLinks = (PblPaymentLinksAllGet200ResponseLinks ) o ;
194- return Objects .equals (this .links , pblPaymentLinksAllGet200ResponseLinks .links ) &&
195- Objects .equals (this .id , pblPaymentLinksAllGet200ResponseLinks .id ) &&
196- Objects .equals (this .status , pblPaymentLinksAllGet200ResponseLinks .status ) &&
197- Objects .equals (this .createdDate , pblPaymentLinksAllGet200ResponseLinks .createdDate ) &&
198- Objects .equals (this .processingInformation , pblPaymentLinksAllGet200ResponseLinks .processingInformation ) &&
199- Objects .equals (this .purchaseInformation , pblPaymentLinksAllGet200ResponseLinks .purchaseInformation ) &&
200- Objects .equals (this .orderInformation , pblPaymentLinksAllGet200ResponseLinks .orderInformation );
193+ PblPaymentLinksAllGet200ResponseSdkLinks pblPaymentLinksAllGet200ResponseSdkLinks = (PblPaymentLinksAllGet200ResponseSdkLinks ) o ;
194+ return Objects .equals (this .links , pblPaymentLinksAllGet200ResponseSdkLinks .links ) &&
195+ Objects .equals (this .id , pblPaymentLinksAllGet200ResponseSdkLinks .id ) &&
196+ Objects .equals (this .status , pblPaymentLinksAllGet200ResponseSdkLinks .status ) &&
197+ Objects .equals (this .createdDate , pblPaymentLinksAllGet200ResponseSdkLinks .createdDate ) &&
198+ Objects .equals (this .processingInformation , pblPaymentLinksAllGet200ResponseSdkLinks .processingInformation ) &&
199+ Objects .equals (this .purchaseInformation , pblPaymentLinksAllGet200ResponseSdkLinks .purchaseInformation ) &&
200+ Objects .equals (this .orderInformation , pblPaymentLinksAllGet200ResponseSdkLinks .orderInformation );
201201 }
202202
203203 @ Override
@@ -209,7 +209,7 @@ public int hashCode() {
209209 @ Override
210210 public String toString () {
211211 StringBuilder sb = new StringBuilder ();
212- sb .append ("class PblPaymentLinksAllGet200ResponseLinks {\n " );
212+ sb .append ("class PblPaymentLinksAllGet200ResponseSdkLinks {\n " );
213213
214214 if (links != null ) sb .append (" links: " ).append (toIndentedString (links )).append ("\n " );
215215 if (id != null ) sb .append (" id: " ).append (toIndentedString (id )).append ("\n " );
0 commit comments