public class ExternalDocServiceErrorDetails extends Object
Constructor and Description |
---|
ExternalDocServiceErrorDetails() |
Modifier and Type | Method and Description |
---|---|
ExternalDocServiceErrorDetails |
authenticationUrl(String authenticationUrl) |
boolean |
equals(Object o) |
ExternalDocServiceErrorDetails |
errorCode(String errorCode) |
String |
getAuthenticationUrl()
Reserved: TBD
|
String |
getErrorCode() |
String |
getMessage() |
int |
hashCode() |
ExternalDocServiceErrorDetails |
message(String message) |
void |
setAuthenticationUrl(String authenticationUrl) |
void |
setErrorCode(String errorCode) |
void |
setMessage(String message) |
String |
toString() |
public ExternalDocServiceErrorDetails authenticationUrl(String authenticationUrl)
public String getAuthenticationUrl()
public void setAuthenticationUrl(String authenticationUrl)
public ExternalDocServiceErrorDetails errorCode(String errorCode)
public String getErrorCode()
public void setErrorCode(String errorCode)
public ExternalDocServiceErrorDetails message(String message)
public String getMessage()
public void setMessage(String message)
Copyright © 2019. All rights reserved.