AI-generated Key Takeaways
-
EmoneyReadiness is a public class that represents an e-money readiness result and implements the Parcelable interface.
-
The class has inherited constants and methods from the Parcelable interface and the Object class.
-
EmoneyReadiness has a public static final field named CREATOR.
-
It has a public constructor that takes an integer
emoneyReadinessStatus. -
Key public methods include
equals,getEmoneyReadinessStatus,hashCode, andwriteToParcel.
Parcelable
representing an e-money readiness result.
Inherited Constant Summary
Field Summary
| public static final Creator < EmoneyReadiness > | CREATOR |
Public Constructor Summary
Public Method Summary
| boolean | |
| int | |
| int | hashCode
()
|
| void |
Inherited Method Summary
Fields
public static final Creator < EmoneyReadiness > CREATOR
Public Constructors
public EmoneyReadiness (int emoneyReadinessStatus)
Constructor for the EmoneyReadiness
class
Public Methods
public boolean equals ( Object object)
public int getEmoneyReadinessStatus ()
Gets the int value defined in EmoneyReadinessStatus
.

