Class POBBaseNativeRequestAsset
-
- All Implemented Interfaces:
public abstract class POBBaseNativeRequestAssetInterface for the assets in the native response to hold unique properties
-
-
Field Summary
Fields Modifier and Type Field Description public final intid
-
Method Summary
Modifier and Type Method Description intgetId()Getter for assetID booleanisRequired()Getter for required abstract JSONObjectgetRTBJSON()Convert the asset object to JSONObject -
-
Method Detail
-
getId
int getId()
Getter for assetID
- Returns:
id of the asset
-
isRequired
boolean isRequired()
Getter for required
- Returns:
required field
-
getRTBJSON
@NonNull() abstract JSONObject getRTBJSON()
Convert the asset object to JSONObject
- Returns:
return the converted JSONObject
-
-
-
-