public class OptionParams extends Object implements VisitableConfig
| Constructor and Description |
|---|
OptionParams() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ConfigVisitor visitor)
Accept visitor.
|
boolean |
equals(Object obj) |
List<AcceptOtherOption> |
getAcceptOtherOptions() |
int |
hashCode() |
void |
setAcceptOtherOptions(List<AcceptOtherOption> acceptOtherOptions) |
public List<AcceptOtherOption> getAcceptOtherOptions()
public void setAcceptOtherOptions(List<AcceptOtherOption> acceptOtherOptions)
acceptOtherOptions - the expected other options to setpublic void accept(ConfigVisitor visitor) throws ConfigException
accept in interface VisitableConfigvisitor - The visitor of the configuration object.ConfigException - When the visit was not successful.public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public int hashCode()
hashCode in class ObjectObject.hashCode()Copyright © 2019–2025 Teslanet.nl. All rights reserved.