java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.account.shipment.Item

@ApiType("SoftLayer_Account_Shipment_Item")
public class Item
extends Entity
The SoftLayer_Account_Shipment_Item data type contains information relating to a shipment's item. Basic information such as addresses, the shipment courier, and any tracking information for as shipment is accessible with this data type.
See Also:
SoftLayer_Account_Shipment_Item
  • Field Details

  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getShipment

      public Shipment getShipment()
    • setShipment

      public void setShipment​(Shipment shipment)
    • getShipmentItemType

      public Type getShipmentItemType()
    • setShipmentItemType

      public void setShipmentItemType​(Type shipmentItemType)
    • getCreateDate

      public GregorianCalendar getCreateDate()
    • setCreateDate

      public void setCreateDate​(GregorianCalendar createDate)
    • isCreateDateSpecified

      public boolean isCreateDateSpecified()
    • unsetCreateDate

      public void unsetCreateDate()
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription​(String description)
    • isDescriptionSpecified

      public boolean isDescriptionSpecified()
    • unsetDescription

      public void unsetDescription()
    • getId

      public Long getId()
    • setId

      public void setId​(Long id)
    • isIdSpecified

      public boolean isIdSpecified()
    • unsetId

      public void unsetId()
    • getPackageId

      public Long getPackageId()
    • setPackageId

      public void setPackageId​(Long packageId)
    • isPackageIdSpecified

      public boolean isPackageIdSpecified()
    • unsetPackageId

      public void unsetPackageId()
    • getShipmentId

      public Long getShipmentId()
    • setShipmentId

      public void setShipmentId​(Long shipmentId)
    • isShipmentIdSpecified

      public boolean isShipmentIdSpecified()
    • unsetShipmentId

      public void unsetShipmentId()
    • getShipmentItemId

      public Long getShipmentItemId()
    • setShipmentItemId

      public void setShipmentItemId​(Long shipmentItemId)
    • isShipmentItemIdSpecified

      public boolean isShipmentItemIdSpecified()
    • unsetShipmentItemId

      public void unsetShipmentItemId()
    • getShipmentItemTypeId

      public Long getShipmentItemTypeId()
    • setShipmentItemTypeId

      public void setShipmentItemTypeId​(Long shipmentItemTypeId)
    • isShipmentItemTypeIdSpecified

      public boolean isShipmentItemTypeIdSpecified()
    • unsetShipmentItemTypeId

      public void unsetShipmentItemTypeId()
    • asService

      public Item.Service asService​(ApiClient client)
    • service

      public static Item.Service service​(ApiClient client)
    • service

      public static Item.Service service​(ApiClient client, Long id)