@ShellComponent @ShellCommandGroup(value="EnergyPlans") public class EnergyPlans extends ApiCliBase
clientFactory| Constructor and Description |
|---|
EnergyPlans() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGenericEnergyPlanDetail(boolean check,
String planId,
Integer version) |
String |
listGenericEnergyPlans(boolean check,
ParamTypeEnum type,
ParamFuelTypeEnum fuelType,
String brand,
ParamEffective effective,
Integer page,
Integer pageSize,
java.time.OffsetDateTime updatedSince) |
createObjectMapper, getEndpointVersion, throwConformanceErrors, toJson, validateMetadata@ShellMethod(value="List generic Energy plans") public String listGenericEnergyPlans(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") ParamTypeEnum type, @ShellOption(defaultValue="__NULL__") ParamFuelTypeEnum fuelType, @ShellOption(defaultValue="__NULL__") String brand, @ShellOption(defaultValue="__NULL__") ParamEffective effective, @ShellOption(defaultValue="__NULL__") Integer page, @ShellOption(defaultValue="__NULL__") Integer pageSize, @ShellOption(defaultValue="__NULL__") java.time.OffsetDateTime updatedSince) throws Exception
Exception@ShellMethod(value="Get generic Energy plan detail") public String getGenericEnergyPlanDetail(@ShellOption(defaultValue="false") boolean check, @ShellOption(defaultValue="__NULL__") String planId, @ShellOption(defaultValue="2") Integer version) throws Exception
ExceptionCopyright © 2023. All rights reserved.