Class Notification

java.lang.Object
com.wechat.pay.java.core.notification.Notification

public class Notification extends Object
微信支付回调通知
  • Constructor Details

    • Notification

      public Notification()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getCreateTime

      public String getCreateTime()
    • setCreateTime

      public void setCreateTime(String createTime)
    • getEventType

      public String getEventType()
    • setEventType

      public void setEventType(String eventType)
    • getResourceType

      public String getResourceType()
    • setResourceType

      public void setResourceType(String resourceType)
    • getSummary

      public String getSummary()
    • setSummary

      public void setSummary(String summary)
    • getResource

      public Resource getResource()
    • setResource

      public void setResource(Resource resource)
    • getPlaintext

      public String getPlaintext()
    • setPlaintext

      public void setPlaintext(String plaintext)
    • toString

      public String toString()
      Overrides:
      toString in class Object