Package com.docusign.esign.model
Class ExternalDocServiceErrorDetails
- java.lang.Object
-
- com.docusign.esign.model.ExternalDocServiceErrorDetails
-
- All Implemented Interfaces:
Serializable
public class ExternalDocServiceErrorDetails extends Object implements Serializable
ExternalDocServiceErrorDetails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalDocServiceErrorDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExternalDocServiceErrorDetails
authenticationUrl(String authenticationUrl)
authenticationUrl.boolean
equals(Object o)
Compares objects.ExternalDocServiceErrorDetails
errorCode(String errorCode)
errorCode.String
getAuthenticationUrl()
Reserved: TBD.String
getErrorCode()
.String
getMessage()
.int
hashCode()
Returns the HashCode.ExternalDocServiceErrorDetails
message(String message)
message.void
setAuthenticationUrl(String authenticationUrl)
setAuthenticationUrl.void
setErrorCode(String errorCode)
setErrorCode.void
setMessage(String message)
setMessage.String
toString()
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.
-
-