Update auto-updated Java files
[ldk-java] / src / main / java / org / ldk / structs / RetryAttempts.java
index af5877896024045797c4832dbc135002b1b0850f..0dafc5984e9f57e014c194e1897bdbeeeac1286d 100644 (file)
@@ -70,6 +70,10 @@ public class RetryAttempts extends CommonBase {
                return ret;
        }
 
+       @Override public boolean equals(Object o) {
+               if (!(o instanceof RetryAttempts)) return false;
+               return this.eq((RetryAttempts)o);
+       }
        /**
         * Checks if two RetryAttemptss contain equal inner contents.
         */
@@ -78,4 +82,7 @@ public class RetryAttempts extends CommonBase {
                return ret;
        }
 
+       @Override public int hashCode() {
+               return (int)this.hash();
+       }
 }