public class AnnotateRequest
extends java.lang.Object
Constructor | Description |
---|---|
AnnotateRequest() |
Initializes a new instance of the AnnotateRequest class.
|
AnnotateRequest(AnnotateOptions options) |
Initializes a new instance of the AnnotateRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
AnnotateOptions |
getoptions() |
Annotation options
|
int |
hashCode() |
|
void |
setoptions(AnnotateOptions options) |
|
java.lang.String |
toString() |
public AnnotateRequest()
public AnnotateRequest(AnnotateOptions options)
options
- Annotation optionspublic AnnotateOptions getoptions()
public void setoptions(AnnotateOptions options)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2022. All rights reserved.