-
public final class GAFulfillmentInfo
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdeliveryTime
-
Constructor Summary
Constructors Constructor Description GAFulfillmentInfo(String deliveryTime)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GAFulfillmentInfocopy(String deliveryTime)final StringgetDeliveryTime()-
-
Constructor Detail
-
GAFulfillmentInfo
GAFulfillmentInfo(String deliveryTime)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GAFulfillmentInfo copy(String deliveryTime)
-
getDeliveryTime
final String getDeliveryTime()
-
-
-
-