-
- All Implemented Interfaces:
-
android.os.Parcelable
,java.io.Serializable
,kotlin.Cloneable
public final class MerchantAttribute implements Serializable, Parcelable, Cloneable
-
-
Method Summary
Modifier and Type Method Description final List<String>
component1()
final List<String>
component2()
final List<String>
component3()
final List<String>
component4()
final List<String>
component5()
final List<String>
component6()
final List<Integer>
component7()
final MerchantAttribute
copy(List<String> facebook, List<String> twitter, List<String> instagram, List<String> youTube, List<String> snapchat, List<String> vimeo, List<Integer> mcc)
final List<String>
getFacebook()
final List<String>
getTwitter()
final List<String>
getInstagram()
final List<String>
getYouTube()
final List<String>
getSnapchat()
final List<String>
getVimeo()
final List<Integer>
getMcc()
-
Methods inherited from class java.io.Serializable
equals, hashCode, toString
-
Methods inherited from class com.meniga.sdk.models.merchants.MerchantAttribute
describeContents, writeToParcel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
component1
final List<String> component1()
-
component2
final List<String> component2()
-
component3
final List<String> component3()
-
component4
final List<String> component4()
-
component5
final List<String> component5()
-
component6
final List<String> component6()
-
component7
final List<Integer> component7()
-
copy
final MerchantAttribute copy(List<String> facebook, List<String> twitter, List<String> instagram, List<String> youTube, List<String> snapchat, List<String> vimeo, List<Integer> mcc)
-
getFacebook
final List<String> getFacebook()
-
getTwitter
final List<String> getTwitter()
-
getInstagram
final List<String> getInstagram()
-
getYouTube
final List<String> getYouTube()
-
getSnapchat
final List<String> getSnapchat()
-
-
-
-