public class DocumentServiceWarning extends Object implements Serializable
A warning returned by the document service when an issue is discovered while processing an upload request.
Constructor and Description |
---|
DocumentServiceWarning() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getMessage()
The description for a warning returned by the document service.
|
int |
hashCode() |
void |
setMessage(String message)
The description for a warning returned by the document service.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DocumentServiceWarning |
withMessage(String message)
The description for a warning returned by the document service.
|
public String getMessage()
public void setMessage(String message)
message
- The description for a warning returned by the document service.public DocumentServiceWarning withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
message
- The description for a warning returned by the document service.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.