Package com.brightcove.ssai.ad
Interface Click
-
public interface ClickThe representation of a VAST click, which can be either of the following: - ClickThrough - ClickTracking - CustomClickor any of its variations belonging to other Creative types as NonLinear or Companion creatives. for example, CompanionClickThrough, CompanionClickTracking, etc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classClick.TypeThe Creative Click Type.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetId()Gets the Creative Click id.Click.TypegetType()Gets Creative Click type.java.net.URIgetURI()Gets Creative Click uri.
-
-
-
Method Detail
-
getId
java.lang.String getId()
Gets the Creative Click id.- Returns:
- the id
-
getURI
java.net.URI getURI()
Gets Creative Click uri.- Returns:
- the uri
-
getType
Click.Type getType()
Gets Creative Click type.- Returns:
- the type
-
-