Class BatchDomainOperateErrors

    • Constructor Detail

      • BatchDomainOperateErrors

        public BatchDomainOperateErrors()
      • BatchDomainOperateErrors

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

      • getDomainName

        public String getDomainName()
        Get 操作失败的域名。
        Returns:
        DomainName 操作失败的域名。
      • setDomainName

        public void setDomainName​(String DomainName)
        Set 操作失败的域名。
        Parameters:
        DomainName - 操作失败的域名。
      • getCode

        public String getCode()
        Get API3.0错误码。
        Returns:
        Code API3.0错误码。
      • setCode

        public void setCode​(String Code)
        Set API3.0错误码。
        Parameters:
        Code - API3.0错误码。
      • getMessage

        public String getMessage()
        Get API3.0错误信息。
        Returns:
        Message API3.0错误信息。
      • setMessage

        public void setMessage​(String Message)
        Set API3.0错误信息。
        Parameters:
        Message - API3.0错误信息。