Uses of Class
com.yahoo.marketing.apt.TargetingAttributeDescriptorWithAny

Packages that use TargetingAttributeDescriptorWithAny
com.yahoo.marketing.apt   
 

Uses of TargetingAttributeDescriptorWithAny in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TargetingAttributeDescriptorWithAny
private  TargetingAttributeDescriptorWithAny[] RateAdjustment.targetingAttributeDescriptorsWithAny
           
private  TargetingAttributeDescriptorWithAny[] BaseRate.targetingAttributeDescriptorsWithAny
           
 

Methods in com.yahoo.marketing.apt that return TargetingAttributeDescriptorWithAny
 TargetingAttributeDescriptorWithAny[] RateAdjustment.getTargetingAttributeDescriptorsWithAny()
          Gets the targetingAttributeDescriptorsWithAny value for this RateAdjustment.
 TargetingAttributeDescriptorWithAny[] BaseRate.getTargetingAttributeDescriptorsWithAny()
          Gets the targetingAttributeDescriptorsWithAny value for this BaseRate.
 

Methods in com.yahoo.marketing.apt with parameters of type TargetingAttributeDescriptorWithAny
 void RateAdjustment.setTargetingAttributeDescriptorsWithAny(TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
          Sets the targetingAttributeDescriptorsWithAny value for this RateAdjustment.
 void BaseRate.setTargetingAttributeDescriptorsWithAny(TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
          Sets the targetingAttributeDescriptorsWithAny value for this BaseRate.
 

Constructors in com.yahoo.marketing.apt with parameters of type TargetingAttributeDescriptorWithAny
BaseRate(java.lang.Long ID, java.util.Calendar endDate, java.lang.Double floorCPM, java.lang.Double listCPM, java.lang.Integer listFloorPercentageMarkup, java.lang.Long rateCardID, java.util.Calendar startDate, java.lang.Double targetCPM, java.lang.Integer targetFloorPercentageMarkup, TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)
           
RateAdjustment(java.lang.Long ID, java.util.Calendar endDate, java.lang.Double floorCPM, java.lang.Double listCPM, java.lang.Integer percentageMarkup, java.lang.Long rateCardID, java.util.Calendar startDate, java.lang.Double targetCPM, TargetingAttributeDescriptorWithAny[] targetingAttributeDescriptorsWithAny)