ShipmentPickUpResponseInner Class
- java.
lang. Object - com.
azure. resourcemanager. databox. fluent. models. ShipmentPickUpResponseInner
- com.
Implements
public final class ShipmentPickUpResponseInner
implements JsonSerializable<ShipmentPickUpResponseInner>
Shipment pick up response.
Constructor Summary
| Constructor | Description |
|---|---|
| ShipmentPickUpResponseInner() |
Creates an instance of Shipment |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
confirmationNumber()
Get the confirmation |
|
static
Shipment |
fromJson(JsonReader jsonReader)
Reads an instance of Shipment |
|
Offset |
readyByTime()
Get the ready |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
ShipmentPickUpResponseInner
public ShipmentPickUpResponseInner()
Creates an instance of ShipmentPickUpResponseInner class.
Method Details
confirmationNumber
public String confirmationNumber()
Get the confirmationNumber property: Confirmation number for the pick up request.
Returns:
fromJson
public static ShipmentPickUpResponseInner fromJson(JsonReader jsonReader)
Reads an instance of ShipmentPickUpResponseInner from the JsonReader.
Parameters:
Returns:
Throws:
readyByTime
public OffsetDateTime readyByTime()
Get the readyByTime property: Time by which shipment should be ready for pick up, this is in local time of pick up area.
Returns:
toJson
validate
public void validate()
Validates the instance.