-
- All Implemented Interfaces:
-
java.io.Serializable
public class Companion implements Serializable
-
-
Field Summary
Fields Modifier and Type Field Description private intwidthprivate intheightprivate intassetWidthprivate intassetHeightprivate intexpandedWidthprivate intexpandedHeightprivate StringapiFrameworkprivate StringadSlotIDprivate StringstaticResourceprivate StringhtmlResourceprivate StringclickThroughprivate List<String>clickTracking
-
Method Summary
Modifier and Type Method Description intgetWidth()voidsetWidth(int width)intgetHeight()voidsetHeight(int height)intgetAssetWidth()voidsetAssetWidth(int assetWidth)intgetAssetHeight()voidsetAssetHeight(int assetHeight)intgetExpandedWidth()voidsetExpandedWidth(int expandedWidth)intgetExpandedHeight()voidsetExpandedHeight(int expandedHeight)StringgetApiFramework()voidsetApiFramework(String apiFramework)StringgetAdSlotID()voidsetAdSlotID(String adSlotID)StringgetStaticResource()voidsetStaticResource(String staticResource)StringgetHtmlResource()voidsetHtmlResource(String htmlResource)StringgetClickThrough()voidsetClickThrough(String clickThrough)List<String>getClickTracking()voidsetClickTracking(List<String> clickTracking)StringgetiFrameResource()voidsetiFrameResource(String iFrameResource)-
-
Method Detail
-
getWidth
int getWidth()
-
setWidth
void setWidth(int width)
-
getHeight
int getHeight()
-
setHeight
void setHeight(int height)
-
getAssetWidth
int getAssetWidth()
-
setAssetWidth
void setAssetWidth(int assetWidth)
-
getAssetHeight
int getAssetHeight()
-
setAssetHeight
void setAssetHeight(int assetHeight)
-
getExpandedWidth
int getExpandedWidth()
-
setExpandedWidth
void setExpandedWidth(int expandedWidth)
-
getExpandedHeight
int getExpandedHeight()
-
setExpandedHeight
void setExpandedHeight(int expandedHeight)
-
getApiFramework
String getApiFramework()
-
setApiFramework
void setApiFramework(String apiFramework)
-
getAdSlotID
String getAdSlotID()
-
setAdSlotID
void setAdSlotID(String adSlotID)
-
getStaticResource
String getStaticResource()
-
setStaticResource
void setStaticResource(String staticResource)
-
getHtmlResource
String getHtmlResource()
-
setHtmlResource
void setHtmlResource(String htmlResource)
-
getClickThrough
String getClickThrough()
-
setClickThrough
void setClickThrough(String clickThrough)
-
getClickTracking
List<String> getClickTracking()
-
setClickTracking
void setClickTracking(List<String> clickTracking)
-
getiFrameResource
String getiFrameResource()
-
setiFrameResource
void setiFrameResource(String iFrameResource)
-
-
-
-