Class OrderStatus
- java.lang.Object
-
- global.maplink.tracking.schema.domain.OrderStatus
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrderStatus.OrderStatusBuilder
-
Constructor Summary
Constructors Constructor Description OrderStatus()OrderStatus(Value value, String label)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrderStatus.OrderStatusBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetLabel()ValuegetValue()inthashCode()StringtoString()List<ValidationViolation>validate()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface global.maplink.validations.Validable
throwIfInvalid
-
-
-
-
Method Detail
-
validate
public List<ValidationViolation> validate()
-
builder
public static OrderStatus.OrderStatusBuilder builder()
-
getValue
public Value getValue()
-
getLabel
public String getLabel()
-
canEqual
protected boolean canEqual(Object other)
-
-