public class GetDocumentResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
content
The contents of the SSM document.
|
private java.lang.String |
name
The name of the SSM document.
|
Constructor and Description |
---|
GetDocumentResult() |
Modifier and Type | Method and Description |
---|---|
GetDocumentResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getContent()
The contents of the SSM document.
|
java.lang.String |
getName()
The name of the SSM document.
|
int |
hashCode() |
void |
setContent(java.lang.String content)
The contents of the SSM document.
|
void |
setName(java.lang.String name)
The name of the SSM document.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetDocumentResult |
withContent(java.lang.String content)
The contents of the SSM document.
|
GetDocumentResult |
withName(java.lang.String name)
The name of the SSM document.
|
private java.lang.String name
The name of the SSM document.
private java.lang.String content
The contents of the SSM document.
public void setName(java.lang.String name)
The name of the SSM document.
name
- The name of the SSM document.public java.lang.String getName()
The name of the SSM document.
public GetDocumentResult withName(java.lang.String name)
The name of the SSM document.
name
- The name of the SSM document.public void setContent(java.lang.String content)
The contents of the SSM document.
content
- The contents of the SSM document.public java.lang.String getContent()
The contents of the SSM document.
public GetDocumentResult withContent(java.lang.String content)
The contents of the SSM document.
content
- The contents of 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 GetDocumentResult clone()
clone
in class java.lang.Object