Class DistributeQueryRequest

    • Constructor Detail

      • DistributeQueryRequest

        public DistributeQueryRequest()
      • DistributeQueryRequest

        public DistributeQueryRequest​(DistributeQueryRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getOpenId

        public String getOpenId()
        Get 使用门店OpenId
        Returns:
        OpenId 使用门店OpenId
      • setOpenId

        public void setOpenId​(String OpenId)
        Set 使用门店OpenId
        Parameters:
        OpenId - 使用门店OpenId
      • getOpenKey

        public String getOpenKey()
        Get 使用门店OpenKey
        Returns:
        OpenKey 使用门店OpenKey
      • setOpenKey

        public void setOpenKey​(String OpenKey)
        Set 使用门店OpenKey
        Parameters:
        OpenKey - 使用门店OpenKey
      • getType

        public String getType()
        Get 查询类型(1-全部,2-单笔)
        Returns:
        Type 查询类型(1-全部,2-单笔)
      • setType

        public void setType​(String Type)
        Set 查询类型(1-全部,2-单笔)
        Parameters:
        Type - 查询类型(1-全部,2-单笔)
      • getOutDistributeNo

        public String getOutDistributeNo()
        Get 商户分账单号,type为2时,和DistributeNo二者传其一
        Returns:
        OutDistributeNo 商户分账单号,type为2时,和DistributeNo二者传其一
      • setOutDistributeNo

        public void setOutDistributeNo​(String OutDistributeNo)
        Set 商户分账单号,type为2时,和DistributeNo二者传其一
        Parameters:
        OutDistributeNo - 商户分账单号,type为2时,和DistributeNo二者传其一
      • getDistributeNo

        public String getDistributeNo()
        Get 平台分账单号,type为2时,和OutDistributeNo二者传其一
        Returns:
        DistributeNo 平台分账单号,type为2时,和OutDistributeNo二者传其一
      • setDistributeNo

        public void setDistributeNo​(String DistributeNo)
        Set 平台分账单号,type为2时,和OutDistributeNo二者传其一
        Parameters:
        DistributeNo - 平台分账单号,type为2时,和OutDistributeNo二者传其一
      • getOrderNo

        public String getOrderNo()
        Get 平台交易订单号
        Returns:
        OrderNo 平台交易订单号
      • setOrderNo

        public void setOrderNo​(String OrderNo)
        Set 平台交易订单号
        Parameters:
        OrderNo - 平台交易订单号
      • getProfile

        public String getProfile()
        Get 沙箱环境填sandbox,正式环境不填
        Returns:
        Profile 沙箱环境填sandbox,正式环境不填
      • setProfile

        public void setProfile​(String Profile)
        Set 沙箱环境填sandbox,正式环境不填
        Parameters:
        Profile - 沙箱环境填sandbox,正式环境不填