java.lang.Object
com.wechat.pay.java.service.brandprofitsharing.model.ReceiverEntity

public class ReceiverEntity extends Object
ReceiverEntity
  • Constructor Details

    • ReceiverEntity

      public ReceiverEntity()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getAccount

      public String getAccount()
    • setAccount

      public void setAccount(String account)
    • getAmount

      public Long getAmount()
    • setAmount

      public void setAmount(Long amount)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • cloneWithCipher

      public ReceiverEntity cloneWithCipher(UnaryOperator<String> s)