public class CreateDocumentResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private DocumentDescription |
documentDescription
Information about the SSM document.
|
Constructor and Description |
---|
CreateDocumentResult() |
Modifier and Type | Method and Description |
---|---|
CreateDocumentResult |
clone() |
boolean |
equals(java.lang.Object obj) |
DocumentDescription |
getDocumentDescription()
Information about the SSM document.
|
int |
hashCode() |
void |
setDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateDocumentResult |
withDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
|
private DocumentDescription documentDescription
Information about the SSM document.
public void setDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
documentDescription
- Information about the SSM document.public DocumentDescription getDocumentDescription()
Information about the SSM document.
public CreateDocumentResult withDocumentDescription(DocumentDescription documentDescription)
Information about the SSM document.
documentDescription
- Information about the SSM document.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateDocumentResult clone()
clone
in class java.lang.Object