Class QueryBillEntity

java.lang.Object
com.wechat.pay.java.service.billdownload.model.QueryBillEntity

public class QueryBillEntity extends Object
QueryBillEntity
  • Constructor Details

    • QueryBillEntity

      public QueryBillEntity()
  • Method Details

    • getHashType

      public HashType getHashType()
    • setHashType

      public void setHashType(HashType hashType)
    • getHashValue

      public String getHashValue()
    • setHashValue

      public void setHashValue(String hashValue)
    • getDownloadUrl

      public String getDownloadUrl()
    • setDownloadUrl

      public void setDownloadUrl(String downloadUrl)
    • toString

      public String toString()
      Overrides:
      toString in class Object