Class Data


  • @ApiType("SoftLayer_Account_Shipment_Tracking_Data")
    public class Data
    extends Entity
    The SoftLayer_Account_Shipment_Tracking_Data data type contains information on a single piece of tracking information pertaining to a shipment. This tracking information tracking numbers by which the shipment may be tracked through the shipping courier.
    See Also:
    SoftLayer_Account_Shipment_Tracking_Data
    • Constructor Detail

      • Data

        public Data()
    • Method Detail

      • getCreateEmployee

        public Employee getCreateEmployee()
      • setCreateEmployee

        public void setCreateEmployee​(Employee createEmployee)
      • getCreateUser

        public Customer getCreateUser()
      • setCreateUser

        public void setCreateUser​(Customer createUser)
      • getModifyEmployee

        public Employee getModifyEmployee()
      • setModifyEmployee

        public void setModifyEmployee​(Employee modifyEmployee)
      • getModifyUser

        public Customer getModifyUser()
      • setModifyUser

        public void setModifyUser​(Customer modifyUser)
      • getShipment

        public Shipment getShipment()
      • setShipment

        public void setShipment​(Shipment shipment)
      • getCreateUserId

        public Long getCreateUserId()
      • setCreateUserId

        public void setCreateUserId​(Long createUserId)
      • isCreateUserIdSpecified

        public boolean isCreateUserIdSpecified()
      • unsetCreateUserId

        public void unsetCreateUserId()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getModifyUserId

        public Long getModifyUserId()
      • setModifyUserId

        public void setModifyUserId​(Long modifyUserId)
      • isModifyUserIdSpecified

        public boolean isModifyUserIdSpecified()
      • unsetModifyUserId

        public void unsetModifyUserId()
      • getPackageId

        public Long getPackageId()
      • setPackageId

        public void setPackageId​(Long packageId)
      • isPackageIdSpecified

        public boolean isPackageIdSpecified()
      • unsetPackageId

        public void unsetPackageId()
      • getSequence

        public Long getSequence()
      • setSequence

        public void setSequence​(Long sequence)
      • isSequenceSpecified

        public boolean isSequenceSpecified()
      • unsetSequence

        public void unsetSequence()
      • getShipmentId

        public Long getShipmentId()
      • setShipmentId

        public void setShipmentId​(Long shipmentId)
      • isShipmentIdSpecified

        public boolean isShipmentIdSpecified()
      • unsetShipmentId

        public void unsetShipmentId()
      • getTrackingData

        public String getTrackingData()
      • setTrackingData

        public void setTrackingData​(String trackingData)
      • isTrackingDataSpecified

        public boolean isTrackingDataSpecified()
      • unsetTrackingData

        public void unsetTrackingData()