public class DTBAdSize
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DTBAdSize.DTBInterstitialAdSize |
static class |
DTBAdSize.DTBVideo |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
AAX_INTERSTITIAL_AD_SIZE |
| Modifier | Constructor and Description |
|---|---|
protected |
DTBAdSize(int width,
int height,
AdType adType,
java.lang.String slotUUID) |
protected |
DTBAdSize(int width,
int height,
AdType adType,
java.lang.String slotUUID,
org.json.JSONObject pubSettings) |
|
DTBAdSize(int width,
int height,
java.lang.String slotUUID) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AdType |
getDTBAdType() |
int |
getHeight() |
org.json.JSONObject |
getPubSettings() |
java.lang.String |
getSlotUUID() |
int |
getWidth() |
int |
hashCode() |
boolean |
isInterstitialAd() |
void |
setPubSettings(org.json.JSONObject pubSettings) |
java.lang.String |
toString() |
public static final java.lang.String AAX_INTERSTITIAL_AD_SIZE
public DTBAdSize(int width,
int height,
java.lang.String slotUUID)
protected DTBAdSize(int width,
int height,
AdType adType,
java.lang.String slotUUID,
org.json.JSONObject pubSettings)
protected DTBAdSize(int width,
int height,
AdType adType,
java.lang.String slotUUID)
public int getWidth()
public int getHeight()
public boolean isInterstitialAd()
public AdType getDTBAdType()
public java.lang.String getSlotUUID()
public org.json.JSONObject getPubSettings()
public void setPubSettings(org.json.JSONObject pubSettings)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object