类 AliPayProperty

java.lang.Object
org.anyline.boot.alipay.AliPayProperty

@Configuration("anyline.boot.alipay") @ConfigurationProperties(prefix="anyline.alipay") public class AliPayProperty extends Object
  • 构造器详细资料

    • AliPayProperty

      public AliPayProperty()
  • 方法详细资料

    • getAppId

      public String getAppId()
    • setAppId

      public void setAppId(String appId)
    • getAppPrivateKey

      public String getAppPrivateKey()
    • setAppPrivateKey

      public void setAppPrivateKey(String appPrivateKey)
    • getPlatformPublicKey

      public String getPlatformPublicKey()
    • setPlatformPublicKey

      public void setPlatformPublicKey(String platformPublicKey)
    • getDataFormat

      public String getDataFormat()
    • setDataFormat

      public void setDataFormat(String dataFormat)
    • getEncode

      public String getEncode()
    • setEncode

      public void setEncode(String encode)
    • getSignType

      public String getSignType()
    • setSignType

      public void setSignType(String signType)
    • getReturnUrl

      public String getReturnUrl()
    • setReturnUrl

      public void setReturnUrl(String returnUrl)
    • getNotifyUrl

      public String getNotifyUrl()
    • setNotifyUrl

      public void setNotifyUrl(String notifyUrl)