EmoneyReadiness

  • 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, and writeToParcel.

public class EmoneyReadiness extends Object
implements Parcelable

Parcelable representing an e-money readiness result.

Inherited Constant Summary

Field Summary

public static final Creator<EmoneyReadiness> CREATOR

Public Constructor Summary

EmoneyReadiness(int emoneyReadinessStatus)
Constructor for the EmoneyReadiness class

Public Method Summary

boolean
equals(Object object)
int
getEmoneyReadinessStatus()
Gets the int value defined in EmoneyReadinessStatus.
int
void
writeToParcel(Parcel dest, int flags)

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.

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)