public class ShipmentLineRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShipmentLineRequest.ShipmentLineRequestBuilder |
| Constructor and Description |
|---|
ShipmentLineRequest() |
ShipmentLineRequest(String id,
Optional<Integer> quantity,
Optional<Amount> amount) |
| Modifier and Type | Method and Description |
|---|---|
static ShipmentLineRequest.ShipmentLineRequestBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Optional<Amount> |
getAmount() |
String |
getId() |
Optional<Integer> |
getQuantity() |
int |
hashCode() |
void |
setAmount(Optional<Amount> amount) |
void |
setId(String id) |
void |
setQuantity(Optional<Integer> quantity) |
String |
toString() |
public ShipmentLineRequest(String id, Optional<Integer> quantity, Optional<Amount> amount)
public ShipmentLineRequest()
public static ShipmentLineRequest.ShipmentLineRequestBuilder builder()
public String getId()
public void setId(String id)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.