Constructor and Description |
---|
GetAnnotationResult() |
Modifier and Type | Method and Description |
---|---|
byte |
getAccess()
Gets or sets the access.
|
AnnotationInfo |
getAnnotation()
Gets or sets the annotation.
|
String |
getDocumentGuid()
Gets or sets the document unique identifier.
|
String |
getGuid()
Gets or sets the unique identifier.
|
long |
getId()
Gets or sets the identifier.
|
String |
getReplyGuid()
Gets or sets the reply unique identifier.
|
byte |
getType()
Gets or sets the type.
|
void |
setAccess(byte value)
Gets or sets the access.
|
void |
setAnnotation(AnnotationInfo value)
Gets or sets the annotation.
|
void |
setDocumentGuid(String value)
Gets or sets the document unique identifier.
|
void |
setGuid(String value)
Gets or sets the unique identifier.
|
void |
setId(long value)
Gets or sets the identifier.
|
void |
setReplyGuid(String value)
Gets or sets the reply unique identifier.
|
void |
setType(byte value)
Gets or sets the type.
|
String |
toString() |
public long getId()
Gets or sets the identifier.
Value: The identifier.public void setId(long value)
Gets or sets the identifier.
Value: The identifier.value
- public String getGuid()
Gets or sets the unique identifier.
Value: The unique identifier.public void setGuid(String value)
Gets or sets the unique identifier.
Value: The unique identifier.value
- public String getReplyGuid()
Gets or sets the reply unique identifier.
Value: The reply unique identifier.public void setReplyGuid(String value)
Gets or sets the reply unique identifier.
Value: The reply unique identifier.value
- public String getDocumentGuid()
Gets or sets the document unique identifier.
Value: The document unique identifier.public void setDocumentGuid(String value)
Gets or sets the document unique identifier.
Value: The document unique identifier.value
- public byte getAccess()
Gets or sets the access.
Value: The access.public void setAccess(byte value)
Gets or sets the access.
Value: The access.value
- public byte getType()
Gets or sets the type.
Value: The type.public void setType(byte value)
Gets or sets the type.
Value: The type.value
- public AnnotationInfo getAnnotation()
Gets or sets the annotation.
Value: The annotation.public void setAnnotation(AnnotationInfo value)
Gets or sets the annotation.
Value: The annotation.value
- Copyright © 2017. All rights reserved.