Package com.ooyala.pulse
Class UniversalAdId
- java.lang.Object
-
- com.ooyala.pulse.UniversalAdId
-
public class UniversalAdId extends java.lang.Object
The Universal ad Identifier is used to provide a unique creative identifier that is maintained across systems.
-
-
Constructor Summary
Constructors Constructor Description UniversalAdId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIdentifier()
The UniversalAdId value.java.lang.String
getRegistry()
The UniversalAdId registry's website name.
-
-
-
Method Detail
-
getIdentifier
public java.lang.String getIdentifier()
The UniversalAdId value.- Returns:
- A string identifying the unique creative identifier.
-
getRegistry
public java.lang.String getRegistry()
The UniversalAdId registry's website name.- Returns:
- A string used to identify the URL for the registry website where the unique creative ID is cataloged. Default value is "unknown".
-
-