Package com.docusign.esign.model
Class ExternalDocServiceErrorDetails
- java.lang.Object
-
- com.docusign.esign.model.ExternalDocServiceErrorDetails
-
public class ExternalDocServiceErrorDetails extends Object
ExternalDocServiceErrorDetails.
-
-
Constructor Summary
Constructors Constructor Description ExternalDocServiceErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDocServiceErrorDetailsauthenticationUrl(String authenticationUrl)authenticationUrl.booleanequals(Object o)Compares objects.ExternalDocServiceErrorDetailserrorCode(String errorCode)errorCode.StringgetAuthenticationUrl()Reserved: TBD.StringgetErrorCode().StringgetMessage().inthashCode()Returns the HashCode.ExternalDocServiceErrorDetailsmessage(String message)message.voidsetAuthenticationUrl(String authenticationUrl)setAuthenticationUrl.voidsetErrorCode(String errorCode)setErrorCode.voidsetMessage(String message)setMessage.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
authenticationUrl
public ExternalDocServiceErrorDetails authenticationUrl(String authenticationUrl)
authenticationUrl.- Returns:
- ExternalDocServiceErrorDetails
-
getAuthenticationUrl
public String getAuthenticationUrl()
Reserved: TBD.- Returns:
- authenticationUrl
-
setAuthenticationUrl
public void setAuthenticationUrl(String authenticationUrl)
setAuthenticationUrl.
-
errorCode
public ExternalDocServiceErrorDetails errorCode(String errorCode)
errorCode.- Returns:
- ExternalDocServiceErrorDetails
-
getErrorCode
public String getErrorCode()
.- Returns:
- errorCode
-
setErrorCode
public void setErrorCode(String errorCode)
setErrorCode.
-
message
public ExternalDocServiceErrorDetails message(String message)
message.- Returns:
- ExternalDocServiceErrorDetails
-
getMessage
public String getMessage()
.- Returns:
- message
-
setMessage
public void setMessage(String message)
setMessage.
-
equals
public boolean equals(Object o)
Compares objects.
-
-