java.lang.Object
com.wechat.pay.java.service.cashcoupons.model.PatternInfo

public class PatternInfo extends Object
PatternInfo
  • Constructor Details

    • PatternInfo

      public PatternInfo()
  • Method Details

    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getMerchantLogo

      public String getMerchantLogo()
    • setMerchantLogo

      public void setMerchantLogo(String merchantLogo)
    • getMerchantName

      public String getMerchantName()
    • setMerchantName

      public void setMerchantName(String merchantName)
    • getBackgroundColor

      public BackgroundColor getBackgroundColor()
    • setBackgroundColor

      public void setBackgroundColor(BackgroundColor backgroundColor)
    • getCouponImage

      public String getCouponImage()
    • setCouponImage

      public void setCouponImage(String couponImage)
    • getJumpTarget

      public JumpTarget getJumpTarget()
    • setJumpTarget

      public void setJumpTarget(JumpTarget jumpTarget)
    • getMiniProgramAppid

      public String getMiniProgramAppid()
    • setMiniProgramAppid

      public void setMiniProgramAppid(String miniProgramAppid)
    • getMiniProgramPath

      public String getMiniProgramPath()
    • setMiniProgramPath

      public void setMiniProgramPath(String miniProgramPath)
    • toString

      public String toString()
      Overrides:
      toString in class Object