public abstract class EasyToEatConfig extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EasyToEatConfig.Time |
| Constructor and Description |
|---|
EasyToEatConfig() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getMainProducers() |
HealthyFood |
getSampleCustomName() |
String |
getShouldNotOverride() |
int |
getTimeToPeel() |
void |
setMainProducers(List<String> mainProducers) |
void |
setSampleCustomName(HealthyFood sample) |
void |
setShouldNotOverride(String shouldNotOverride) |
void |
setTimeToPeel(int timeToPeel) |
public String getShouldNotOverride()
public void setShouldNotOverride(String shouldNotOverride)
public HealthyFood getSampleCustomName()
public void setSampleCustomName(HealthyFood sample)
public int getTimeToPeel()
public void setTimeToPeel(int timeToPeel)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.