Package 

Class PushItemData

    • Constructor Summary

      Constructors 
      Constructor Description
      PushItemData(PushType pushType, Boolean checked, String shopUrl, Long lastTimes, String unableTip, String contacts)
    • Method Summary

      Modifier and Type Method Description
      final PushType getPushType() 推送类型
      final Boolean getChecked() 是否选中
      final String getShopUrl() 增值服务购买链接
      final Long getLastTimes() 剩余次数
      final String getUnableTip() 增值服务过期提示
      final String getContacts() 联系人
      • Methods inherited from class java.lang.Object

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

      • PushItemData

        PushItemData(PushType pushType, Boolean checked, String shopUrl, Long lastTimes, String unableTip, String contacts)