Package com.ooyala.pulse
Class AdSurvey
- java.lang.Object
-
- com.ooyala.pulse.AdSurvey
-
public class AdSurvey extends java.lang.Object
The AdSurvey is used to provide a URL to any resource file having to do with collecting survey data.
-
-
Constructor Summary
Constructors Constructor Description AdSurvey()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMimeType()
The survey type.java.net.URL
getSurvey()
The survey's URL.
-