@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen") public class StartSearchEntryRequest extends Object
| Constructor and Description |
|---|
StartSearchEntryRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
StartSearchEntryRequest |
fuzzyFactor(Integer fuzzyFactor) |
StartSearchEntryRequest |
fuzzyType(FuzzyType fuzzyType) |
Integer |
getFuzzyFactor()
Returns fuzzy factor (percentage as int or int value).
|
FuzzyType |
getFuzzyType()
Returns fuzzyType
|
String |
getSearchCommand()
Returns the search command to run.
|
int |
hashCode() |
StartSearchEntryRequest |
searchCommand(String searchCommand) |
void |
setFuzzyFactor(Integer fuzzyFactor) |
void |
setFuzzyType(FuzzyType fuzzyType) |
void |
setSearchCommand(String searchCommand) |
String |
toString() |
public StartSearchEntryRequest searchCommand(String searchCommand)
public String getSearchCommand()
public void setSearchCommand(String searchCommand)
public StartSearchEntryRequest fuzzyType(FuzzyType fuzzyType)
public FuzzyType getFuzzyType()
public void setFuzzyType(FuzzyType fuzzyType)
public StartSearchEntryRequest fuzzyFactor(Integer fuzzyFactor)
public Integer getFuzzyFactor()
public void setFuzzyFactor(Integer fuzzyFactor)
Copyright © 2025. All rights reserved.