Class LocalCampaignsResponse.GlobalCappings.TimeBasedCapping

  • Enclosing class:
    LocalCampaignsResponse.GlobalCappings

    public static class LocalCampaignsResponse.GlobalCappings.TimeBasedCapping
    extends java.lang.Object
    Time-Based Capping Eg: Display no more than 3 in-apps every 1 hours
    • Constructor Summary

      Constructors 
      Constructor Description
      TimeBasedCapping​(java.lang.Integer views, java.lang.Integer duration)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Integer getDuration()  
      java.lang.Integer getViews()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimeBasedCapping

        public TimeBasedCapping​(java.lang.Integer views,
                                java.lang.Integer duration)
    • Method Detail

      • getViews

        @Nullable
        public java.lang.Integer getViews()
      • getDuration

        @Nullable
        public java.lang.Integer getDuration()