Module it.auties.cobalt
Package it.auties.whatsapp.model.privacy
Record Class GdprAccountReport.Error
java.lang.Object
java.lang.Record
it.auties.whatsapp.model.privacy.GdprAccountReport.Error
- All Implemented Interfaces:
GdprAccountReport
- Enclosing interface:
GdprAccountReport
An erroneous gdpr request
-
Nested Class Summary
Nested classes/interfaces inherited from interface it.auties.whatsapp.model.privacy.GdprAccountReport
GdprAccountReport.Error, GdprAccountReport.Pending, GdprAccountReport.Ready, GdprAccountReport.Type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Error
public Error()Creates an instance of aErrorrecord class.
-
-
Method Details
-
type
Description copied from interface:GdprAccountReportReturns the type of this report- Specified by:
typein interfaceGdprAccountReport- Returns:
- a non-null type
-
toString
Returns a string representation of this record class. The representation contains the name of the class, followed by the name and value of each of the record components. -
hashCode
public final int hashCode()Returns a hash code value for this object. The value is derived from the hash code of each of the record components. -
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal.
-