Class PackageShippingDetails

java.lang.Object
com.azure.resourcemanager.databox.models.PackageShippingDetails

public final class PackageShippingDetails extends Object
Shipping details.
  • Constructor Details

    • PackageShippingDetails

      public PackageShippingDetails()
      Creates an instance of PackageShippingDetails class.
  • Method Details

    • carrierName

      public String carrierName()
      Get the carrierName property: Name of the carrier.
      Returns:
      the carrierName value.
    • trackingId

      public String trackingId()
      Get the trackingId property: Tracking Id of shipment.
      Returns:
      the trackingId value.
    • trackingUrl

      public String trackingUrl()
      Get the trackingUrl property: Url where shipment can be tracked.
      Returns:
      the trackingUrl value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.