public interface MarketingSpotStatisticsType
The following features are supported:
MarketingPackage.getMarketingSpotStatisticsType()
Modifier and Type | Method and Description |
---|---|
double |
getClickRatio()
Returns the value of the 'Click Ratio' attribute.
|
java.math.BigInteger |
getClicks()
Returns the value of the 'Clicks' attribute.
|
MarketingSpotIdentifierType |
getMarketingSpotIdentifier()
Returns the value of the 'Marketing Spot Identifier' containment reference.
|
UserDataType |
getUserData()
Returns the value of the 'User Data' containment reference.
|
java.math.BigInteger |
getViews()
Returns the value of the 'Views' attribute.
|
boolean |
isSetClickRatio()
Returns whether the value of the '
Click Ratio ' attribute is set. |
void |
setClickRatio(double value)
Sets the value of the '
Click Ratio ' attribute. |
void |
setClicks(java.math.BigInteger value)
Sets the value of the '
Clicks ' attribute. |
void |
setMarketingSpotIdentifier(MarketingSpotIdentifierType value)
Sets the value of the '
Marketing Spot Identifier ' containment reference. |
void |
setUserData(UserDataType value)
Sets the value of the '
User Data ' containment reference. |
void |
setViews(java.math.BigInteger value)
Sets the value of the '
Views ' attribute. |
void |
unsetClickRatio()
Unsets the value of the '
Click Ratio ' attribute. |
MarketingSpotIdentifierType getMarketingSpotIdentifier()
setMarketingSpotIdentifier(MarketingSpotIdentifierType)
,
MarketingPackage.getMarketingSpotStatisticsType_MarketingSpotIdentifier()
void setMarketingSpotIdentifier(MarketingSpotIdentifierType value)
Marketing Spot Identifier
' containment reference.
value
- the new value of the 'Marketing Spot Identifier' containment reference.getMarketingSpotIdentifier()
java.math.BigInteger getViews()
setViews(BigInteger)
,
MarketingPackage.getMarketingSpotStatisticsType_Views()
void setViews(java.math.BigInteger value)
Views
' attribute.
value
- the new value of the 'Views' attribute.getViews()
java.math.BigInteger getClicks()
setClicks(BigInteger)
,
MarketingPackage.getMarketingSpotStatisticsType_Clicks()
void setClicks(java.math.BigInteger value)
Clicks
' attribute.
value
- the new value of the 'Clicks' attribute.getClicks()
double getClickRatio()
isSetClickRatio()
,
unsetClickRatio()
,
setClickRatio(double)
,
MarketingPackage.getMarketingSpotStatisticsType_ClickRatio()
void setClickRatio(double value)
Click Ratio
' attribute.
value
- the new value of the 'Click Ratio' attribute.isSetClickRatio()
,
unsetClickRatio()
,
getClickRatio()
void unsetClickRatio()
Click Ratio
' attribute.
isSetClickRatio()
,
getClickRatio()
,
setClickRatio(double)
boolean isSetClickRatio()
Click Ratio
' attribute is set.
unsetClickRatio()
,
getClickRatio()
,
setClickRatio(double)
UserDataType getUserData()
setUserData(UserDataType)
,
MarketingPackage.getMarketingSpotStatisticsType_UserData()
void setUserData(UserDataType value)
User Data
' containment reference.
value
- the new value of the 'User Data' containment reference.getUserData()