Class Extension
- java.lang.Object
-
- com.yandex.mobile.ads.video.models.common.Extension
-
- All Implemented Interfaces:
android.os.Parcelable
public final class Extension extends java.lang.Object implements android.os.ParcelableClass that represents extensions.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdescribeContents()java.lang.StringgetType()Returns type of extension.java.lang.StringgetValue()Returns value of extension.voidwriteToParcel(android.os.Parcel dest, int flags)
-
-
-
Field Detail
-
CREATOR
public static final android.os.Parcelable.Creator<Extension> CREATOR
-
-
Method Detail
-
getType
@NonNull public java.lang.String getType()
Returns type of extension.- Returns:
- Type of extension.
-
getValue
@NonNull public java.lang.String getValue()
Returns value of extension.- Returns:
- Value of extension.
-
describeContents
public int describeContents()
- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-
writeToParcel
public void writeToParcel(@NonNull android.os.Parcel dest, int flags)- Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
-