Class POBCoreNativeRequestAsset
-
- All Implemented Interfaces:
public abstract class POBCoreNativeRequestAssetInterface for the assets in the native response to hold unique properties.
-
-
Field Summary
Fields Modifier and Type Field Description private final JSONObjectRTBJSON
-
Constructor Summary
Constructors Constructor Description POBCoreNativeRequestAsset(Integer id, Boolean isRequired)
-
Method Summary
Modifier and Type Method Description abstract JSONObjectgetRTBJSON()Convert the asset object to JSONObject final IntegergetId()Getter for assetID final BooleanisRequired()Getter for required -
-
Method Detail
-
getRTBJSON
abstract JSONObject getRTBJSON()
Convert the asset object to JSONObject
- Returns:
return the converted JSONObject
-
isRequired
final Boolean isRequired()
Getter for required
- Returns:
required field
-
-
-
-