public class SmartAdServerVASTRequestParameters extends VASTRequestParameters
| Modifier and Type | Field and Description |
|---|---|
Boolean |
flashVideoAccepted
Defines the 'vaf' request parameter.
|
Integer |
height
Defines the 'vph' request parameter.
|
Integer |
maxBitRate
Defines the 'vbrmax' request parameter.
|
Integer |
maxDurationInSeconds
Defines the 'vdmax' request parameter.
|
Integer |
minBitRate
Defines the 'vbrmin' request parameter.
|
Integer |
minDurationInSeconds
Defines the 'vdmin' request parameter.
|
String |
pageDomain
Defines the 'pgdomain' request parameter.
|
Integer |
playbackMethod
Defines the 'vpmt' request parameter.
|
Integer |
width
Defines the 'vpw' request parameter.
|
| Constructor and Description |
|---|
SmartAdServerVASTRequestParameters() |
| Modifier and Type | Method and Description |
|---|---|
AdNetwork |
getAdNetwork() |
HashMap<String,String> |
getRequestParameters() |
public String pageDomain
public Integer maxDurationInSeconds
public Integer minDurationInSeconds
public Boolean flashVideoAccepted
public Integer playbackMethod
public Integer minBitRate
public Integer maxBitRate
public SmartAdServerVASTRequestParameters()
public HashMap<String,String> getRequestParameters()
public AdNetwork getAdNetwork()