public class ChargingAuthentication extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChargingAuthentication.Type |
| Constructor and Description |
|---|
ChargingAuthentication() |
ChargingAuthentication(ChargingAuthentication.Type name,
String description) |
ChargingAuthentication(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getName() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setName(ChargingAuthentication.Type type) |
void |
setName(String name) |
String |
toString() |
public ChargingAuthentication()
public ChargingAuthentication(ChargingAuthentication.Type name, String description)
public void setName(ChargingAuthentication.Type type)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
Copyright © 2019. All rights reserved.