public class RemoveAnnotationsRequest
extends java.lang.Object
Constructor | Description |
---|---|
RemoveAnnotationsRequest() |
Initializes a new instance of the RemoveAnnotationsRequest class.
|
RemoveAnnotationsRequest(RemoveOptions options) |
Initializes a new instance of the RemoveAnnotationsRequest class.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(java.lang.Object o) |
|
RemoveOptions |
getoptions() |
Remove annotations options
|
int |
hashCode() |
|
void |
setoptions(RemoveOptions options) |
|
java.lang.String |
toString() |
public RemoveAnnotationsRequest()
public RemoveAnnotationsRequest(RemoveOptions options)
options
- Remove annotations optionspublic RemoveOptions getoptions()
public void setoptions(RemoveOptions 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.