Class OutputAuthorizedTransfer

    • Constructor Detail

      • OutputAuthorizedTransfer

        public OutputAuthorizedTransfer()
      • OutputAuthorizedTransfer

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

      • getCode

        public Long getCode()
        Get 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Code 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。
      • setCode

        public void setCode​(Long Code)
        Set 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Code - 推送状态,0表示成功。 注意:此字段可能返回 null,表示取不到有效值。
      • getMessage

        public String getMessage()
        Get 错误码。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Message 错误码。 注意:此字段可能返回 null,表示取不到有效值。
      • setMessage

        public void setMessage​(String Message)
        Set 错误码。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Message - 错误码。 注意:此字段可能返回 null,表示取不到有效值。
      • getValue

        public String getValue()
        Get 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Value 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。
      • setValue

        public void setValue​(String Value)
        Set 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Value - 错误信息描述。 注意:此字段可能返回 null,表示取不到有效值。