Class NonLinear
-
- All Implemented Interfaces:
public class NonLinear
-
-
Field Summary
Fields Modifier and Type Field Description public Stringidpublic Stringwidthpublic Stringheightpublic StringexpandedWidthpublic StringexpandedHeightpublic StringapiFrameworkpublic StringminSuggestedDurationpublic List<StaticResource>staticResourcespublic List<HTMLResource>htmlResourcespublic AdParametersadParameterspublic NonLinearClickThroughnonLinearClickThroughpublic List<NonLinearClickTracking>nonLinearClickTrackingList
-
Constructor Summary
Constructors Constructor Description NonLinear()
-
Method Summary
Modifier and Type Method Description StringgetId()StringgetWidth()StringgetHeight()StringgetExpandedWidth()StringgetExpandedHeight()StringgetApiFramework()StringgetMinSuggestedDuration()List<StaticResource>getStaticResources()List<HTMLResource>getHtmlResources()AdParametersgetAdParameters()NonLinearClickThroughgetNonLinearClickThrough()List<NonLinearClickTracking>getNonLinearClickTrackingList()List<IFrameResource>getiFrameResources()StringisScalable()StringisMaintainAspectRatio()-
-
Method Detail
-
getExpandedWidth
String getExpandedWidth()
-
getExpandedHeight
String getExpandedHeight()
-
getApiFramework
String getApiFramework()
-
getMinSuggestedDuration
String getMinSuggestedDuration()
-
getStaticResources
List<StaticResource> getStaticResources()
-
getHtmlResources
List<HTMLResource> getHtmlResources()
-
getAdParameters
AdParameters getAdParameters()
-
getNonLinearClickThrough
NonLinearClickThrough getNonLinearClickThrough()
-
getNonLinearClickTrackingList
List<NonLinearClickTracking> getNonLinearClickTrackingList()
-
getiFrameResources
List<IFrameResource> getiFrameResources()
-
isScalable
String isScalable()
-
isMaintainAspectRatio
String isMaintainAspectRatio()
-
-
-
-