Class JgwOperateResponse

    • Constructor Detail

      • JgwOperateResponse

        public JgwOperateResponse()
      • JgwOperateResponse

        public JgwOperateResponse​(JgwOperateResponse 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

      • getReturnCode

        public String getReturnCode()
        Get 返回的code,0为正常,非0为错误
        Returns:
        ReturnCode 返回的code,0为正常,非0为错误
      • setReturnCode

        public void setReturnCode​(String ReturnCode)
        Set 返回的code,0为正常,非0为错误
        Parameters:
        ReturnCode - 返回的code,0为正常,非0为错误
      • getReturnMessage

        public String getReturnMessage()
        Get 成功消息
        Returns:
        ReturnMessage 成功消息
      • setReturnMessage

        public void setReturnMessage​(String ReturnMessage)
        Set 成功消息
        Parameters:
        ReturnMessage - 成功消息
      • getData

        public OperateResponseData getData()
        Get 操作型返回的Data数据,可能有flowId等 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Data 操作型返回的Data数据,可能有flowId等 注意:此字段可能返回 null,表示取不到有效值。
      • setData

        public void setData​(OperateResponseData Data)
        Set 操作型返回的Data数据,可能有flowId等 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Data - 操作型返回的Data数据,可能有flowId等 注意:此字段可能返回 null,表示取不到有效值。