Class ApiResultV2

    • Constructor Detail

      • ApiResultV2

        protected ApiResultV2()
    • Method Detail

      • getRetCode

        public Integer getRetCode()
      • setRetCode

        public void setRetCode​(int retCode)
      • getRetMsg

        public String getRetMsg()
      • setRetMsg

        public void setRetMsg​(String retMsg)
      • getInputCharset

        public String getInputCharset()
      • setInputCharset

        public void setInputCharset​(String inputCharset)
      • getPartner

        public String getPartner()
      • setPartner

        public void setPartner​(String partner)
      • getSign

        public String getSign()
      • setSign

        public void setSign​(String sign)
      • getSignType

        public String getSignType()
      • getFormatSignType

        public SignType getFormatSignType()
      • setSignType

        public void setSignType​(String signType)
      • getSignKeyIndex

        public Integer getSignKeyIndex()
      • setSignKeyIndex

        public void setSignKeyIndex​(Integer signKeyIndex)