Class ErrorDetails

    • Constructor Detail

      • ErrorDetails

        public ErrorDetails()
      • ErrorDetails

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

      • getUserId

        public String getUserId()
        Get 用户信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UserId 用户信息 注意:此字段可能返回 null,表示取不到有效值。
      • setUserId

        public void setUserId​(String UserId)
        Set 用户信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UserId - 用户信息 注意:此字段可能返回 null,表示取不到有效值。
      • getError

        public String getError()
        Get 失败原因
        Returns:
        Error 失败原因
      • setError

        public void setError​(String Error)
        Set 失败原因
        Parameters:
        Error - 失败原因