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