public class ChargingPlugType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChargingPlugType.Types |
| Constructor and Description |
|---|
ChargingPlugType() |
ChargingPlugType(ChargingPlugType.Types description,
Integer voltage,
Integer maxampere,
Integer maxwatt) |
ChargingPlugType(ChargingPlugType other) |
ChargingPlugType(String description,
Integer voltage,
Integer maxampere,
Integer maxwatt) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
Integer |
getMaxampere() |
Integer |
getMaxwatt() |
Integer |
getVoltage() |
int |
hashCode() |
void |
setDescription(ChargingPlugType.Types description) |
void |
setDescription(String description) |
void |
setMaxampere(Integer maxampere) |
void |
setMaxwatt(Integer maxwatt) |
void |
setVoltage(Integer voltage) |
String |
toString() |
public ChargingPlugType(ChargingPlugType.Types description, Integer voltage, Integer maxampere, Integer maxwatt)
public ChargingPlugType(String description, Integer voltage, Integer maxampere, Integer maxwatt)
public ChargingPlugType(ChargingPlugType other)
public ChargingPlugType()
public String getDescription()
public void setDescription(ChargingPlugType.Types description)
public void setDescription(String description)
public Integer getVoltage()
public void setVoltage(Integer voltage)
public Integer getMaxampere()
public void setMaxampere(Integer maxampere)
public Integer getMaxwatt()
public void setMaxwatt(Integer maxwatt)
Copyright © 2019. All rights reserved.