public static class Order.Events.ArrivedDepot extends Object implements Event<Order>, Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Order.Events.ArrivedDepot.Builder |
Modifier and Type | Field and Description |
---|---|
static String |
signatureKey |
Constructor and Description |
---|
ArrivedDepot(String depotID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static Order.Events.ArrivedDepot.Builder |
builder() |
String |
getDepotID() |
String |
signatureKey() |
String |
toString() |
public static final String signatureKey
public ArrivedDepot(String depotID)
public String signatureKey()
signatureKey
in interface Event<Order>
public String getDepotID()
public static Order.Events.ArrivedDepot.Builder builder()
Copyright © 2012–2022. All rights reserved.