public static class Depot.Events.Create extends Object implements Event<Depot>, Serializable, CreationEvent<Depot>
Modifier and Type | Class and Description |
---|---|
static class |
Depot.Events.Create.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
signatureKey |
Constructor and Description |
---|
Create(String depotID,
String name,
Double latitudet,
Double longitude)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Depot.Events.Create.Builder |
builder() |
String |
getDepotID() |
Double |
getLatitudet() |
Double |
getLongitude() |
String |
getName() |
String |
signatureKey() |
String |
toString() |
public static final String signatureKey
public String signatureKey()
signatureKey
in interface Event<Depot>
public String getDepotID()
public String getName()
public Double getLatitudet()
public Double getLongitude()
public static Depot.Events.Create.Builder builder()
Copyright © 2012–2022. All rights reserved.