Package org.prebid.mobile
Class NativeDataAsset
java.lang.Object
org.prebid.mobile.NativeAsset
org.prebid.mobile.NativeDataAsset
Native data object for requesting asset.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.json.JSONObjectgetJsonObject(int idCount) intgetLen()booleanvoidsetAssetExt(Object assetExt) voidsetDataExt(Object dataExt) voidsetDataType(NativeDataAsset.DATA_TYPE dataType) voidsetLen(int len) voidsetRequired(boolean required) Methods inherited from class org.prebid.mobile.NativeAsset
getType
-
Constructor Details
-
NativeDataAsset
public NativeDataAsset()
-
-
Method Details
-
getDataType
-
setDataType
-
getLen
public int getLen() -
setLen
public void setLen(int len) -
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
getDataExt
-
setDataExt
-
getAssetExt
-
setAssetExt
-
getJsonObject
public org.json.JSONObject getJsonObject(int idCount) - Specified by:
getJsonObjectin classNativeAsset
-