-
- All Implemented Interfaces:
-
android.os.Parcelable
public class ImagesRequest implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, ImageDetail>
imagesRequestMap
public final static Parcelable.Creator<ImagesRequest>
CREATOR
-
Constructor Summary
Constructors Constructor Description ImagesRequest(Map<String, ImageDetail> imagesRequestMap)
-
Method Summary
Modifier and Type Method Description Map<String, ImageDetail>
getImagesRequestMap()
boolean
containsPaymentBrand(@NonNull() String paymentBrand)
void
addValues(@Nullable() ImagesRequest imagesRequest)
int
describeContents()
void
writeToParcel(Parcel dest, int flags)
static ImagesRequest
createFromJson(@NonNull() JSONObject jsonObject)
Not used anymore. boolean
equals(@Nullable() Object o)
int
hashCode()
-
-
Constructor Detail
-
ImagesRequest
ImagesRequest(Map<String, ImageDetail> imagesRequestMap)
-
-
Method Detail
-
getImagesRequestMap
@NonNull() Map<String, ImageDetail> getImagesRequestMap()
-
containsPaymentBrand
boolean containsPaymentBrand(@NonNull() String paymentBrand)
-
addValues
void addValues(@Nullable() ImagesRequest imagesRequest)
-
describeContents
int describeContents()
-
writeToParcel
void writeToParcel(Parcel dest, int flags)
-
createFromJson
@Deprecated()@NonNull() static ImagesRequest createFromJson(@NonNull() JSONObject jsonObject)
Not used anymore.
- Parameters:
jsonObject
- The JSON object containing the image request information.
-
hashCode
int hashCode()
-
-
-
-